December 2007
Intermediate to advanced
736 pages
16h 19m
English
Topics in This Chapter
As we mention throughout the book, the JSP page should, under normal circumstances, contain no business logic of any kind. The JSP page is there to present the output of some business logic operation, nothing more. Crowding the JSP page with anything else makes it harder to write the code for the page and introduces maintenance headaches down the line. In other words, the JSP page should contain only the presentation logic.
However, it is quite often the case that the ...
Read now
Unlock full access