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

What is node manager?

0 Answers  


Weblogic admin don't know the admin credentials of weblogic 8.1 UI..how can he get the credentials?

2 Answers   IBM,


what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?

0 Answers  


How do the wls jms 6.1 server/destination message maximum and threshold values work? : BEA Weblogic

0 Answers  


I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic

0 Answers  






How many weblogic severs can be installed in a multi cpu machince and how can you figure out how many servers?

1 Answers   IBM,


What is core server tuning?

0 Answers  


What are the recommend parameters to improve the prformance from data-source point of view.

0 Answers  


How to change from default JVM to other ?

0 Answers  


how to handle out of memory in weblogic? and if server is getting more requests then what we have to do in production environment?

4 Answers   HP,


Explain the use of http ?

0 Answers  


Setting Up WebLogic Server for HTTP Tunneling

1 Answers  


Categories