Description: Last year I built a website that used Java Server Pages to dynamically generate most of the pages. It worked well, but was very kludgy. JSPs invariably mix the HTML display code with some of the internal data logic. Through a judicious use of the<BR>Model-View-Controller paradigm, I was able to reduce this mixing. But a minimal amount was still inevitable. This is a common experience with JSPs. You end up with files containing java code and HTML. Ugly and brittle. Plus, it calls upon two areas of expertise. A separation of the two would be much more<BR>robust, and allow people with skills in only one of these areas to still contribute to the development. In answer to this, Sun has been refining its Standard Tag Library. Specifically, it now has an expression language that is a programming language in its own right and is comprehensively described in this book, which bears Sun's official impramateur. Programmers versed in other languages can quickly absorb this. Thru it, you can e ..
ISBN:
0131001531
Release Date:
26 November, 2002
List Price:
$34.99
Author:
David M. Geary
Publisher:
Prentice Hall PTR
Last Updated:
06/26/2003
Average Visitor Rating:0.00 (out of 5)
Number of Ratings: 0 Votes