My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Servlets  

seemore
Updated Feb 4, 2010 by asja.grz...@gmail.com

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 project member asja.grz...@gmail.com, Aug 16, 2007

information about servlets


Sign in to add a comment
Powered by Google Project Hosting