December 2007
Intermediate to advanced
736 pages
16h 19m
English
Topics in This Chapter
Actions to process requestsIn Chapter 15 of Core Servlets and JavaServer Pages, Volume 1, we presented the MVC architecture. By using RequestDispatcher in the servlets and the JSP 2.0 EL in the JSP pages, you can create a nice separation between the code that creates the data (Java) and the code that presents the data (HTML/JSP). Although this is a simple and powerful approach, in many applications it does not go far enough. ...
Read now
Unlock full access