August 2003
Intermediate to advanced
1464 pages
32h 2m
English
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 ...
Read now
Unlock full access