Re: Initial Context (Please Help)
Posted By:
jaivir_singh
Posted On:
Sunday, August 22, 2004 11:00 PM
Hey there is this very good explanation to what you are looking for, provided by Kenneth Saks ,J2EE SDK Team,SUN Microsystems in the Java Technology forum @ http://forum.java.sun.com/thread.jsp?forum=13&thread=548263&tstart=0&trange=15
Essentially what he is saying is that "It's up to the container to bootstrap the naming service. The application code accesses all resources via java:comp/env." Now what this means is that you configure your application server and provide the neccessary info for bootstraping in-order to use the no argument constructor.
Hope this helps.