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

(linked to EIS chapters of ELUG)
 
(2 intermediate revisions by 2 users not shown)
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.
  
  
 
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|EIS]]

Latest 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