Merge lp:~zorba-coders/zorba/doc-java-fix into lp:zorba

Proposed by Matthias Brantner
Status: Merged
Approved by: Matthias Brantner
Approved revision: 10827
Merged at revision: 10833
Proposed branch: lp:~zorba-coders/zorba/doc-java-fix
Merge into: lp:zorba
Diff against target: 24 lines (+3/-11)
1 file modified
doc/java/manual/indexpage.dox (+3/-11)
To merge this branch: bzr merge lp:~zorba-coders/zorba/doc-java-fix
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Rodolfo Ochoa Approve
Review via email: mp+105258@code.launchpad.net

Commit message

note in the java documentation that it might be deprecated in favor of xqj

Description of the change

note in the java documentation that it might be deprecated in favor of xqj

To post a comment you must log in.
Revision history for this message
Rodolfo Ochoa (rodolfo-ochoa) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job doc-java-fix-2012-05-09T23-43-59.806Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/java/manual/indexpage.dox'
--- doc/java/manual/indexpage.dox 2012-05-03 12:31:51 +0000
+++ doc/java/manual/indexpage.dox 2012-05-09 19:55:25 +0000
@@ -1,18 +1,10 @@
1/*! \mainpage Java API Documentation1/*! \mainpage Java API Documentation
22
3 Zorba ships with a Java language binding that provides some basic features in order to prepare and execute queries3 Zorba provides two Java language bindings: (1) a language binding generated using SWIG that is similar to the bindings for Ruby or Python and (2) a binding that implements the <a href="http://jcp.org/en/jsr/detail?id=225">XQuery API for Java (XQJ)</a>.
4 with Zorba.
54
6 For the moment, we provide a <a class="en" href="examples.html">set of examples</a> that show how this language binding can be used.5 Although, the XQJ binding is currently implemented entirely on top of the SWIG binding, we encourage people to only use the XQJ binding. The SWIG generated binding might be deprecated in the future.
7
8 \section note Note for garbage collected languages
9 Zorba requires that objects must be deleted in a certain order, which Garbage Collectors are not aware of. For that reason,
10 the Iterators created with XQuery.iterator() must be explicitly deleted with iterator.delete() before the XQuery
11 object is deleted.
12
136
14 \example Test_Zorba.java7 \example Test_Zorba.java
15 This is a simple example that demonstrate how to use the Zorba XQuery Engine to8 This is a simple example that demonstrate how to use the SWIG generated binding to create, compile, and execute queries.
16 create, compile, and execute queries.
17 */9 */
1810

Subscribers

People subscribed via source and target branches