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 "SMILA/Documentation/XQJ Implementation"

Line 1: Line 1:
 
== Summary ==
 
== Summary ==
This page specifies the IT-Design and Guidelines for the [http://jcp.org/en/jsr/detail?id=225 | XQJ (JSR-225)] implementation furthermore referenced as Bdx – XQJ Implementation within this web page.  
+
This page specifies the IT-Design and Guidelines for the [http://jcp.org/en/jsr/detail?id=225 XQJ (JSR-225)] implementation furthermore referenced as Bdx – XQJ Implementation within this web page.  
 
The Bdx XQJ Implementation will make possible for final Java clients to use the XQJ API in order to access the Oracle Berkeley DB Xml (“embeddable XML database with XQuery based access to documents stored in containers and indexed based on their content”).
 
The Bdx XQJ Implementation will make possible for final Java clients to use the XQJ API in order to access the Oracle Berkeley DB Xml (“embeddable XML database with XQuery based access to documents stored in containers and indexed based on their content”).
  

Revision as of 05:58, 2 September 2008

Summary

This page specifies the IT-Design and Guidelines for the XQJ (JSR-225) implementation furthermore referenced as Bdx – XQJ Implementation within this web page. The Bdx XQJ Implementation will make possible for final Java clients to use the XQJ API in order to access the Oracle Berkeley DB Xml (“embeddable XML database with XQuery based access to documents stored in containers and indexed based on their content”).


Bdx XQJ Implementation Overview

The architecture does interface data from Oracle Berkeley DB Xml to end Java clients based on the XQJ (JSR-225) specifications. The following picture outlines a simplified overview of the structure together with the focus for this document.

Bdx XQJ implementation provides part of the XQJ functionality, especially for the query support.

Back to the top