Spring.NET & 备择方案
Spring.NET 是一个适合 Web 开发的好框架吗?
还有其他选择吗?
更新(Frederik):
- 在 Web 开发中使用 Spring.NET(或 IoC 容器)时是否存在缺点。 我总是在客户端 Flex 应用程序中使用 spring.actionscript,但客户端应用程序与 Web 应用程序不同。
- 有 Microsoft IoC 容器框架吗?
- 它如何处理并发?
Is Spring.NET a good framework to use in web development?
Are there alternatives?
Update (for Frederik):
- Are there drawbacks when using Spring.NET (or IoC container) in Web Development. I always used spring.actionscript in client side flex applications, but client applications aren't the same as Web Applications.
- Is there a Microsoft IoC Containter Framework?
- How does it handle concurrency?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
作为一名 Spring.NET 提交者,我当然有偏见,但 Spring.Web 完全是根据我们自己的需求在过去几年中构建和完善的。 恕我直言,在 WebForms 开发方面,与其他容器相比,它提供了最广泛的支持。 不过,MVC 支持仍然是 TDB。
Spring.NET 本身也是完全线程安全的。 当然,您自己的单例实现需要是线程安全的,如果不是,您可以随时使用“请求”范围。
哈,
埃里希
As a Spring.NET committer I am biased of course, but Spring.Web was entirely built and refined out of our own needs over the past years. Imho it provides the broadest support compared to other containers when it comes to WebForms development. MVC support is still TDB though.
Spring.NET itself also is entirely thread-safe. Of course your own singleton implementations need to be threadsafe, if not you can always use "request" scope.
hth,
Erich
“有 Microsoft IoC 容器框架吗?”
- 是的,它叫做 Unity
"Is there a Microsoft IoC Containter Framework?"
- Yes, it's called Unity
这是一个好的框架吗? 取决于您的要求。
还有其他选择吗? 是的。
(温莎城堡、StructureMap、PicoContainer,...)。
Google 可以为您指明方向...
Is it a good framework ? Depends on your requirements.
Are there alternatives ? Yes.
(Castle Windsor, StructureMap, PicoContainer, ...).
Google can show you the way ...