Spring.NET & 备择方案

发布于 2024-07-16 10:15:06 字数 260 浏览 10 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

柏林苍穹下 2024-07-23 10:15:06

作为一名 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

可爱咩 2024-07-23 10:15:06

“有 Microsoft IoC 容器框架吗?”
- 是的,它叫做 Unity

"Is there a Microsoft IoC Containter Framework?"
- Yes, it's called Unity

决绝 2024-07-23 10:15:06

这是一个好的框架吗? 取决于您的要求。

还有其他选择吗? 是的。
(温莎城堡、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 ...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文