Understand the relationship between Clients, Servers, and Servlets
Understand how and when a servlet is loaded, and how and when it is executed
Understand the way a servlet can extend the services of a server
Understand the request/response paradigm as it relates to servlets
Write servlets that process HTML form data
Write servlets that are thread safe
Write servlets that can communicate with one another
Understand how a servlet can generate HTML, return errors, redirect requests, and write data to the server log
Understand how servlets maintain state and session information
This course description should be used to determine whether the course is appropriate for you based on your current skill and technical training needs. Technical information is provided on the intended audience, course prerequisites, and covered topics. Course content, prices, and availability are subject to change without notice.
Course Audience
This course is designed for people who will be coding and/or maintaining application programs using JAVA, primarily application developers.
Course Description
This 2-day course covers Java servlet programming. Prior to Java servlets, dynamic content from your Web server was accomplished by CGI and proprietary APIs. This course details a third way - the Java Servlet Development Kit (JSDK). The JSDK lets you extend a Java-enabled Web server with servlets, server-side components written in Java. These components are platform and protocol independent. Servlets can be used to replace CGI, process forms, interact with the database or as a middle tier in a three-tiered architecture.