A servlet is used build Web Applications in simple words. In other words Servlet is a Java program executed on the server instead of a command line interface.
Servlets are server side programs executed on the server and the server is responsible for creating objects for the servlet programs and also remove the servlet once our project is removed from the server. We use Apache Tomcat server to deploy our projects in the examples given.
To download Tomcat visit
Tomcat 6.0 - http://tomcat.apache.org/download-60.cgi
Tomcat 7.0 - http://tomcat.apache.org/download-70.cgi
API for servlets is available in Java EE Docs which may be downloaded from http://www.oracle.com/technetwork/java/javaee/downloads/index.html
Servlets are server side programs executed on the server and the server is responsible for creating objects for the servlet programs and also remove the servlet once our project is removed from the server. We use Apache Tomcat server to deploy our projects in the examples given.
To download Tomcat visit
Tomcat 6.0 - http://tomcat.apache.org/download-60.cgi
Tomcat 7.0 - http://tomcat.apache.org/download-70.cgi
API for servlets is available in Java EE Docs which may be downloaded from http://www.oracle.com/technetwork/java/javaee/downloads/index.html
0 comments:
Post a Comment