NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

LexEVS 6.4.1.1 Release Notes

 

Wiki Markup
{scrollbar:icons=false}

Page info
title
title

 

Panel
titleContents of this Page
Table of Contents
minLevel2

The usage and installation of these components is documented in the Installation Guide.

LexEVS Security

As of the LexEVS 6.4.1 release, all calls to the LexEVS services (CTS2 and the remote client) will be over SSL using HTTPS.  Additional security information can be found on the HTTPS Requirements page.

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 programmatically through a Java API.

Include Page
LexEVS 6.4.1.1 Local Runtime Downloads to Include
LexEVS 6.4.1.1 Local Runtime Downloads to Include

LexEVS CTS2 1.5.1.1

CTS2 compliant REST service wrapper for LexEVS. Suitable for deploying in an application server
lexevscts2 (war file)

URI_Resolver 1.0.0

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 (war file)

Find it's associated database, ready to load into MySQL here:

src/main/resources 

Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include

LexEVS 6.4.1.1 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 7.  Visit the source repository link below for details.
lexevsapi64 (war file)

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.

Source code from a github repository in an IDE friendly format (Eclipse)

LexEVS 6.4 Distributed Client

Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include

Clean client folder
LexEVS 6.4 Distributed Client

LexEVS Distributed Client 3rd Party Dependencies: Contains all code required by the LexEVS Distributed Client.
LexEVS Client Dependencies Only

LexEVS Source Code, JavaDocs, and Examples

Full source code for this release found on branch v6.4.0 with tag 6.4.1.1.FINAL
LexEVS 6.4.1.1 Source on GitHub

Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include

Full source code for this release found on branch v6.4.0 with tag 6.4.1.1.FINAL
LexEVS 6.4.1.1 Remote API on GitHub

Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include

Full source code for this release found on branch v1.5.0 with tag 1.5.1.1.FINAL
LexEVS 6.4.1.1 CTS2 Service on GitHub

Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include

Full source code for this release found on branch v1.0.0 with  tag v1.0.0.FINAL
URI Resolver Service on GitHub

Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include

JavaDocs (For all environments: Local Runtime, Distributed)
LexEVS 6.4 Javadocs (zipped)

Code to demonstrate the LexEVS API.
Runtime Example Code

Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include

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