Hello,
Ive got a newbie question.
If you develope a bigger project by using spring - do you then every object create by using beans?!
I mean, do you avoid to write in a class "Object o = new Object()", no matter in what context?
Im a little bit confused, because when I initialize every object using beans my applicationContext.xml is getting bigger and bigger and bigger.....
thanks!


Reply With Quote
