A DBMS-Independent Web-based Query Learning System Providing Feedback Information on Student's Exercise

학습자 실습과정 정보를 제공하는 DBMS에 독립적인 웹 기반 질의 학습 시스템

  • 김태영 (한국교원대학교 컴퓨터교육과) ;
  • 최현종 (한국교원대학교 컴퓨터교육과)
  • Received : 2002.12.20
  • Accepted : 2003.04.15
  • Published : 2003.04.30

Abstract

The Web programming techniques like CGI and server-sided script languages such as ASP, PHP and JSP have been used for developing on-line Web-based learning systems on SQL. But, the systems developed by using those techniques are dependent on the platforms on which the target DBMS's are located. Therefore, they can be hardly reused and maintained. In addition, it is not easy for them to provide a learner with the feedback information on processing his/her query and to give a teacher an opportunity of monitoring and guiding learner's learning process. In this paper, we propose an SQL learning system on the Web by using Java Applet and JDBC, which is independent on the target DBMS's. Moreover, it gives feedback information on learner's queries so that a teacher can monitor the learning process and teach them efficiently.

현재 운영되고 있는 웹의 온라인 데이터베이스 학습시스템에서 SQL 학습은 대부분이 CGI와 서버사이드 스크립트인 ASP, PHP, JSP 등을 통해 이루어지고 있다. 이 방법으로 개발된 웹 학습은 개발 프로그래밍 언어와 운영 플랫폼, 학습 대상 DBMS에 종속적이기 때문에 개발된 학습 모듈이 재사용 및 유지보수가 힘들고 학습자가 작성한 질의 처리에 대한 피드백 정보를 수집하는데 어려움이 있다. 따라서 실습 중심의 교수 학습에서 반드시 필요한 학습자의 학습 과정에 대한 교수자의 감독, 지도가 어렵다. 본 연구에서는 Java 애플릿과 JDBC를 이용하여 학습자의 실습 과정에서 나타나는 기본적인 학습 정보를 제공하는 웹 기반 질의 학습 시스템을 설계 및 구현하고자 한다. 이 학습 시스템은 개발 및 운영 플랫폼과 학습 대상 DBMS에 독립적이고, 교수자가 학습자의 학습 과정 정보인 질의 처리에 대한 정보를 수집할 수 있기 때문에 효율적으로 학습자를 지도할 수 있다.

Keywords