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"

Line 1: Line 1:
 +
== What is EclipseLink EIS ==
 +
 
The EIS persistence service enables the usage of data stores through [http://en.wikipedia.org/wiki/J2EE_Connector_Architecture 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.
 
The EIS persistence service enables the usage of data stores through [http://en.wikipedia.org/wiki/J2EE_Connector_Architecture 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.
  
Line 4: Line 6:
 
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]]
+
[[Category:EclipseLink FAQ|EIS]]

Revision as of 12:11, 4 August 2009

What is EclipseLink EIS

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