Spring in Action, Third Edition

Authors : Craig Walls
Publisher :Manning Publications Co.
Category : Java Enterprise Edition
Released : May 1, 2010
ISBN : 9781935182351
Pages :700
Print Price : $49.99
E-Price : $29.99

Please login to rate, comment or post a review!


A few years back, Spring arrived as is a fresh breeze blowing over the Java landscape. Based on the principles of dependency injection, interface-oriented design, and aspect-oriented programming, Spring combines enterprise application power with the simplicity of plain-old Java objects (POJOs). Now, Spring has grown into a full suite of technologies, including dedicated projects for integration, OSGI-based development, and more. Spring in Action, Third Edition has been completely revised to reflect the latest features, tools, practices Spring offers to java developers. It begins by introducing the core concepts of Spring and then quickly launches into a hands-on exploration of the framework. Combining short code snippets and an ongoing example developed throughout the book, it shows you how to build simple and efficient J2EE applications. Inside, you'll see how to: * Solve persistence problems * Handle asynchronous messaging * Create and consume remote services * Build web applications * Integrate with most popular web frameworks In short, you'll learn how to use Spring to write simpler, easier to maintain code so that you can focus on what really matters—your critical business needs. The revised Third Edition explores the core Spring Framework issues, as well as the latest updates to other Spring portfolio projects such as Spring WebFlow and Spring Security. The result is a book that's both broader and deeper than previous editions. You'll learn the full range of new features available with Spring 3, including: * More annotation-oriented options to reduce the amount of XML configuration * Full-featured support for REST * A new Spring Expression Language (SpEL) that makes short work of wiring complex values. * Examples that illustrate the current best practices developed in the Spring community. This book assumes that you know your way around Java, but no previous experience with Spring is required. Table of Contents Part I: Core Spring 1 Springing into action - AVAILABLE 2 Wiring beans 3 Aspect-oriented Spring 4 Testing with Spring Part II: Spring Application Essentials 5 Hitting the database 6 Declaring transactions 7 Creating the web front end 8 Securing Spring Part III: Integrating Spring 9 Remoting and messaging 10 RESTful Spring Part IV: Beyond the basics 11 Spring Web Flow 12 Spring and the rich web

Resources


Opinions

Average rating:
4.0 / 5
How well does it cover the subject?
N/A / 10 *
Includes examples and real life scenarios?
N/A / 10 *
Will it help you in your day to day work?
N/A / 10 *
How easy is it to understand?
N/A / 10 *

* Values calculated based on 0 reviews from users. Other reviews are missing this information.

Related

You may also like:
  • HTTP to HTTPS Migration