Design and Implementation of Web Examination System Based on JavaBeans

Лю Чан
2003-01-01
Abstract:How the Web examination system work is described.An architecture of Web examination system using JavaBeans technology is presented ,which can isolate the complex business logic on Web server from presentation logic on client.In the design ,a Java Servlet program is used as the controller, the business logic such as testpaper extraction are put into JavaBeans ,and the dynamic HTML pages are produced by JSP.Some Javabeans are given.
What problem does this paper attempt to address?