Difference between revisions of "Developing"

From BaseX Documentation
Jump to navigation Jump to search
m (Reverted edits by Stephan (talk) to last revision by Arve)
Line 29: Line 29:
 
* [http://xqj.net/basex XQJ API], implemented by Charles Foster
 
* [http://xqj.net/basex XQJ API], implemented by Charles Foster
 
* [https://github.com/fancellu/xqs XQuery for Scala API], based on XQJ and written by Dino Fancellu
 
* [https://github.com/fancellu/xqs XQuery for Scala API], based on XQJ and written by Dino Fancellu
* [[Android]]: Creating an Android port
 
  
 
</div>
 
</div>

Revision as of 10:26, 30 March 2014

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.

Integrate & Contribute

  • Eclipse: Compile and run BaseX from within Eclipse
  • Git: Learn how to work with Git
  • Maven: Embed BaseX into your own projects
  • Releases: Official releases, snapshots, old versions
  • Translations: Contribute a new translation to BaseX
  • Contribute: Collection of small projects to contribute to the BaseX Project

JavaDoc

The project's JavaDoc can be explored online.

 

HTTP Services

  • RESTXQ: Write web services with XQuery
  • REST: Access and update databases via HTTP requests
  • WebDAV: Access databases from your filesystem
  • XForms: Build browser forms with XML technologies

APIs