Selasa, 01 November 2016

A brief introduction to servlets

Servlets is a Java based technology for server side processing. Other languages or technologies for server side processing are PHP, JSP, node.js, Perl etc.   Definition of a Servlet   A servlet is a special Java class which is dynamically loaded on the server and used to generate dynamic content.   Following are the general steps that happen when a client requests a servlet: Client sends a HTTP request from web browser containing a URL with servlet. Web server receives the request and forwards the request to application server. Using information available in xml (deployment descriptor) the servlet container loads

The post A brief introduction to servlets appeared first on Coding Security.


A brief introduction to servlets
read more

Tidak ada komentar:

Posting Komentar