Difference between revisions of "Developing"

From BaseX Documentation
Jump to navigation Jump to search
Line 4: Line 4:
  
 
<div style="float:left; width:48%;">
 
<div style="float:left; width:48%;">
===Integrate & Contribute===
+
;Integrate & Contribute
 
* [[Developing with Eclipse|Eclipse]]: Compile and run BaseX from within Eclipse
 
* [[Developing with Eclipse|Eclipse]]: Compile and run BaseX from within Eclipse
 
* [[Git]]: Learn how to work with Git
 
* [[Git]]: Learn how to work with Git
Line 12: Line 12:
 
* [[Contribute]]: Collection of small projects to contribute to the BaseX Project
 
* [[Contribute]]: Collection of small projects to contribute to the BaseX Project
  
===JavaDoc===
+
;JavaDoc
 
The project's [http://docs.basex.org/javadoc JavaDoc] can be explored online.
 
The project's [http://docs.basex.org/javadoc JavaDoc] can be explored online.
  
Line 18: Line 18:
 
</div><div style="float:left; width:48%;">
 
</div><div style="float:left; width:48%;">
  
===[[Web Application]]===
+
;[[Web Application]]
 
* [[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 24: Line 24:
 
* [[XForms]]: Build browser forms with XML technologies
 
* [[XForms]]: Build browser forms with XML technologies
  
===APIs===
+
;APIs
 
* [[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

Revision as of 19:26, 27 March 2015

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.

 
Web Application
  • 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