Difference between revisions of "Developing"

From BaseX Documentation
Jump to navigation Jump to search
(7 intermediate revisions by 2 users not shown)
Line 19: Line 19:
 
</div><div style="float:left; width:48%;">
 
</div><div style="float:left; width:48%;">
  
;[[Web Application]]
+
;Web Technology
 
* [[RESTXQ]]: Write web services with XQuery
 
* [[RESTXQ]]: Write web services with XQuery
 
* [[REST]]: Access and update databases via HTTP requests
 
* [[REST]]: Access and update databases via HTTP requests
Line 28: Line 28:
 
* [[Clients]]: Communicate with BaseX using C#, PHP, Python, Perl, C, ...
 
* [[Clients]]: Communicate with BaseX using C#, PHP, Python, Perl, C, ...
 
* [[Java Examples]]: Code examples for developing with BaseX
 
* [[Java Examples]]: Code examples for developing with BaseX
* [http://xqj.net/basex XQJ API], implemented by Charles Foster
+
* [http://xqj.net/basex XQJ API], implemented by Charles Foster (closed source)
 
* [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
 +
 +
;Extensions
 +
* [[Docker]]: Isolate BaseX in a docker container
 +
* [[YAJSW|Service/daemon]]: Install BaseX server as a service
  
 
</div>
 
</div>
<div>&nbsp;</div>
 
 
__NOTOC__
 
__NOTOC__

Revision as of 11:40, 24 May 2016

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)
  • XQuery for Scala API, based on XQJ and written by Dino Fancellu
Extensions