|
- Java servlet are server side components that provides a powerful mechanism for developing server side of web application.
-
Earlier CGI was developed to provide server side capabilities to the web applications.
-
Although CGI played a major role in the explosion of the Internet, its performance, scalability and reusability issues make it less than optimal solutions.
-
Java Servlets changes all that. Built from ground up using Sun's write once run anywhere technology java servlets provide excellent framework for server side processing.
|