...
For hibernate apps, the service calls the daos to get biz objects and performs whatever biz logic is necessary on them.
Spring config for Service
The service spring beans are configured in applicationContext.xml (not in action-servlet.xml).
...
TBD - talk about how to go to different actions from the jsp using the hidden thingy
Spring config for Actions
The spring config for actions should be done in action-servlet.xml.
...