Servlets are one of the two main mechanisms for using Java to build thepresentation logic of an application (the other is JSP). Servlets execute as part of a web server, and can access application servers in the enterprise and deliver the user interface to clients using HTML/CSS/JavaScript. This module introduces the coding and deployment of servlets in a Java EE environment.
On completion of this module, students should be able to: