剑刃 + Spring.NET - 配置引导程序
我想使用 Spring.NET 作为 IoC、DI、AOP 和 Caliburn 作为 MVVVM 框架。
但我找不到任何如何为 Spring.NET 配置引导程序的示例。
I would like use Spring.NET for IoC , DI, AOP and Caliburn as MVVVM framework.
But I can’t find any sample how configure bootstraper for Spring.NET.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Caliburn 通过通用的 IServiceLocator 接口支持 DI 容器,并为其提供了 spring.net 实现。请参阅项目设置上的 Caliburn 页面。
Caliburn supports DI containers through a common
IServiceLocator
interface, for which a spring.net implementation is provided. See the Caliburn page on project setup.