Servlets in Java




GogoTraining IT Training Podcasts show

Summary: Developers often wish to extend the capabilities of a Web server, either by creating custom extensions for a Web server or by creating dynamic Java Server Pages that add automation and animation to static Web pages. Java supports these extensions and dynamism by permitting the creation of small classes, called servlets, that carry out the dynamic behavior of Java Server Pages or accept and process custom input from a Web page. Join Mike Simpson as he explores the power of “Servlets in Java.”