Re: getting datasource using jndi
Posted By:
ankush_purwar
Posted On:
Thursday, June 23, 2005 05:39 AM
yes you can lookup your datasource usig jndi as same as you look up another services.
But you must know the JNDI name of the service that you are looking.
like
new InitialContext().lookup(jndiName)