{scrollbar:icons=false}
h1. {page-info:title}
{anchor:ContentsofthisPage}{panel:title=Contents of this Page}
{toc:minLevel=2}
{panel}

h2. Local Node Installation

*Start here to install a basic LexEVS node without access through web or grid services.* The associated database repository can be populated through the provided source load utilities, and accessed programatically through a Java API.

_LexEVS Local Runtime Environment_
Includes the LexBIG API, loaders, and administrative utilities developed as part of the LexEVS project.
[LexEVS_50_localRuntime.jar|https://gforge.nci.nih.gov/docman/view.php/491/17384/LexEVS_50_localRuntime.jar]

_LexEVS Local Runtime 3rd Party Dependencies_
Includes code from other open source projects required by the LexEVS Java API, packaged as a single jar for convenient deployment.
[LexEVS_50_localRuntime_dependencies.jar|https://gforge.nci.nih.gov/docman/view.php/491/17385/LexEVS_50_localRuntime_dependencies.jar]


h2. Local Applications and Extensions

*Start here to deploy additional functional capabilities to a local node.* These additional features are deployed and run within the same Java Virtual Machine (JVM) as the LexEVS runtime environment. Registered extensions can be discovered programatically through the LexBIG API.

_Local Runtime and GUI Installer_
Automated installer used to unzip user selected components to a user specified directory.
[LexEVS_50_localRuntimeAndGUI_installer.jar|https://gforge.nci.nih.gov/docman/view.php/491/17562/LexEVS_50_localRuntimeAndGUI_installer.jar]

_HL7 CTS Extension_
Provides an alternative API to discover and access vocabulary resources loaded to a LexEVS node. API interfaces conform to the HL7 Common Terminology Services (CTS) version 1.2 specification.
[LexEVSExtension_CTS.zip|https://gforge.nci.nih.gov/docman/view.php/491/17737/cts1.2-deploy.zip]

_Persistence Layer/Spring Batch Loader Framework Extension_
Hibernate-based Persistence/DAO Layer for LexEVS 5.0, including a Spring Batch based Loader Framework. This extension includes an UMLS implementation of the Spring Batch Loader Framework.
[LoaderFrameworkExtension.zip|http://gforge.nci.nih.gov/docman/view.php/491/18044/loader-persistence-framework-1.0.zip]

_Value Domain Extension_
Provides an API to create and access value domain and pick list resources loaded to a LexEVS node.
[Value Domain Extension zip file|^ValueDomainDeploy.zip]
[Value Domain Read me|^VD-readme.txt]

_Versioning Extension_
Provides an API to enable versioning of resources loaded to a LexEVS node.
[Versioning Extension zip file|^LgRevision-deploy.zip]
[Versioning Read me|^LgRevision-readme.txt]

h2. Web-Enabled Node Installation

*Start here to install a LexEVS node with access through web or grid services.* The associated database repository can be populated through the provided source load utilities, and accessed programatically through direct Java invocation or via web/grid client services.

_Web Runtime_
Includes Java runtime and dependencies, Java distributed API, and caCORE SDK-generated services. Can be deployed to Apache Tomcat or JBoss containers.  Each zip file contains _lexevsapi50.war_ file.
[LexEVS_50_webRuntime_tomcat.zip|https://gforge.nci.nih.gov/docman/view.php/491/17555/LexEVS_50_webRuntime_tomcat.zip]
[LexEVS_50_webRuntime_jboss.zip|https://gforge.nci.nih.gov/docman/view.php/491/17556/LexEVS_50_webRuntime_jboss.zip]


h2. Web-Enabled Applications and Extensions

*Start here to deploy additional functional capabilities to a web-enabled node. Please note that LexEVS 5.0 works with caGRID 1.2.*

_caGrid Analytical Services_
Includes analytic caGrid services working in terms of the LexGrid model and LexBIG API, resectively.  Can be deployed to Apache Tomcat or JBoss containers. Each zip file contains _wsrf.war_ file.
[LexEVS_50_caGRIDServices_analytical_tomcat.zip|https://gforge.nci.nih.gov/docman/view.php/491/17557/LexEVS_50_caGRIDServices_analytical_tomcat.zip]
[LexEVS_50_caGRIDServices_analytical_jboss.zip|https://gforge.nci.nih.gov/docman/view.php/491/17558/LexEVS_50_caGRIDServices_analytical_jboss.zip]

_caGrid Data Services_
Includes data caGrid services working in terms of the LexGrid model and LexBIG API, resectively.  Can be deployed to Apache Tomcat or JBoss containers.  Each zip file contains _wsrf.war_ file.
[LexEVS_50_caGRIDServices_data_tomcat.zip|https://gforge.nci.nih.gov/docman/view.php/491/17559/LexEVS_50_caGRIDServices_data_tomcat.zip] 
[LexEVS_50_caGRIDServices_data_jboss.zip|https://gforge.nci.nih.gov/docman/view.php/491/17560/LexEVS_50_caGRIDServices_data_jboss.zip]

_caGrid GUI_
Provides a traditional (fat-client) graphical user interface that provides access to basic browse/query functions provided by LexEVS caGrid Services.
[LexEVS_50_caGridGUI.zip|https://gforge.nci.nih.gov/docman/view.php/491/17561/LexEVS_50_caGridGUI.zip]

h2. Web Client Access

*Start here to access an already-deployed LexEVS web-enabled node.*

_LexEVS Java Client_
Enables Java programs to establish a connection to LexEVS distributed, web or caGrid runtime services.
[LexEVS_50_client.jar|https://gforge.nci.nih.gov/docman/view.php/491/17172/LexEVS_50_client.jar]

_LexEVS Java Client 3rd Party dependencies_
Contains all code required by the LexEVS Java Client.
[LexEVS_50_clientDependencies.zip|https://gforge.nci.nih.gov/docman/view.php/491/17379/LexEVS_50_clientDependencies.zip]

h2. LexEVS Grid Service Client Access
*Start here to access a LexEVS caGrid node.*  LexEVS 5.0 is caGRID 1.2 and 1.3 compatible. For caGRID 1.2 users we recommend using the dependencies packages below marked as caGRID 1.2 along with the Client. For caGRID 1.3 users we recommend using the dependencies packages below marked as caGRID 1.3 along with the Client. 

_LexEVS Analytical Services Client_
Enables Java programs to establish a connection to LexEVS analytical grid services.
[LexEVS_50_caGRIDServices_analytical_client.jar|https://gforge.nci.nih.gov/docman/view.php/491/17380/LexEVS_50_caGRIDServices_analytical_client.jar]

_LexEVS Analytical Services Client Dependencies (caGrid 1.2)_
LexEVS Analytical Grid Services 3rd Party Dependencies - Includes code from other open source projects required by the grid services, packaged as a zip for convenient deployment.  This gives users everything they need to run the client (caGRID 1.2).
[LexEVS_50_caGRIDServices_analytical_client_dependencies.zip|https://gforge.nci.nih.gov/docman/view.php/491/17383/LexEVS_50_caGRIDServices_analytical_client_dependencies.zip]

_LexEVS Analytical Services Client Dependencies (caGrid 1.3)_
LexEVS Analytical Grid Services 3rd Party Dependencies - Includes code from other open source projects required by the grid services, packaged as a zip for convenient deployment.  This gives users everything they need to run the client (caGRID 1.3).
[LexEVS_50_caGRIDServices_analytical_client_dependencies(1.3).zip|https://gforge.nci.nih.gov/docman/view.php/491/17879/LexEVS_50_caGRIDServices_analytical_client_dependencies(1.3).zip]

_LexEVS Analytical Services Client Dependencies (Minimal)_
LexEVS Analytical Grid Services Minimal Dependencies - Includes only code required by the grid services, packaged as a zip for convenient deployment. This allows the flexibility to provide your own 3rd party dependencies. Does not include other 3rd party dependencies. These dependencies can be used in a caGrid 1.2 or 1.3 environment. NOTE: With this package a user would be responsible for providing all dependencies.
[LexEVS_50_caGRIDServices_analytical_client_minimal_dependencies.zip|https://gforge.nci.nih.gov/docman/view.php/491/17869/LexEVS_50_caGRIDServices_analytical_client_minimal_dependencies.zip]

_LexEVS Data Services Client_
Enables Java programs to establish a connection to LexEVS data grid services.
[LexEVS_50_caGRIDServices_data_client.jar|https://gforge.nci.nih.gov/docman/view.php/491/17381/LexEVS_50_caGRIDServices_data_client.jar]

_LexEVS Data Services Client Dependencies (caGrid 1.2)_
LexEVS Data Grid Services 3rd Party Dependencies - Includes code from other open source projects required by the grid services, packaged as a zip for convenient deployment. This gives users everything they need to run the client (caGRID 1.2).
[LexEVS_50_caGRIDServices_data_client_dependencies.zip|https://gforge.nci.nih.gov/docman/view.php/491/17382/LexEVS_50_caGRIDServices_data_client_dependencies.zip]

_LexEVS Data Services Client Dependencies (caGrid 1.3)_
LexEVS Data Grid Services 3rd Party Dependencies - Includes code from other open source projects required by the grid services, packaged as a zip for convenient deployment. This gives users everything they need to run the client (caGRID 1.3).
[LexEVS_50_caGRIDServices_data_client_dependencies(1.3).zip|https://gforge.nci.nih.gov/docman/view.php/491/17878/LexEVS_50_caGRIDServices_data_client_dependencies(1.3).zip]

_LexEVS Data Services Client Dependencies (Minimal)_
LexEVS Data Grid Services Minimal Dependencies - Includes only code required by the grid services, packaged as a zip for convenient deployment. This allows the flexibility to provide your own 3rd party dependencies. Does not include other 3rd party dependencies. These dependencies can be used in a caGrid 1.2 or 1.3 environment. NOTE: With this package a user would be responsible for providing all dependencies.
[LexEVS_50_caGRIDServices_data_client_minimal_dependencies.zip|https://gforge.nci.nih.gov/docman/view.php/491/17870/LexEVS_50_caGRIDServices_data_client_minimal_dependencies.zip]

{scrollbar:icons=false}