Integrating oXygen

From BaseX Documentation
Revision as of 15:13, 26 May 2012 by CG (talk | contribs) (Text replace - "{{Mono|" to "{{Code|")
Jump to navigation Jump to search

This tutorial is part of the Getting Started Section. It describes how to access BaseX from the oXygen XML Editor. Currently, there are two variants how to use BaseX in oXygen:

Access Database Resources

  • Start the WebDAV service first, which will allow you to access all resources via the client/server architecture.
  • Choose FileOpen URL....

File:Webdav-oxygen01.png

  • Enter the corresponding user name and password (if needed), the URL of the BaseX WebDAV Server, and then click "Browse".

File:Webdav-oxygen02.png

Perform Queries

Preparations

  1. Download one of the complete BaseX distributions (ZIP, EXE)
  2. Start oXygen and go to OptionsPreferencesData Sources.
  3. Start a BaseX Server instance

Data Source

  1. Add a new Data Source with the New button.
  2. Enter "BaseX" as name and choose XQuery API for Java (XQJ) as type.
  3. Add the following JAR files above with the Add Button: xqj-api-1.0.jar, xqj2-0.0.1.jar and basex-xqj-0.9.2.jar (the version names of the JAR file may differ).
  4. Now press OK, and your Data Source is ready for use.

Connection

  1. Now press New in the Connection Panel below.
  2. Enter Name "BaseX" and select "BaseX" in the Data Source box.
  3. Now press OK, and your connection is ready.

Usage

The query execution works as follows:

  1. Configure a new transformation scenario in WindowShow ViewTransformation Scenarios.
  2. Choose the XQuery Transformation tree entry.
  3. Press the plus sign to add a new scenario.
  4. Enter a Name and an optional XML and XQuery URL (e.g. your query document/file).
  5. Choose "BaseX" as Transformer from the combo box.
  6. Press OK, and your scenario is ready. Now you can start the transformation, e.g. by clicking on the red Play button.
  7. The results should immediately occur in the result panel.