|
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. |
► Sign in to add a comment
information about servlets