From 5a852ae551df61ed04a942a5ceffbfc000cee145 Mon Sep 17 00:00:00 2001 From: Florian Waibel Date: Sat, 21 Oct 2023 17:33:47 +0200 Subject: [PATCH] Add basic profile for `eclipse-gemini` organization --- README.md | 1 + profile/README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 profile/README.md diff --git a/README.md b/README.md index df7265d..52c004a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # .github + Global configurations for the eclipse-gemini GitHub organization diff --git a/profile/README.md b/profile/README.md new file mode 100644 index 0000000..90ddc5d --- /dev/null +++ b/profile/README.md @@ -0,0 +1,12 @@ +# Eclipse Gemini + +The Eclipse Gemini project is all about modular implementations of Java EE. +Eclipse Gemini is composed of subprojects, each of which implements a specific modularized technology. +They may each be used independently. + +* Gemini Blueprint - Implementation of OSGi Blueprint container +* Gemini DBAccess - JDBC driver access through OSGi JDBC services +* Gemini JPA - Implementation of OSGi JPA Services +* Gemini Management - Implementation of OSGi JMX Management Model +* Gemini Naming - Implementation of OSGi JNDI services +* Gemini Web - Implementation of OSGi Web Applications