Hey folks -
I'm trying to understand and use Spring, falling down a bit.
I have a "ds" bean in Spring config (DataSource), and a Struts action which
extends DispatchActionSupport. It is easy to grab the bean using:
getWebApplicationContext().getBean("ds");
Cool.... but now I am in another class which is not an action -- and I'm at
a loss how to grab the "ds" bean. :-(
I'm reading the 200 pages of docs ...but if anybody could point me to the
relevant bit to jump-start me, that'd be great!
Timo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]