Difference between revisions of "Developing"

From BaseX Documentation
Jump to navigation Jump to search
Line 7: Line 7:
 
* [[Git]]: Learn how to work with Git
 
* [[Git]]: Learn how to work with Git
 
* [[Maven]]: Embed BaseX into your own projects, or compile a development version of BaseX yourself
 
* [[Maven]]: Embed BaseX into your own projects, or compile a development version of BaseX yourself
* [[Releases]]: Learn more about the locations where you find our releases, snapshots, and more
+
* [[Releases]]: Learn more about the locations where you find our releases, snapshots, and old versions
 
* [[Translations]]: Contribute a new translation to BaseX
 
* [[Translations]]: Contribute a new translation to BaseX
  

Revision as of 02:59, 23 March 2012

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: Learn how to work with Git
  • Maven: Embed BaseX into your own projects, or compile a development version of BaseX yourself
  • Releases: Learn more about the locations where you find our releases, snapshots, and old versions
  • Translations: Contribute a new translation to BaseX

HTTP Services

  • REST: Details on the REST API
  • RESTXQ: Details on the new RESTXQ API (introduced with Version 7.2)
  • WebDAV: Details on the WebDAV Protocol

Client APIs

  • Clients: Communicate with the BaseX server from different programming languages (C#, PHP, Python, Perl, C, etc.)
  • Server Protocol: Protocol for implementing new language bindings
  • Java Examples: Code examples for developing with the BaseX, REST, XML:DB, and XQJ APIs

JavaDoc

The project's JavaDoc can be explored online.