JNDI Usage for weblogic?

Answers were Sorted based on User's Feedback



JNDI Usage for weblogic?..

Answer / vineet

Generally JNDI is used to locate the Objects residing in
different location. So like Yellow pages are helpful to find
out certain things, similarly JNDI is useful to search the
objects.

In Weblogic JNDI is highly useful as here in Connection
Pool, Virtual Host etc. places it creates Objects . So to
locate & search the Objects , JNDI is useful.

Is This Answer Correct ?    19 Yes 4 No

JNDI Usage for weblogic?..

Answer / vamsee

JNDI(java naming directory interface)
the name it self shows that it is a interface for creating
name directorys.this jndi useful for know thw location of
objects.
coming to weblogic each server have one jndi as well as
wech cluster has cluster wide jndi.this very much useful
for finding the objects and moniter the objects&avoid the
nameconflict .

Is This Answer Correct ?    14 Yes 1 No

JNDI Usage for weblogic?..

Answer / laxmikant

JNDI:
Java naming directory Interface---It looks up into the new
directories of an URL.for example in this url of this site
showanswers is a directory.
http://www.allinterview.com/showanswers/6873.html

Is This Answer Correct ?    7 Yes 1 No

JNDI Usage for weblogic?..

Answer / sukumar

JNDI: Java Naming and Directory Interface it is a API.
The Weblogic Server Uses This For storing te Different
objects(Like Connection factories, Datasourc....). These
Objects Retrived from JNDI tree when they are want to be
Used.

Is This Answer Correct ?    9 Yes 5 No

JNDI Usage for weblogic?..

Answer / vru

Applications uses naming service to locate objects in data sources, EJBs, mail sessions, jms etc... and so on in network. A naming services associates names with objects and that finds objects based on thier given names.
it is defined to be any independent applications or directory implementations.it is support the use of number of method accesing new and existing services.
this supports allows to any service-provider implementation to be pluged to jndi frame work. it using spi(standard provider interface) convience.

Is This Answer Correct ?    3 Yes 0 No

JNDI Usage for weblogic?..

Answer / mohit

Hello,

In very easy language, we can say that JNDI is used in weblogic to call objects like JMS, JDBC, destinations, etc.
Each and every object has JNDI name which is used internally while calling some objects.

Each and every object should have unique JNDI name.

JNDI names are stored in tree like structure called JNDI tree.

Is This Answer Correct ?    5 Yes 4 No

JNDI Usage for weblogic?..

Answer / katam tirupathi

JNDI is a API(Application Programming Interface)accessed by different naming and directory services

Is This Answer Correct ?    0 Yes 0 No

JNDI Usage for weblogic?..

Answer / enigma

As per my views,

With all due respect to interviewer, the question is not
framed properly. It could have been "What is JNDI ?"

JNDI is a generalised concept. It is not specific to
weblogic. JNDI is same in websphere, weblogic,Tomcat,LDAPS.
JNDI is the most convinient data structure which can be
used for implemtation of any application server, webserver
or any complex JVM based system. We can implemet JNDI for
all the folders and files store on the PC. JNDI is nothing
but the basic data structure which known as Trees.

Is This Answer Correct ?    4 Yes 5 No

JNDI Usage for weblogic?..

Answer / mahendra

As per my views,

JNDI is an context lookup for information retrived from
application.
and also we can say, JNDI is a line to reach/trace our DB
data.
and also we can say, JNDI is like a folder which contains
information sent/recevied to/from database.

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More Weblogic Interview Questions

Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic

0 Answers  


Is it possible to send or receive a message from within a message listener? : BEA Weblogic

0 Answers  


How do I do http tunneling? : BEA Weblogic

0 Answers  


how to update the pach?

2 Answers   IBM,


Explain what are the steps required to setup the oracle instance for os authentication?

0 Answers  






which is the GOOD INSTITUTE to learn WEBLOGIC & SOA ADMIN in Hyderbad?

2 Answers   TCS,


How does cluster communication happen?

0 Answers  


Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic

0 Answers  


What is the purpose of t3 in weblogic server?

0 Answers  


What is the format of a log message in a web logic server?

0 Answers  


Can you explain what are the ways in which the dns request of failed servers handled?

0 Answers  


Hey! Is there any difference between WebLogic Server admin & WebLogic Portal? If I want to learn Course which is the suitable to Development? Both are comes under one course or different courses , pls clarify me? am Planning to Join Weblogic, Which is the best pls suggest me?

1 Answers   IBM,


Categories