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 "EclipseLink/FAQ/EIS"

(linked to EIS chapters of ELUG)
Line 3: Line 3:
  
 
See [[EclipseLink/UserGuide/Developing_EIS_Projects_%28ELUG%29|Developing EIS Projects]] in the [[EclipseLink/UserGuide|EclipseLink User's Guide]] for more information.
 
See [[EclipseLink/UserGuide/Developing_EIS_Projects_%28ELUG%29|Developing EIS Projects]] in the [[EclipseLink/UserGuide|EclipseLink User's Guide]] for more information.
 +
 +
[[Category:EclipseLink FAQ]]

Revision as of 11:46, 7 January 2008

The EIS persistence service enables the usage of data stores through Java Connector Architecture (JCA) resource adapters. Using XML metadata the interactions and their exchanged data are configured and mapped onto a domain model. The interactions data can be mapped from either the Common Client interface (CCI) or using XML schemas. This usage is intended for non-relational data stores where no JDBC or SQL access is provided.


See Developing EIS Projects in the EclipseLink User's Guide for more information.

Back to the top