开发者

Spring Custom Namespace - Use Cases

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 开发者_如何学JAVAchange 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.


This blog has a great post about using custom namespaces and gives you a few examples as well.


Check this github repo for a working example of spring's custom namespace handling.

Or this article on spring io.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜