Spring 本

2 冊が立て続けに到着.あれの参考になるかもしれないので目次を書いておくテスト.

Spring In Action

Spring In Action

  • Part1 SPRING ESSENTIALS
    • 1. A Spring jump start
    • 2. Writing beans
    • 3. Creating aspects
  • Part2 SPRING IN THE BUSINESS LAYER
    • 4. Hitting the database
    • 5. Managing transactions
    • 6. Remoting
    • 7. Accessing enterprise services
  • Part3 SPRING IN THE WEB LAYER
    • 8. Building the web layer
    • 9. View layer alternatives
    • 10. Working with other web frameworks
    • 11. Securing Spring applications
  • Appendixes
    • AppendixA: Spring setup
    • AppendixB: Spring-related projects

Pro Spring (Expert's Voice in Java)

Pro Spring (Expert's Voice in Java)

  • Part1 Getting Started with Spring
    • 1. Introducting Spring
    • 2. Getting Started
    • 3. The Sample Application
  • Part2 Spring Basics
    • 4. Introducing Inversion of Control
    • 5. Beyond the Basics
  • Part3 Aspect Oriented Programming with Spring
    • 6. Introducing Spring AOP
    • 7. More on Spring AOP
  • Part4 Data Access with Spring
  • Part5 Spring in the Middle Tier
    • 11. Designing and Implementing Spring-Based Applications
    • 12. Transaction Management
    • 13. Spring and J2EE
    • 14. Job Scheduling with Spring
    • 15. Mail Support int Spring
    • 16. Using Spring Remoting
  • Part6 Web Application with Spring
    • 17. Web Application with Spring MVC
    • 18. Beyond JSP
    • 19. Spring and Struts
  • Part7 Appendixes
    • Appendix A: Testing with Spring
    • Appendix B: The Spring Rich Project
    • Appendix C: Spring IDE
    • Appendix D: The Future of Spring


基本的な構成はどちらも同じような感じ.DI→AOP→DB アクセス→リモーティング etc→プレゼンテーション.
我らもこんな感じかな?