Find Courses Here
Introduction to Servlets Print E-mail
Course Length - 1 Day 
  
Course Description

This course introduces servlet programming. Students will learn the basics of creating Servlets, using Tomcat.

 
  
Course Topics:
  • An introduction to web application development with servlets
  • User input processing
  • HTML output generation
  • Session tracking
  • Deploying web applications
 
  
Practical Work

Exercises take students through most of the major aspects of the design and development of servlet programs.

 
     
What You Will Learn

After completing this course, the students should be able to:

  • Develop web applications with servlets
  • Maintain user session information
  • Deploy a web application in Tomcat
 
     
Who Should Attend?

This course is intended for programmers who have experience in Java and who want to learn about server side programming.

 
     
Course Prerequisites

Students should have:

  • An understanding of web technology and dynamic web content
  • A good understanding of object-oriented programming using Java