wiki:net.sf.basedb.examples.webservices

Version 10 (modified by Nicklas Nordborg, 10 years ago) ( diff )

Updated note about web service support.

Web services examples for BASE

Note! Web services support was removed from the BASE core in BASE 3.4. No more releases of this module are expected (see http://base.thep.lu.se/ticket/1798).

This package contains a simple Java client that uses web services to extract information from a BASE server. The target group is developers that wants to create their own web service clients.

Documentation

License

GNU General Public License version 3.

Download

Version Revision Date Binary (tar.gz) BASE Version*
3.1 1581 March 19, 2012 example-webservices-3.1.tar.gz (4.5MB) 3.1 changelog
3.0 1437 November 2, 2011 example-webservices-3.0.tar.gz (4.7MB) 3.0 only changelog
2.6 653 April 11, 2008 example-webservices-2.6.tar.gz (4.7MB) 2.6.0 changelog

* In general, each release works with the specified and later BASE versions, except that releases for BASE 2 do not work with BASE 3.

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.1 version:

svn co http://baseplugins.thep.lu.se/svn/webservices/net.sf.basedb.examples/tags/3.1 ws-examples-3.1

The latest development (maybe unstable; do not use on a production server) revision can be checked out from the repository using the following command:

svn co http://baseplugins.thep.lu.se/svn/webservices/net.sf.basedb.examples/trunk ws-examples-dev

Contribute

After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a team spirit, you will likely be awarded that permission.

TODO

No results

Attachments (4)

Note: See TracWiki for help on using the wiki.