Spring in Action
- Length: 472 pages
- Edition: 1
- Language: English
- Publisher: Manning Publications
- Publication Date: 2004-12-01
- ISBN-10: 1932394354
- ISBN-13: 9781932394351
- Sales Rank: #4790463 (See Top 100 Books)
Written for enterprise Java developers who have become disillusioned with the complexity and bulk involved with EJB development, this programming tool demonstrates how the Spring framework can make coupled code easy to manage, understand, reuse, and unit-test. Spring’s employment of inversion control and aspect-oriented programming techniques to encourage loosely coupled code is explained, providing programmers with the ability to use JavaBeans with the power and enterprise services only previously available in the heavier Enterprise JavaBeans.
Table of Contents
Part1 Spring Essentials
Chapter 1 Spring Jump Start
Chapter 2 Wiring Beans
Chapter 3 Creating Aspects
Part2 Spring in Business Layer
Chapter 4 Hitting Database
Chapter 5 Managing Transactions
Chapter 6 Remoting
Chapter 7 Accessing Enterprise Services
Part3 Spring in Web Layer
Chapter 8 Building Web Layer
Chapter 9 View Layer Alternatives
Chapter 10 Working with Other Web Frameworks
Chapter 11 Securing Spring Applications
Appendix A Spring Setup
Appendix B Spring-Related Projects