Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Gemini/Naming/Documentation/Overview"

 
Line 1: Line 1:
 
 
== Overview ==
 
== Overview ==
  
Line 11: Line 10:
 
For more background on the JNDI Services specification, please refer to Chapter 126 of the OSGi Enterprise Specification:
 
For more background on the JNDI Services specification, please refer to Chapter 126 of the OSGi Enterprise Specification:
  
[http://www.osgi.org/download/r4v42/r4.enterprise.pdf]
+
[http://www.osgi.org/download/r4v42/r4.enterprise.pdf OSGi Enterprise Specification, v4.2]

Latest revision as of 12:11, 23 November 2011

Overview

The Gemini Naming project contains the reference implementation of the JNDI Services specification, which is a chapter in the overall OSGi Enterprise Specification, v4.2.

Gemini Naming provides JNDI services to the OSGi platform. It provides a common framework for publishing JNDI providers as OSGi services, and then allows JNDI clients to easily consume these providers.

This document assumes that the reader is already familiar with the basics of OSGi, and also with the basics of the JNDI interface for enterprise development in Java.

For more background on the JNDI Services specification, please refer to Chapter 126 of the OSGi Enterprise Specification:

OSGi Enterprise Specification, v4.2

Back to the top