Difference between revisions of "Developing"

From BaseX Documentation
Jump to navigation Jump to search
m (→‎Source Code and Integration: add note that the "Maven" page explains how to compile yourself)
m (Text replace - "Version 6.8" to "Version 7.0")
Line 11: Line 11:
 
==BaseX APIs==
 
==BaseX APIs==
 
* [[Clients]]: Communicate with the BaseX server from different programming languages (Java, C#, PHP, Python, Perl, C, etc.)
 
* [[Clients]]: Communicate with the BaseX server from different programming languages (Java, C#, PHP, Python, Perl, C, etc.)
* [[JAX-RX API]]: Details on the http-based JAX-RX API (deprecated from <font color='orangered'>Version 6.8</font>)
+
* [[JAX-RX API]]: Details on the http-based JAX-RX API (deprecated from <font color='orangered'>Version 7.0</font>)
* [[REST]]: Details on the REST API (introduced with <font color='orangered'>Version 6.8</font>)
+
* [[REST]]: Details on the REST API (introduced with <font color='orangered'>Version 7.0</font>)
* [[WebDAV]]: Details on the WebDAV API (introduced with <font color='orangered'>Version 6.8</font>)
+
* [[WebDAV]]: Details on the WebDAV API (introduced with <font color='orangered'>Version 7.0</font>)
  
 
==Examples==
 
==Examples==

Revision as of 14:37, 6 October 2011

This page is one of the Main Sections of the documentation. It provides useful information for developers. Here you can find information on various alternatives to integrate BaseX into your own project.

Source Code and Integration

  • Integrate: Integrate BaseX into your IDE
  • Git Tutorial: Learn how to work with Git
  • Maven: Embed BaseX into your own projects, or compile a development version of BaseX yourself
  • Translations: Contribute a new translation to BaseX

BaseX APIs

  • Clients: Communicate with the BaseX server from different programming languages (Java, C#, PHP, Python, Perl, C, etc.)
  • JAX-RX API: Details on the http-based JAX-RX API (deprecated from Version 7.0)
  • REST: Details on the REST API (introduced with Version 7.0)
  • WebDAV: Details on the WebDAV API (introduced with Version 7.0)

Examples

  • Code Examples: Java examples for developing with the BaseX, JAX-RX (REST), XML:DB, and XQJ APIs
  • PHP Example: PHP example for connecting to a database server

JavaDoc

The project's JavaDoc can be explored online.