Step by step tutorials on web development using J2EE platform.This series of Servlet tutorials provide the learning material for begineers and intermediate J2EE developers.These are the basic Servlet tutorials which provide foundation for other Servlet and JSP tutorials.
This tutorial explains how to send data to a servlet from an applet and receive response. Concept explained in this tutorial can also be used for applet jsp communication.
Now you have the basic understanding of the HTTP protocol, web containers, and J2EE web application structure. Before you start learning Servlet API, this tutorial provides the basic understanding of the Java Servlets.
Servlet specification defines the directory structure for deployment
and packaging of web applications. When developing web applications
with Servlets and JSP you must follow the directory structure. This
tutorial explains how to organize the directory structure. where to put
the compiled servlet classes and jar files.
Knowledge of any J2EE web container is required to develop a J2EE based web application using Servlets and JSP, this tutorial gives the introduction to the J2EE web container.