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/WhatIsXR"

(What is XML-Relational (X-R))
Line 1: Line 1:
== What is X-R (XML-to-Relational) ==
+
== What is XRM (XML-to-Relational) ==
  
A flexible component that maps between a database's relational structure(s) and XML's hierarchical structure{excerpt}. The use of EclipseLink's O-R and O-X features provides the basis for a powerful '''bridge''' between the two. To date, the only concrete realization of an X-R bridge is EclipseLink DBWS.
+
A flexible component that maps between a database's relational structure(s) and XML's hierarchical structure{excerpt}. The use of EclipseLink's ORM and OXM features provides the basis for a powerful '''bridge''' between the two. To date, the only concrete realization of an XRM bridge is EclipseLink DBWS.
  
 
[[Image:XRRunTime.png]]
 
[[Image:XRRunTime.png]]
  
[[Category:EclipseLink FAQ|XR,DBWS]]
+
[[Category:EclipseLink FAQ|X-R,XRM,DBWS]]

Revision as of 11:33, 21 August 2008

What is XRM (XML-to-Relational)

A flexible component that maps between a database's relational structure(s) and XML's hierarchical structure{excerpt}. The use of EclipseLink's ORM and OXM features provides the basis for a powerful bridge between the two. To date, the only concrete realization of an XRM bridge is EclipseLink DBWS.

XRRunTime.png

Back to the top