Difference between revisions of "Developing"

From BaseX Documentation
Jump to navigation Jump to search
Line 7: Line 7:
 
*[[Git Repository]]: Check out the source code
 
*[[Git Repository]]: Check out the source code
 
*[[Maven]]: Embed BaseX into your own projects
 
*[[Maven]]: Embed BaseX into your own projects
 +
*[[Translations]]: Contribute a new translation to BaseX!
  
 
==Client-Server Communication==
 
==Client-Server Communication==

Revision as of 13:33, 31 March 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

  • Language Bindings: Communicate with the BaseX server with different programming languages (C#, PHP, Perl, etc.)
  • JAX-RX API: Details on the http-based JAX-RX (REST) API

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.