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%;">
{{Large|Integrate & Contribute}}
+
===Integrate & Contribute===
 
* [[Integrate]]: Compile and run BaseX from within Eclipse.
 
* [[Integrate]]: Compile and run BaseX from within Eclipse.
 
* [[Git]]: Learn how to work with Git.
 
* [[Git]]: Learn how to work with Git.
Line 11: Line 11:
 
* [[Translations]]: Contribute a new translation to BaseX!
 
* [[Translations]]: Contribute a new translation to BaseX!
  
{{Large|JavaDoc}}
+
===JavaDoc===
The project's [http://docs.basex.org/javadoc JavaDoc] can be explored online.<br/><br/>
+
The project's [http://docs.basex.org/javadoc JavaDoc] can be explored online.
  
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:48%;">
 
</div><div style="float:left; width:48%;">
{{Large|HTTP Services}}
+
===HTTP Services===
 
* {{Version|7.2}}: [[RESTXQ]]: Write web services with XQuery.
 
* {{Version|7.2}}: [[RESTXQ]]: Write web services with XQuery.
 
* [[REST]]: Access and update databases via HTTP requests.
 
* [[REST]]: Access and update databases via HTTP requests.
 
* [[WebDAV]]: Access databases from your filesystem.
 
* [[WebDAV]]: Access databases from your filesystem.
  
{{Large|Client APIs}}
+
===Client APIs===
 
* [[Clients]]: Communicate with BaseX using C#, PHP, Python, Perl, C, ...
 
* [[Clients]]: Communicate with BaseX using C#, PHP, Python, Perl, C, ...
 
* [[Server Protocol]]: Implement your own language bindings
 
* [[Server Protocol]]: Implement your own language bindings
* [[Java Examples]]: Code examples for developing with BaseX<br/><br/>
+
* [[Java Examples]]: Code examples for developing with BaseX
 
</div>
 
</div>
 +
<div>&nbsp;</div>
 
[[Category:Developer]]
 
[[Category:Developer]]
 +
 +
__NOTOC__

Revision as of 22:45, 31 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.

Integrate & Contribute

  • Integrate: 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!

JavaDoc

The project's JavaDoc can be explored online.

 

HTTP Services

  • Version 7.2: RESTXQ: Write web services with XQuery.
  • REST: Access and update databases via HTTP requests.
  • WebDAV: Access databases from your filesystem.

Client APIs

  • Clients: Communicate with BaseX using C#, PHP, Python, Perl, C, ...
  • Server Protocol: Implement your own language bindings
  • Java Examples: Code examples for developing with BaseX