Saturday, September 8, 2007

Introduction To Java Servlets.

A servlet is a Java technology based web component, managed by a container, that
generates dynamic content.
A servlet can be considered as a tiny Java program which processes user request and generates dynamic content.
There are many other alternatives like php, asp .net or CGI, for developing dynamic web sites. benefit of using servlets
over other technologies is servlets are developed in Java, so it comes with all benefits of Java language and it
is platform independent.
Following are the some advantages of using servlets.
(1) They are generally much faster than CGI scripts.
(2) They use a standard API that is supported by many web servers.
(3) They have all the advantages of the Java programming language, including
ease of developme View the rest of this article


No comments: