Changes between Version 5 and Version 6 of net.sf.basedb.examples.webservices
- Timestamp:
- Nov 2, 2011, 11:52:11 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
net.sf.basedb.examples.webservices
v5 v6 7 7 = Documentation = 8 8 9 * [source:/webservices/net.sf.basedb.examples/tags/ 2.6/README README] contains information about how to install, use and compile this package.10 * [http://base.thep.lu.se/chrome/site/latest/html/developer doc/webservices/webservices.html BASE web services developer documentation]9 * [source:/webservices/net.sf.basedb.examples/tags/3.0/README README] contains information about how to install, use and compile this package. 10 * [http://base.thep.lu.se/chrome/site/latest/html/developer/webservices.html BASE web services developer documentation] 11 11 12 12 = License = … … 17 17 = Download = 18 18 19 || Version || Revision || Date || Binary (tar.gz) || BASE Version|| ||20 || 3.0 -beta|| 1408 || October 18, 2011 || [attachment:wiki:net.sf.basedb.examples.webservices:example-webservices-3.0-beta.tar.gz?format=raw example-webservices-3.0-beta.tar.gz] (4.7MB) || 3.0-beta or later|| [query:"group=resolution&milestone=Web services examples v3.0&order=priority" changelog] ||21 || 2.6 || 653 || April 11, 2008 || [attachment:wiki:net.sf.basedb.examples.webservices:example-webservices-2.6.tar.gz?format=raw example-webservices-2.6.tar.gz] (4.7MB) || 2.6.0 or later|| [query:"group=resolution&milestone=Web services examples v2.6&order=priority" changelog] ||19 || '''Version''' || '''Revision''' || '''Date''' || '''Binary (tar.gz)''' || '''BASE Version'''* || || 20 || 3.0 || 1437 || November 2, 2011 || [attachment:wiki:net.sf.basedb.examples.webservices:example-webservices-3.0.tar.gz?format=raw example-webservices-3.0.tar.gz] (4.7MB) || 3.0 || [query:"group=resolution&milestone=Web services examples v3.0&order=priority" changelog] || 21 || 2.6 || 653 || April 11, 2008 || [attachment:wiki:net.sf.basedb.examples.webservices:example-webservices-2.6.tar.gz?format=raw example-webservices-2.6.tar.gz] (4.7MB) || 2.6.0 || [query:"group=resolution&milestone=Web services examples v2.6&order=priority" changelog] || 22 22 23 Source code can be downloaded from the subversion repository. Use the following command to get source code for the 2.6 version: 23 '''*''' In general, each release works with the specified and later BASE versions, except that releases for BASE 2 do not work with BASE 3. 24 24 25 `svn co http://baseplugins.thep.lu.se/svn/webservices/net.sf.basedb.examples/tags/2.6 ws-examples-2.6` 25 '''Source code''' is included in the downloads, but can also retrieved from the subversion repository. Use the following command to get source code for the 3.0 version: 26 27 `svn co http://baseplugins.thep.lu.se/svn/webservices/net.sf.basedb.examples/tags/3.0 ws-examples-3.0` 26 28 27 29 28 30 The latest development (''maybe unstable; do not use on a production server'') revision can be checked out from the repository using the following command: 29 31 30 `svn co http://baseplugins.thep.lu.se/svn/webservices/net.sf.basedb.examples/trunk ws-examples-dev el`32 `svn co http://baseplugins.thep.lu.se/svn/webservices/net.sf.basedb.examples/trunk ws-examples-dev` 31 33 32 34 === Contribute ===