Difference between revisions of "Developing"

From BaseX Documentation
Jump to navigation Jump to search
m (Text replacement - "[http://basex.org/" to "[https://basex.org/")
Line 14: Line 14:
 
* The [https://github.com/basexdb/basex Source Code] can be browsed online
 
* The [https://github.com/basexdb/basex Source Code] can be browsed online
 
* The [https://github.com/basexdb/basex/issues Issue Tracker] contains feature requests and bug reports
 
* The [https://github.com/basexdb/basex/issues Issue Tracker] contains feature requests and bug reports
* For questions on the project, please write to our [http://basex.org/open-source/ mailing list]
+
* For questions on the project, please write to our [https://basex.org/open-source/ mailing list]
  
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:4%;">&nbsp;

Revision as of 11:51, 2 July 2020

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!
Project (Code, Features, Questions)
 
Web Technology
  • 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
  • Clients: Communicate with BaseX using C#, PHP, Python, Perl, C, ...
  • Java Examples: Code examples for developing with BaseX
  • XQJ API, implemented by Charles Foster (closed source, restricted to XQuery 3.0)
  • XQuery for Scala API, based on XQJ and written by Dino Fancellu
Extensions