Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 85301ecdc22f9a8d3705baca227163a395ec9730 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Contributing to Gemini Naming
=============================

Thanks for your interest in this project.

Project description:
--------------------

The Gemini Naming project implements support for using the Java Naming and Directory Interface™ (also known as JNDI™) within an OSGi environment. This project provides the following: a standard mechanism for publishing and locating JNDI™ Service Provider implementations within an OSGi framework, support for the existing traditional model of JNDI™ clients, a new service-based model for interacting with JNDI™ providers, and the ability to access OSGi services using osgi-based URL lookups.

- https://projects.eclipse.org/projects/rt.gemini.naming

Developer resources:
--------------------

Information regarding source code management, builds, coding standards, and more.

- https://projects.eclipse.org/projects/rt.gemini.naming/developer

Contributor License Agreement:
------------------------------

Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).

- http://www.eclipse.org/legal/CLA.php

Contact:
--------

Contact the project developers via the project's "dev" list.

- https://dev.eclipse.org/mailman/listinfo/gemini-dev

Search for bugs:
----------------

This project uses Bugzilla to track ongoing development and issues.

- https://bugs.eclipse.org/bugs/buglist.cgi?product=gemini

Create a new bug:
-----------------

Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!

- https://bugs.eclipse.org/bugs/enter_bug.cgi?product=gemini

Back to the top