Software Training

If any training related to software technologies like c,c++,java,Dotnet,Application Packaging,Salesforce,etc is required.Please contact below mail Address so that we can arrange the same.


Thursday, October 13, 2011

JNDI

Java Naming and directory interface(JNDI)
JNDI provides a common-denominator interface to many existing naming services.
Existing naming services are
1)DNS 2)LDAP 3)NIS

JNDI is an API specified in java technology that provides naming and directory functionality to applications written in the java programming language.It is designed especially for the java platform using java's object model.Using JNDI,applications based on java technology can store and retrieve named java objects of any type.In addition,JNDI provides methods for performing standard directory operations,such as associating atttributes with objects and searching for objects using their attributes.

No comments:

Post a Comment