This post originated from an RSS feed registered with Java Buzz
by Goldy Lukka.
Original Post: Java Naming Services Internals
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
The Java Naming and Directory Interface (JNDI) is a standard API to access different naming and directory service implementations like LDAP. A naming service provides naming functionality and a directory service provides applications with directory functionality. The Java naming service is a fundamental component of every J2EE system.
This article by Kishore Kumar explores the concepts of implementing a simple client/server-based JNDI naming service. It examines the various basic concepts of a naming server like Context, InitialContextFactory and Reference. It also examined advanced concepts like URLContextFactory, StateFactory, ObjectFactory, Link References and Naming Federation.
Point to the title of this post for the complete article including sample source code.