4 of 4 people found the following review helpful:
5.0 out of 5 stars
Respect due to JSP, October 12, 2004
This review is from: Foundations of JSP Design Patterns (Paperback)
For the front end of Java web applications JSP has never been given a lot of respect. It's always been the domain of lower paid 'front end programmers'. But that doesn't mean that it isn't difficult to do it right. This book takes the time to emphasize the patterns of implementation to make a solid web front end.
The book covers the web application page flow of forwarding and maintaining state. It also covers tag libraries, data validation and a host of other topics.
The text of the book is well written, and graphics are used effectively.
This is a great book for front end developers. This is the type of coverage this complex topics needs. Hopefully we can get similar books for PHP and Perl web development.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
5 of 6 people found the following review helpful:
4.0 out of 5 stars
Understand the idea of patterns, September 29, 2004
This review is from: Foundations of JSP Design Patterns (Paperback)
A good reworking of what are now classic JSP design patterns, as codified by Sun and others. You need never have read about design patterns to appreciate this book. But chances are, you're already coding JSPs and Servlets. If so, you need a book like this. At the very least, a rough Model-View-Controller design will aid your coding.
But Patzer also goes into more detailed patterns. Like a decorator filler and a front controller. But perhaps as important as any specific pattern is that you get some idea of what to look for as a pattern that might arise out of your work. The patterns in the book show you code reuse, at a higher level than literal reuse of a given body of source code. A very powerful idea for you to grasp.
I reiterate. Understanding, using and looking for new patterns moves you into the realm of design. Increases your experience and your value. Design is higher margin work. Makes your skill sets more valuable.
He also introduces you to the discipline of testing. Especially having a unit testing framework. And since this is java, you have JUnit to help you.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
1 of 3 people found the following review helpful:
5.0 out of 5 stars
All IN ONE, April 28, 2005
This review is from: Foundations of JSP Design Patterns (Paperback)
Very helpful book for beginners to intermediate level java developers. Because,
this book starts with introduction to jsp and chapter 1 and 2 cover,
* The basics of the JSP2.0 specification
* Describes the syntax and commands, used to produce dynamic content.
After the two introductory chapters, you will move into the real thrust of the
book. Chapter 3 and 4 take the roles of developer and page designer, which
gives you,
* Introduction to javabean to deal with data,
* form handling to deal with html data
* Custom tags to build with reusable html tags.
The next chapters show you how to separate designer and developer role by
separating the application into layers, or tiers (View, Model and Controller).
Chapter 5,6 and 7 present about,
* Pattern for your web application design,
* MVC action for controlling your application
* Filter to intercept the HTTP requests and responses.
Chapter 8 finishes the pattern with,
* View helper pattern that you use to adapt data to the presentation
layer of application.
Now those chapters they have provided after 8 are surprised, personally I like this
very much about they have discussed on testing techniques and deployment techniques.
Which are very helpful chapters for some one who wants start to finish developing web
application.
I have liked chapter 3, 4, 5, 9 and 10 of this book.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No