Java Naming and the Directory Service

Naming service is needed to locate beans home interfaces or other objects (DataSource, UserTransaction):
–For example, jndi name of the DataSource Directory service is needed to store and retrieve properties by their name:
–jndi name: java:comp/env/propertyName

Showing Answers 1 - 1 of 1 Answers

vivek

  • Jul 1st, 2006
 

I can't understand you question,Actully JNDI is nothing but namming services where we will define name for any resource,Like you will define class name as single resource and you will give a name, Basiclly It will use to call any resource from remotelly.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions