| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Java Naming Services Internals by Kishore Kumar - [Clicks: 71]
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. JNDI consists of a client API and a service provider interface (SPI). The client application uses the client API to access various naming and directory services. The SPI lets naming and directory service implementations be plugged into the JNDI framework. In this article, we will explore how to use the JNDI SPI to implement a simple client/server-based naming service.
http://www.sys-con.com/story/?storyid=48537&DE=1 - Mar, 2005 - The role of JNDI in J2EE by Kirk Pepperdine, Joseph Ottinger - [Clicks: 54]
Mastering J2EE can be daunting, with an ever-growing list of technologies and acronyms. The Java Naming and Directory Interface (JNDI) has been at the core of the Java 2 Platform, Enterprise Edition (J2EE) from its inception, but it is often underutilized by novice J2EE developers. This article will help demystify the role of JNDI in J2EE applications and show how it can help decouple your application from the details of deployment.
http://www-106.ibm.com/developerworks/java/library/j-jndi/ - Jan, 2005