6

JSP

Chapter Objectives:

  • Enable understanding of the View part of an application through JSP

  • Understand the working of JSP

  • Get a peek into JSP Standard Tag Library

  • Go through examples involving JSP and Custom tag library

It has been seen so far that Servlets provide the dynamism that is required for a web application. They are efficient to execute, powerful and can flexibly manipulate HTML. There are all the ingredients for a good server side environment. However, on skimming the surface, it can be observed that the code looks awful. There is too much of mixing or intertwining of presentation and business logic. Changing one of them to perhaps suit changing business needs, becomes a costly affair or at worst impossible. Furthermore, ...

Get Web Technology: Theory and Practice now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.