README for the OSAAS Java client ================================ This a small library for Java programs that want to send data to the OSAAS server. Building the library -------------------- Simply invoke ant without parameters: $ ant The default target builds a jar file in the dist/ subdirectory. Using the library ----------------- There's no explicit documentation at the moment, but the OWSProxy patch in the owsproxy subdirectory can server as an example of how to use the OSAASClient class. License ------- The OSAAS Java client is free software under the GNU Lesser General Public License (LGPL) version 2.1 or any later version. See the file LGPL.txt for details.