Difference between revisions of "Developing"

From BaseX Documentation
Jump to navigation Jump to search
Line 7: Line 7:
 
*[[Subversion Repository]]: Check out the source code
 
*[[Subversion Repository]]: Check out the source code
 
*[[Maven]]: Facilitate building our projects from source
 
*[[Maven]]: Facilitate building our projects from source
 
==Coding Examples==
 
*[[Code Examples]]: Examples for developing with the BaseX, JAX-RX (REST), XML:DB, and XQJ APIs
 
  
 
==Client-Server Communication==
 
==Client-Server Communication==
 
*[[Language Bindings]]: Communicate with the BaseX server with bindings in different languages
 
*[[Language Bindings]]: Communicate with the BaseX server with bindings in different languages
 
*[[JAX-RX API]]: Details on the http-based JAX-RX (REST) API
 
*[[JAX-RX API]]: Details on the http-based JAX-RX (REST) API
 +
 +
==Examples==
 +
*[[Code Examples]]: Examples for developing with the BaseX, JAX-RX (REST), XML:DB, and XQJ APIs
 +
*[[BaseX & DOM in PHP]]: Connect to a database server with PHP
  
 
==JavaDoc==
 
==JavaDoc==

Revision as of 13:59, 17 January 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 bindings in different languages
  • JAX-RX API: Details on the http-based JAX-RX (REST) API

Examples

JavaDoc

The project's JavaDoc can be reviewed for further details.