thanks a lot
Birendar Singh Waldiya
Avinash Gangadharan <[EMAIL PROTECTED]>
09-06-04 12:28 AM
|
|
"java:comp/env" is the namespace that a J2EE container uses to tie logical
names to the various components being managed by the container.
The J2EE defines a naming policy for application components. This namespace
is rooted with "java:comp"
"comp" is a sub-tree for component related bindings. "env" is bound to a
sub-tree for component environment-related bindings, as defined in the
components deployment descriptor.
for eg. A typical setup for the "env" namespace is:
java:comp/env/ejb/{binded EJBs}
java:comp/env/jdbc/{binded JDBC datasources}
java:comp/env/jms/{binded JMS connection factories}
BTW google provides great help in such questions:
HTH
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 08, 2004 11:38 AM
To: [EMAIL PROTECTED]
Subject: wahtd does it means ? envCtx = (Context)
initCtx.lookup("java:comp/env");
can any onetell me what does "java:comp/env" mean in following ???
envCtx = (Context) initCtx.lookup("java:comp/env");
Birendar Singh Waldiya
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
ForwardSourceID:NT0000D452
DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for the exclusive use of the said addressed individual or entity indicated in this message (or responsible for delivery of the message to such person) and may contain legally privileged and confidential information belonging to Tata Consultancy Services. It must not be printed, read, copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person other than the addressee. Unauthorized use, disclosure or copying is strictly prohibited and may constitute unlawful act and can possibly attract legal action, civil and/or criminal. The contents of this message need not necessarily reflect or endorse the views of Tata Consultancy Services on any subject matter. Any action taken or omitted to be taken based on this message is entirely at your risk and neither the originator of this message nor Tata Consultancy Services takes any responsibility or liability towards the same. Opinions, conclusions and any other information contained in this message that do not relate to the official business of Tata Consultancy Services shall be understood as neither given nor endorsed by Tata Consultancy Services or any affiliate of Tata Consultancy Services. If you have received this message in error, you should destroy this message and may please notify the sender by e-mail. Thank you.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]