Difference between revisions of "Developing"

From BaseX Documentation
Jump to navigation Jump to search
Line 6: Line 6:
 
==Examples==
 
==Examples==
 
*[[Code Examples]]: Examples for developing with the BaseX, XML:DB and XQJ API in Java
 
*[[Code Examples]]: Examples for developing with the BaseX, XML:DB and XQJ API in Java
 
==JavaDoc==
 
The project's [http://www.inf.uni-konstanz.de/dbis/basex/javadoc/ JavaDoc] can be reviewed for further details.
 
  
 
==Client Interfaces==
 
==Client Interfaces==
 
*[[Language Bindings]]: Communicate with the BaseX server using the different language bindings
 
*[[Language Bindings]]: Communicate with the BaseX server using the different language bindings
 
*[[REST Interface]]: Communicate with the BaseX server using the REST interface
 
*[[REST Interface]]: Communicate with the BaseX server using the REST interface
 +
 +
==JavaDoc==
 +
The project's [http://www.inf.uni-konstanz.de/dbis/basex/javadoc/ JavaDoc] can be reviewed for further details.
  
 
[[Category:Developer]]
 
[[Category:Developer]]

Revision as of 14:44, 10 January 2011

Requirements

Examples

  • Code Examples: Examples for developing with the BaseX, XML:DB and XQJ API in Java

Client Interfaces

  • Language Bindings: Communicate with the BaseX server using the different language bindings
  • REST Interface: Communicate with the BaseX server using the REST interface

JavaDoc

The project's JavaDoc can be reviewed for further details.