My favorites | Sign in
Project Logo
                
Search
for
Updated Feb 16, 2008 by asja.grzibovska
Labels: seemore
Servlets  

Servlets are Java applications executable on server-side.

The servlets responsibility is to response to JSP pages requests and if necessary retrieve or send data back to the database. The servlets are implemented in Java, and need some web-server for their execution, for example in our case we used Apache TomCat server.

Some additional Java classes are serving mainly for assisting the servlets.


Comment by asja.grzibovska, Aug 16, 2007

information about servlets


Sign in to add a comment
Hosted by Google Code