Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/JPA/Documentation/Integrations"

(Integrations)
m (Integrations)
Line 5: Line 5:
 
==== JDBC ====
 
==== JDBC ====
  
Gemini JPA is integrated with the OSGi JDBC spec, and the use of Gemini DBAccess to access a JDBC datasource is highly recommended.
+
Gemini JPA is integrated with the OSGi JDBC spec. In fact, the use of Gemini DBAccess to access a JDBC datasource is highly recommended. See the [[Documentation:CreatingAnApplication#Using_Gemini_DBAccess | Using Gemini DBAccess]] section.
See [[CreatingAnApplication#Using_Gemini_DBAccess]]
+
  
 
==== JNDI ====
 
==== JNDI ====

Revision as of 12:09, 19 June 2013

Integrations

There are a number of integrations with other components that make Gemini JPA play well with others.

JDBC

Gemini JPA is integrated with the OSGi JDBC spec. In fact, the use of Gemini DBAccess to access a JDBC datasource is highly recommended. See the Using Gemini DBAccess section.

JNDI

Coming Soon.

Configuration Admin

See OtherTopics#Configuration_Admin section.

Back to the top