JAVA SERVLETS ? An Overview

This tutorial covers concepts pertaining to Server side programming in general and Java Servlets in particular

JAVA SERVLETS ? An Overview

JAVA SERVLETS ? An Overview

     

This tutorial covers concepts pertaining to Server side programming in general and Java Servlets in particular. In addition, it demonstrates as how to create and compile a simple Servlet and finally execute it using a Web Server such as an Apache Tomcat Server. It also guides the student through a step by step approach as how to install the above Server, configure it and create the relevant folders and files. After completion of this tutorial, the student would not only be familiar with Servlet fundamentals, but also get hands-on experience in terms of creating and executing simple Servlet programs.

  1. Introduction to Server Side Programming
       
  2. Introduction to Java Servlets
      
  3. Installation, Configuration and running Servlets