{scrollbar:icons=false}

 

The usage and installation of these components is documented in the Installation Guide. Note that LexEVS 6.0 requires caGRID 1.3. Refer to the LexEVS Wiki main page for a list of the most recent documentation.

LexEVS Local Runtime

Use this to install a basic LexEVS node without access from Distributed or Grid Services. The associated database repository can be populated through the provided source load utilities, and accessed programatically through a Java API.

LexEVS CTS2

CTS2 compliant REST service wrapper for LexEVS. Suitable for deploying in an application server
lexevscts2service.zip

URI_Resolver

Complementary service to the LexEVS CTS2 Service. Provides a required solution to the need for designated URIs.  Configure and deploy to an application server
uriresolver.zip

LexEVS Distributed

Use this to install the LexEVS Distributed environment to a web application server allowing access to the LexEVS local runtime from Distributed or Grid Services. The associated database repository can be populated through the provided source load utilities, and accessed programmatically through direct Java invocation or from Distributed or Grid Services.

LexEVS Distributed: Includes the Java runtime and dependencies, the Java distributed API, and the caCORE SDK-generated services. This can be deployed to an Apache Tomcat or JBoss container.
lexevsapi61.tomcat.war
lexevsapi61.jboss.war

LexEVS Distributed Client

Use this to install a client that can access an already-deployed LexEVS Distributed node.

LexEVS Distributed Client: Enables Java programs to establish a connection to an already-deployed LexEVS Distributed node.
LexEVS_61_client.zip

LexEVS Distributed Client 3rd Party Dependencies: Contains all code required by the LexEVS Distributed Client.
lexevsapi61-client-dependencies.zip

LexEVS Source Code, JavaDocs, and Examples

Full source code for this release found on branch v6.1
LexEVS 6.1 Source on GitHub

Full source code for this release found on branch v6.1
LexEVS 6.1 Remote API

Full source code for this release found on branch v6.1
LexEVS 6.1 CTS2 Service

Full source code for this release found on this tag
URI Resolver Service

JavaDocs (For all environments: Local Runtime, Distributed, Grid)
LexEVS_6.1_javadocs.zip

Code to demonstrate the LexEVS API.
Runtime Example Code

Examples of CTS2 API calls with a variety of REST clients with which to use the calls
LexEVS CTS2 Examples