robertmaldon: Conditionally Defining Spring Beans
I like the Spring Framework. It is a useful toolkit of infrastructure that you would often build the equivalent of for any medium to large size application - and it is well designed and tested.One feature missing from Spring that I would find handy is the ability to define a bean only if a particular property is defined or set to a particular value. For example:
Read full article from robertmaldon: Conditionally Defining Spring Beans
No comments:
Post a Comment