开发者

merging spring with Nhibernate

What is spring? Why is it being usd with Hibernate? Whats its u开发者_如何学JAVAtility?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜