· Servlet Overview
· Servlet environment Setup
· Servlet Life Cycle, Init( ) ,service( ), doGet( ), doPost( ), destroy( )
· Servlet form data
· Get method
· Post method
· Passing check box data to servlet programme
· Reading form parameters
· Servlet Examples
· Client http request, http response, http status codes
· Writing Filters
· Using multiple filters
· Filters application order
· Exception handling
· web.xml configuration
· Cookies Handling
· Cookies methods
· Setting, reading and delete cookie
· Session Tracking
· Database Access
· Create table
· Create data records
· Accessing a database
· File uploading
· Create a file upload form
· Handling date
· Date comparison
· Page direction
· Hits counter
· Auto page refresh
· Sending email
· Packaging
· Debugging
· Internationalization
· Language settings
· Annotations
· Practical Exercise