- The “BluePrints book” referenced in this chapter is:
Designing Enterprise Applications with the Java™ 2, Enterprise Edition, 2/e
Inderjeet Singh, Beth Stearns, Mark Johnson, and the Enterprise Team
ISBN: 0201787903
- The J2EE patterns book referenced in this chapter is:
Core J2EE™ Patterns
Deepak Alur, John Crupi, Dan Malks
ISBN: 0130648841
- J2EE Design Pattern references:
- Data Access Object—
http://developer.java.sun.com/developer/restricted/patterns/DataAccessObject.html
- Front Controller—
http://developer.java.sun.com/developer/restricted/patterns/FrontController.html
- Intercepting Filter (also known as Decorating Filter)—
http://developer.java.sun.com/developer/restricted/patterns/DecoratingFilter.html
- Transfer Object (previously known as Value Object)—
http://developer.java.sun.com/developer/restricted/patterns/ValueObject.html
- For more on the tradeoffs involved in using a Web-tier application framework, see “Web-Tier Application Framework Design” in the Web Tier chapter of BluePrints book.
- For more on servlet filters, see “Java Servlet Technology” in the J2EE™ Tutorial:
http://java.sun.com/j2ee/tutorial/doc/Servlets.html
- To find out about Front Controllers, see “Web-Tier MVC Controller Design” in the BluePrints book. See also the Front Controller design pattern in Core J2EE Patterns.
- Details about the template mechanism of the pet store Web site are explained in the section “Templating” in the Web Tier chapter of the BluePrints book.