What is spring? Why is it being usd with Hibernate? Whats it
s utility?
views:
12answers:
1
A:
What is spring?
Spring.NET is an object container and DI framework among others. It is a port of the popular Java Spring framework to .NET.
Why is it being usd with Hibernate?
Because it brings AOP functionalities that simplify the session management.
Whats its utility?
It avoids you writing some common recurring code but of course this will depend on what modules you use.
Darin Dimitrov
2010-09-09 12:26:02