The Soaplab is an open-source project with all its parts freely available. The license is the "Apache-like" and give you almost every freedom you want to have. This license applies to all Soaplab parts unless some other license is stated (for example, the Perl code may state that it is distributed under the same license as Perl itlsef). For all packages mentioned below see the distribution site.
A set of Java clients that can access running Soaplab services. A good starting point to explore Soaplab capabilities. Downolad soaplab-clients-YYYY-MM-DD.tar.gz. This is a joint distribution of several interfaces to Soaplab/AppLab. It contains everything you need to deploy Soaplab services on top of your own applications (except the applications themselves, of course). Download the latest file analysis-interfaces-YYYY-MM-DD.tar.gz. The Soaplab services can be packed independently of the Soaplab core classes, and re-used by several/many sites. One of the prominent packages here is the emboss-services-...tar.gz for services wrapping EMBOSS suite. These packages are available for downloading from the contrib directory. The full Soaplab, including source code and documentation is available as a CVS module soaplab, hosted by SourceForge. The first time, check it out by typing (when prompted for a password, simply press the Enter key): cvs -d :pserver:anonymous@soaplab.cvs.sourceforge.net:/cvsroot/soaplab login Password: none cvs -z3 -d :pserver:anonymous@soaplab.cvs.sourceforge.net:/cvsroot/soaplab co -P soaplab cvs -d :pserver:anonymous@soaplab.cvs.sourceforge.net:/cvsroot/soaplab logoutIt creates directory soaplab in the place where you invoked the above. The next time, when you ask for an update, use: cd soaplab cvs login Password: none cvs update -dP cvs logoutThe full details what you can do with the CVS module once checked out are in a Build from CVS Guide.
Martin Senger
Last modified: Mon May 15 14:13:20 2006 |