Web modules

 

Web modules consist of HTML and JSP pages, which provide user interfaces and program logic, and servlets, which coordinate work between other components of the application.

HTTP sessions can be used to personalize a Web site for individual customers. Sessions are a series of requests to a servlet, originating from the same user at the same browser.