The Corda Server™ Java* Library can generate graphs, maps, and Highwire™ documents even when Corda Server isn't running. Using the Corda Server Java Library involves the following:
Adding CordaServer.jar (in <product_root>\Server\lib), log4j-1.2.9.jar, oslib.jar, and Redist.jar (in <product_root>\Resources\lib) to the classpath of the Java application (desktop applications, Web application, anything that uses Java) that you want to use Corda Server Java Library
Accessing the Corda Server API and generating graphs, maps, and Highwire documents directly from the Java application
In this way, the Corda Server Java Library simplifies the integration of graphing, mapping, and PDF document creation capabilities into other applications and services.
Warning: Corda Server Java Library is an advanced development tool. Those who use it need to be comfortable with writing Java applications.
This chapter includes the following topics: