Foundations of JSP Design Patterns
 

Related Products













Product Lists

Foundations of JSP Design Patterns

by Apress

$39.99
buy from amazon.com
Average Rating: * * * * half star
Sales Rank:977682 (lower is better)
Price Used:$4.85
Shipping:Free Shipping on most orders over $25*
Availability:Usually ships in 24 hours
Label:Apress
UPC:689253151181
Pages:304
Binding:Paperback
Publication Date:2004-09-15
Published By:Apress
ASIN:1590594118
Category:Book

Authors

Editorial Reviews and Product Descriptions

Product Description

...the pattern chapters have plenty of code that allows you to understand the pattern both by explanation and by example of a real application.

— Tom Duff, Duffbert's Random Musings

Foundations of JSP Design Patterns gives you the tools to build scalable enterprise applications using JSP. While other books merely provide instruction on basic JSP and servlet development, this insightful guide goes a step further to offer a variety of best practices and design principles, enabling you to build your own scalable and extensible enterprise Java applications quickly and easily. Through the application of enterprise design patterns, JSP technology can be used to build complex enterprise applications in a highly reusable manner.

Customer Reviews

All IN ONE - Reviewed on 2005-04-29
* * * * *
1 customer found this review helpful, 2 did not.

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.
The next step for intermediate JSP developers... - Reviewed on 2004-11-14
* * * *
3 customers found this review not to be helpful.
If you're familiar with JSP technology and you're ready to take the next step, you might find the book Foundations Of JSP Design Patterns by Andrew Patzer (Apress) interesting...

Chapter list: JSP Foundations; Using JSP; Role Separation with JavaBeans; Role Separation with Custom Tags; Development Using Patterns; The Decorating Filter Pattern; The Front Controller Pattern; The View Helper Pattern; Testing Techniques; Deployment Techniques; Application Frameworks; Putting It All Together; Index

While this book does cover some basics of JSP, I wouldn't recommend it for a complete newcomer to the subject. This book is more designed for the person who has learned the basics, done some work with JSP, and would now like to learn how to better structure their code to separate business logic from presentation. Patzer does a good job in showing how a consistent approach to presentation/logic separation can avoid maintenance issues down the road, and how it allows developers and designers with different roles to work together on a project. By introducing patterns, the developer can build applications with a solid structure that follow proven architecture that works. The thing I appreciate most is that the pattern chapters have plenty of code that allows you to understand the pattern both by explanation and by example of a real application. That helps take the information from a theoretical to a practical level. The chapters at the end that deal with testing and deployment are also very valuable, and they should help the developer to follow a solid approach to JSP application development from design through implementation. Very good material here.
Respect due to JSP - Reviewed on 2004-10-12
* * * * *
4 customers found this review helpful.

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.
Understand the idea of patterns - Reviewed on 2004-09-29
* * * *
5 customers found this review helpful.

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.
Go To Amazon Product Page

* - See Amazon Product Page for shipping and pricing details.


Book Subjects