Search Results

3
votes
7answers
626 views

What is the best way to initialize a bean?

In spring you can initialize a bean by having the applicationContext.xml invoke a constructor, or you can set properties on the bean. What are the trade offs between the two approaches? Is it bet …