Difference between revisions of "Developing"

From BaseX Documentation
Jump to navigation Jump to search
m (Text replace - "='seagreen'" to "='orangered'")
Line 10: Line 10:
  
 
==Client-Server Communication==
 
==Client-Server Communication==
* [[Clients]]: Communicate with the BaseX server with different programming languages (C#, PHP, Perl, etc.)
+
* [[Clients]]: Communicate with the BaseX server from different programming languages (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 6.8</font>)
 
* [[REST API]]: Details on the http-based REST API (introduced with <font color='orangered'>Version 6.8</font>)
 
* [[REST API]]: Details on the http-based REST API (introduced with <font color='orangered'>Version 6.8</font>)

Revision as of 16:10, 14 September 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

Client-Server Communication

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

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 reviewed for further details.