Chapter 18. JavaServer Pages and Tag Libraries

Understanding JavaServer Pages (JSPs)

The JSP technology is a part of the J2EE standard that addresses the generation and presentation of dynamically generated XML-based content, which is most often HTML or WML content. It is generally focused more on the presentation of HTML than servlets are. The key advantages of JSPs are

  • They offer a clean separation of presentation and business logic, and they encourage the use of the Model-View-Control (MVC) design pattern through the ability to separate the presentation layer of an application from the business layer.

  • They do not require extensive Java programming, simplifying ...

Get BEA® WebLogic Platform 7 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.