Difference between revisions of "Developing"

From BaseX Documentation
Jump to navigation Jump to search
Line 3: Line 3:
 
on various alternatives to integrate BaseX into your own project.
 
on various alternatives to integrate BaseX into your own project.
  
==Source Code and Integration==
+
<div style="float:left; width:48%;">
* [[Integrate]]: Integrate BaseX into your IDE
+
{{Large|Source Code, Integration}}
* [[Git]]: Learn how to work with Git
+
* [[Integrate]]: Compile and run BaseX from within Eclipse.
* [[Maven]]: Embed BaseX into your own projects, or compile a development version of BaseX yourself
+
* [[Git]]: Learn how to work with Git.
* [[Releases]]: Learn more about the locations where you find our releases, snapshots, and old versions
+
* [[Maven]]: Embed BaseX into your own projects.
* [[Translations]]: Contribute a new translation to BaseX
+
* [[Releases]]: Official releases, snapshots, old versions.
 +
* [[Translations]]: Contribute a new translation to BaseX!<br/><br/>
  
==HTTP Services==
+
{{Large|JavaDoc}}
* [[REST]]: Details on the REST API
+
The project's [http://docs.basex.org/javadoc JavaDoc] can be explored online.
* [[RESTXQ]]: Details on the new RESTXQ API (introduced with {{Version|7.2}})
 
* [[WebDAV]]: Details on the WebDAV Protocol
 
  
==Client APIs==
+
</div><div style="float:left; width:4%;">&nbsp;
* [[Clients]]: Communicate with the BaseX server from different programming languages (C#, PHP, Python, Perl, C, etc.)
+
</div><div style="float:left; width:48%;">
* [[Server Protocol]]: Protocol for implementing new language bindings
+
{{Large|HTTP Services}}
* [[Java Examples]]: Code examples for developing with the BaseX, REST, XML:DB, and XQJ APIs
+
* [[REST]]: Access and update databases via HTTP requests.
 
+
* [[RESTXQ]]: Write web services with XQuery (introduced with {{Version|7.2}}).
==JavaDoc==
+
* [[WebDAV]]: Access databases from your filesystem.<br/><br/>
The project's [http://docs.basex.org/javadoc JavaDoc] can be explored online.
 
  
 +
{{Large|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
 +
</div>
 
[[Category:Developer]]
 
[[Category:Developer]]

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

Template:Large

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

Template:Large The project's JavaDoc can be explored online.

 

Template:Large

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

Template:Large

  • 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