JNDI -Java Naming and Directory Interface

What is the need of JNDI(Java Naming and Directory Interface) ? Explain with real-time usage ?

Questions by vidya_chintoo

Showing Answers 1 - 7 of 7 Answers

Sathya Srinivasan

  • Apr 11th, 2006
 

JNDI (pronounced jundi) is used as a lookup for a service in EJB context.  It is like a Yellow Pages where you can look-up for a remote service locator and get handle to the remote service.

  Was this answer useful?  Yes

sri vidya

  • Apr 11th, 2006
 

Thanq Mr. Srinivas

  Was this answer useful?  Yes

Amarnath

  • May 7th, 2006
 

I got the definition from sathya,that is 100 % correctalthough JNDI is used not only for ejb it will also used in RMI,Corba ect...The two prtocols available in JNDI 1.LDAP(this is also server)2.DNS(this is domain naming service)

  Was this answer useful?  Yes

Srinivas

  • May 27th, 2006
 

Hi Friends ,

The main advantage of JNDI(java naming and directory interface) is used for the searching the information in the huge amount data. if we have huge amount of data, for searching we use  JNDI API instead of JDBC API then it increases the performance of the application.

ok bye..........

keeps smiling and mailing                                                                        

bora_srinivasarao@yahoo.coin

note: if any one want j2se & j2ee FAQ's and java materials ,e-books .just send mail to my id.if any one have doubts regarding java just send a mail to my id.

  Was this answer useful?  Yes

Hi Friends ,

The main advantage of JNDI(java naming and directory interface) is used for the searching the information in the huge amount data. if we have huge amount of data, for searching we use  JNDI API instead of JDBC API then it increases the performance of the application.

keeps smiling and mailing

bora_srinivasarao@yahoo.co.in

"HELP EVER HURT NEVER"&"IMPOSSIBLE AS POSSIBLE"

Note:If any one want java materials like e-books,faq's send a mail to my id.if any doubts regarding java send a mail to my id, if possible i will send answers.if any one want how to install java softwares ,tomcat,weblogic,eclipse,jbuilder etc and how to use plz send amil or ask online also i will definitly tell.

  Was this answer useful?  Yes

prashant

  • Jul 26th, 2006
 

Well JNDI is Universal Client API to organize and locate components in a distributed computing environment.

  Was this answer useful?  Yes

Hi Friends ,

The main advantage of JNDI(java naming and directory interface) is used for the searching the information in the huge amount data. if we have huge amount of data, for searching we use  JNDI API instead of JDBC API then it increases the performance of the application.

keeps smiling and mailing

bora_srinivasarao@yahoo.co.in

"HELP EVER HURT NEVER"&"IMPOSSIBLE AS POSSIBLE"

Note:If any one want java materials like e-books,faq's send a mail to my id.if any doubts regarding java send a mail to my id, if possible i will send answers.if any one want how to install java softwares ,tomcat,weblogic,eclipse,jbuilder etc and how to use plz send amil or ask online also i will definitly tell.

clickonit for java: http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/DEA2eIX.html

clickon: http://in.geocities.com/bora_srinivasarao/MyHomepage.html

  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