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 XML-Relational (X-R) ==
+
== What is X-R (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 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.

Revision as of 10:54, 21 August 2008

What is X-R (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.

XRRunTime.png

Back to the top