Spring.NET。它的开发/支持有多积极?
我选择了 .NET 平台上的开发组件:用于 IoC 的 Spring.NET 和用于数据访问的 NHibernate。但它有多安全呢?
我在这里听说过(不记得具体是哪篇文章了)Spring.NET 正在走向衰落,因为例如 Java 原始版本是由很多人开发的;但是(他们这么说).NET 版本背后的唯一人是 Mark Pollack 先生。是这样吗?
而且,如果是这样,在我的生产应用程序中依赖 Spring.NET 是否仍然有意义?
- 如果您有关于 NHibernate 的类似信息,我将不胜感激;尽管后者似乎得到了积极支持。
I've made my choice for the developement components on the .NET platform: Spring.NET for IoC and NHibernate for data access. But how safe is it?
I've heard here on SO (don't remember which post exactly) that Spring.NET is on its way down, cause for example the Java original version is developed by a large number of people; but (they say that) the sole person behind the .NET version is Mr. Mark Pollack. Is that so?
And, if so, does it still make sense to count on Spring.NET for my production applications?
- if you have similar information about NHibernate, I'll appreciate it; though it seems that the latter is actively supported.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在此标记一下,您仍然可以依靠 Spring.NET 来开发您的生产应用程序,实际上您甚至可以购买生产/开发支持。您可能知道,SpringSource 被 VMware 收购,Paul Maritz(VMware 首席执行官,微软前“#3”)和 Rod Johnson 都坚定支持该项目 - 我什至上周向 Paul 介绍了该项目。 Spring.NET 上有多个活跃的提交者,但大多数开源项目往往只有少数“强大”提交者,甚至 Spring for Java 也是如此。
我们将额外雇用一名全职开发人员来从事 Spring.NET 的工作。首要任务是建立基于代码的配置模型并与 Java 代码库进行总体同步。我们还在扩展以拥有 Spring Integration for .NET 的端口以及一流的 RabbitMQ 支持。
如果您想直接与我联系以讨论更多信息,请随时向 vmware dot com 的 mpolack 发送电子邮件。
马克·波拉克
Mark here, you can still count on Spring.NET for your production application, you can in fact even buy production/development support. As you might know, SpringSource was aquired by VMware and both Paul Maritz (CEO of VMware and former '#3' at Microsoft) and Rod Johnson are firmly behind the project - I even presented to Paul last week on the project. There are several active committers on Spring.NET, but most open source projects tend to have a few 'power' committers, even Spring for Java.
We are will be hiring an additional full time developer to work on Spring.NET. Top priority is getting the code based configuration model in place and a general sync with the Java code base. We are also expanding to have a port of Spring Integration for .NET and also top notch RabbitMQ support.
If you want to contact me directly to discuss more, feel free to email at mpollack at vmware dot com.
Mark Pollack
我大约 6 个月前开始使用 nhibernate,发现它的支持非常出色,但是我发现使用 ****cough**** Google nhusers 组而不是 Stack Overflow 寻求支持。
我决定使用 unity 作为我的 IOC 容器,因为我发现它在中等信任系统中比 Spring 工作得更好。我还发现他们缺乏对 Spring 的社区支持。 unity 得到了 MS 的支持,所以希望它能持续一段时间! :)
总而言之,nhibernate 非常出色,我相信版本 3 即将推出,因此它确实在不断更新。
这当然是我的意见,这个设置适合我,毕竟这是选择任何系统时要记住的重要事情。
希望这有帮助。
I have started using nhibernate around 6 months ago and have found the support outstanding, however I find it better to use ****cough**** the Google nhusers group rather than Stack Overflow for support.
I decided to use unity for my IOC container as I found it works much better in Medium Trust systems than Spring does. I also found that their was a lack of community support for Spring. unity is supported by MS so hopefully it will around for a while! :)
All in all nhibernate rocks and I believe that version 3 is around the corner so it is indeed being continuously updated.
This of course is my opinion, this set up works for me, after all that is the important thing to remember in choosing any system.
Hope this helps.