AACon the standalone executable and the Java Library

The standalone executable is for calculating conservation from the command line. The Java library provides simple API for the Java developers who wants to have AACon functionality from their applications. The executable and the library comes from the same jar file and will work on any operation system that supports Java.

  • Command line executable and the Java library: download

Help with a command line client is available from standalone executable page. The library is described on the library page.

Web service client

The AACon web service, is a standard SOAP web service and thus you can use your favorite programming language to access it. That's more, to simplify the use of web service even further, we offer a Java web service client. This client can submit the tasks to a web service, retrieve the results and thus can be used in place of the command line client. Alternatively, it can serve as an example of coding against AACon web service.

Please refer to web service help page for a help on using AACon web service.

Source code

If you want to extend AACon download the command line executable and the Java library source code. AACon source code is licensed under Apache 2 licence.