Free Java Servlet Programming Ebook

Download free programming, computer, it, technology books

Jan
08

Java Servlet Programming

Posted by admin

This chapter provides a quick introduction to some of the things an HTTP servlet can do. For example, an HTTP servlet can generate an HTML page, either when the servlet is accessed explicitly by name, by following a hypertext link, or as the result of a form submission.

An HTTP servlet can also be embedded inside an HTML page, where it functions as a server-side include. Servlets can be chained together to produce complex effects–one common use of this technique is for filtering content. Finally, snippets of servlet code can be embedded directly in HTML pages using a new technique called JavaServer Pages.

Download Java Servlet Programming

  1. January 8th, 2008 at 06:58 56
    naresh

    it’s wonder

  2. January 8th, 2008 at 06:58 56

    thanks

Add A Comment