Hi all,
I am a newbie to spring framework, I have two questions about spring bean design:
1. What kind of java object should I put in bean config file or just use "new" to create it?
2. When should I use dependency injection or just diectly call beanFactory to create it?
Thanks a lot.


Reply With Quote