Spring 自定义命名空间 - 用例
我试图了解 Spring 自定义命名空间可以在哪些方面提供帮助——比如简化大型应用程序中的某些内容。
最后评论 这个博客很有趣:
我正在工作中构建一个名称空间,以使开发组内的服务和 Bean 管理更加标准化。这也往往会让事情变得更简单,并且如果我更改 bean 定义的标准或者将来可能对不同类型的服务使用不同的工厂,他们也不必担心。不过,我仍在研究如何最好地利用这种新机制。
尝试了解自定义命名空间如何帮助 bean 管理。
如果您开发了自定义命名空间,请您发布自定义命名空间如何帮助您的开发。
I'm trying to understand where Spring custom namespace can help -- like simplifying somethings in a large application.
The last comment on this blog was intriguing:
I'm building out a namespace at work for making service and bean management more standardized within the development group. This also tends to make things simpler and not have them worry if I change the standard for a bean definition or maybe use different factories for different types of services in the future. I'm still figuring out how to best utilize this new mechanism, though.
Trying to understand how custom namespace helps in bean management.
If you developed custom namespaces, could you please post how custom namespaces helped in your development.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此博客有一篇关于使用自定义命名空间的精彩文章,也给你一些例子。
This blog has a great post about using custom namespaces and gives you a few examples as well.
检查这个 github 存储库,了解 spring 自定义命名空间处理的工作示例。
或者这篇文章斯普林岛。
Check this github repo for a working example of spring's custom namespace handling.
Or this article on spring io.