|
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.
|