Spring Tutorial Home

  • Managing Database Transactions
  • Remoting in Spring
  • Working with the Web Layer

Spring Home

Java Resources

Community

Site

The diagram below depicts structure of Spring layer and the way an application use Spring to invoke other business services:



In above,each business service is registered as a bean in the XML beans descriptor file. When Spring layer receives a invocation of a service from the application,it will look up the corresponding bean and dispatch the invocation to the mapped service.

                    

Copyright © 2013 VisualBuilder. All rights reserved