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 "EIS Mappings (ELUG)"

m
m
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
EclipseLink enterprise information system (EIS) mappings provide support for accessing legacy data sources and enterprise applications through Java EE Connector architecture (JCA) adapter. EclipseLink EIS mappings use the JCA Common Client Interface (CCI) to access the EIS through its resource adapter. This provides the ability to directly map from an existing Java object model to any transactional data source, such as mainframes with flat file/hierarchical data. An EIS mapping transforms object data members to the EIS record format defined by the object's descriptor.
 
EclipseLink enterprise information system (EIS) mappings provide support for accessing legacy data sources and enterprise applications through Java EE Connector architecture (JCA) adapter. EclipseLink EIS mappings use the JCA Common Client Interface (CCI) to access the EIS through its resource adapter. This provides the ability to directly map from an existing Java object model to any transactional data source, such as mainframes with flat file/hierarchical data. An EIS mapping transforms object data members to the EIS record format defined by the object's descriptor.
  
This part contains the following sections:
+
Consider the following sections:
  
*[[Introduction to EIS Mappings (ELUG)]] – Describes each of the different EclipseLink EIS mapping types and important EIS mapping concepts.
+
*[[Introduction to EIS Mappings (ELUG)|Introduction to EIS Mappings]] – describes each of the different EclipseLink EIS mapping types and important EIS mapping concepts.
  
*[[Configuring an EIS Mapping (ELUG)]] – Explains how to configure EclipseLink EIS mapping options common to two or more EIS mapping types.
+
*[[Configuring an EIS Mapping (ELUG)|Configuring an EIS Mapping]]
  
*[[Configuring an EIS Direct Mapping (ELUG)]] – Explains how to configure a direct EIS mapping.
+
<!-- *[[Configuring an EIS Direct Mapping (ELUG)]] – Explains how to configure a direct EIS mapping. -->
  
*[[Configuring an EIS Composite Direct Collection Mapping (ELUG)]] – Explains how to configure a direct collection EIS mapping.
+
<!-- *[[Configuring an EIS Composite Direct Collection Mapping (ELUG)]] – Explains how to configure a direct collection EIS mapping. -->
  
*[[Configuring an EIS Composite Object Mapping (ELUG)]] – Explains how to configure a composite object EIS mapping.
+
<!-- *[[Configuring an EIS Composite Object Mapping (ELUG)]] – Explains how to configure a composite object EIS mapping. -->
  
*[[Configuring an EIS Composite Collection Mapping (ELUG)]] – Explains how to configure a composite collection EIS mapping.
+
<!-- *[[Configuring an EIS Composite Collection Mapping (ELUG)]] – Explains how to configure a composite collection EIS mapping. -->
  
*[[Configuring an EIS One-to-One Mapping (ELUG)]] – Explains how to configure a one-to-one EIS mapping.
+
<!-- *[[Configuring an EIS One-to-One Mapping (ELUG)]] – Explains how to configure a one-to-one EIS mapping. -->
  
*[[Configuring an EIS One-to-Many Mapping (ELUG)]] – Explains how to configure a one-to-many EIS mapping.
+
<!-- *[[Configuring an EIS One-to-Many Mapping (ELUG)]] – Explains how to configure a one-to-many EIS mapping. -->
  
*[[Configuring an EIS Transformation Mapping (ELUG)]] – Explains how to configure a transformation EIS mapping.
+
<!-- *[[Configuring an EIS Transformation Mapping (ELUG)]] – Explains how to configure a transformation EIS mapping. -->
  
  

Latest revision as of 14:53, 19 December 2007

Creating and Configuring EIS Mappings

EclipseLink enterprise information system (EIS) mappings provide support for accessing legacy data sources and enterprise applications through Java EE Connector architecture (JCA) adapter. EclipseLink EIS mappings use the JCA Common Client Interface (CCI) to access the EIS through its resource adapter. This provides the ability to directly map from an existing Java object model to any transactional data source, such as mainframes with flat file/hierarchical data. An EIS mapping transforms object data members to the EIS record format defined by the object's descriptor.

Consider the following sections:






Related Topics



Copyright Statement

Back to the top