Amazon.com
Java Open Source Programming takes a bit of a risk by devoting a lot of space to the development of a complex application (an online pet shop), as such a didactic strategy can be hard to follow. The authors pull it off, though, and manage to show that their covered technologies can be used to create a feature-rich and robust application that uses the versatile model-view-controller (MVC) pattern. This book will suit you well if you're planning an MVC Java project and want to take advantage of open-source packages. --David Wall
Topics covered: The most popular open-source Java packages, particularly those concerned with Web applications and the model-view-controller (MVC) pattern. Specific packages covered include JUnit and Mocks (code testing), Hibernate (persistent storage of objects in databases), WebWork (MVC), SiteMesh (Web page layout), Lucene (site searching), and WebDoclet (configuration file generation).
Book Description
Written by leading authorities in the field, this book shows you how to leverage a suite of best-of-breed Open Source development tools to take the pain out of J2EE and build a complete Web-based application. You’ll combine these tools to actually reduce the points of failure in your application, while increasing overall system stability and robustness. Along with the tools introduced here, you’ll develop the PetSoar application, which follows the PetStore application used by Sun Microsystems to demonstrate features of J2EE. With PetSoar, the authors focus on developing a maintainable and flexible application, rather than showcasing the end result, so that you can apply the material in your own projects.
In addition, the authors provide methods for utilizing Open Source software components for each stage of the development process.
The Open Source products covered include:
- Hibernate to aid with simple,flexible, and speedy transparent object persistence
- OpenSymphony WebWork to allow for pluggable view technologies and extensible configuration
- JUnit and Mock Objects to assist with rapid and robust unit testing
- XDoclet to assist with generating code and configuration files automatically
- Jakarta Lucene to add Google-style smart search capabilities to data stores
- OpenSymphony SiteMesh to aid in the creation of large sites with a common look and feel
- OpenSymphony OSCache to easily cache slow dynamic sections of Web sites resulting in faster-loading pages