Developing Web Database Using Servlet

Servlet is a kind of Java technology for developing Web application on Web server.It can extend the function of Web Servlet much better then CGI.This paper compares the function between Servlet and CGI.And introduce some properties of Servlet and its basic architecture. Finally we give an application example to show how to use Servlet to develop Web database.