COINS 2.0 SDK
This is the official COINS 2.0 software development kit for Java and .NET. The SDK can help you in the following situations:
- you have a .ccr file and you want to view the content
- you want to write some software to read or create .ccr files
- you write software that works with Object Libraries that are specified in RDF
###Main components The SDK consists of a set of tools:
- coins-api - software library to include in your Java or .NET project
<dependency>
<groupId>com.sysunite.coinsweb</groupId>
<artifactId>coins-api</artifactId>
<version>1.1.605</version>
</dependency>
(currently only the api is available via maven)
- coins-cli - command line tool for Windows / Linux / Mac that contains all tools
- viewer - view the content of a .ccr file
- validator - validate the content of a .ccr file
- generator - generate Java or .NET classes from an RDF Object Library
###Getting started
For using the tools:
- either run the jar version of the CLI coins-cli-VERSION-jar-with-dependencies.jar
- or run the Windows executable coins-cli.exe (don't forget to add the needed ikvm dlls)
For a Java project:
- use the maven dependency showed above
- or download the most recent coins-api-VERSION-jar-with-dependencies.jar
- optionally downloaded pre-generated libraries (jar)
For a dotNET project:
- download the most recent coins-api.dll
- download the dlls needed from ikvm 7.2/bin, see list DLL dependencies)
- optionally downloaded pre-generated libraries (dll)
###Documentation Visit the documentation page for more information.