Hi,
To get an instance of a bean factory using ctx.getBean("<<BeanFactoryName>>"), why do I have to add an "&" like this ??
("<<&BeanFactoryName>>")
I do not understand...Could someone kindly explain ?
Thanks...VJ
Hi,
To get an instance of a bean factory using ctx.getBean("<<BeanFactoryName>>"), why do I have to add an "&" like this ??
("<<&BeanFactoryName>>")
I do not understand...Could someone kindly explain ?
Thanks...VJ
Are you talking about BeanFactory or FactoryBean?
Last edited by karldmoore; Aug 27th, 2007 at 03:31 PM.
Barracuda Networks SSL VPN Lead Developer
http://pramatr.wordpress.com
http://twitter.com/karldmoore
http://www.linkedin.com/in/karldmoore
Any postings are my own opinion, and should not be attributed to my employer or clients.
Mostly the reference is your friend: Customizing instantiation logic using FactoryBeans.
Jörg