BEA WebLogic Server™ 8.1 Unleashed
by Mark Artiges, Gupreet Singh Bhasin, Bernard Ciconte, Malcolm Garland, Saranathan Govindarajan, James Huang, Subramanian Kovilmadam, Kunal Mittal, Paul J. Perrone, Tom Schwenk, Steve Steffen
When to Use JSPs
When should you use JSP pages? JSP pages should be used when interactive Web-based content is desired over static content; that is, when content is predicated on user response rather than pre-scripted static text. This dynamic Web-based model is usually accomplished by implementing an n-tier architecture, such as Model-View-Controller, where presentation, application/business logic, and data archiving are layered. Within this layered approach, JSPs should be implemented as the presentation. The JSPs should implement minimal Java code, while providing only a client portal into the application. User requests are serviced by the Controller layer using servlets or other Java objects (such as JavaBeans, Session EJBs, tag libraries, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access