NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Users already working with 6.4.1 Remote Java API will need to update to 6.4.2 compatible client jars including: 
Manual Dependency Management
Updates
  • lexbig.jar 
  • LexEVSSecurity.jar
  • lexevsapi64-beans.jar
  • lexevsapi64-framework.jar
  • lexevsapi64-remote-core.jar


Maven Dependency Management

A LexEVS remote client project provides pom file based access to all supported client jars.   Users of the pom in this project: https://github.com/lexevs/LexEVS_Distributed_Client.git can update versions of LexEVS and LexEVS remote client jar sets to 6.4.2.FINAL and 6.4.2 respectively.

Code Block
    <properties>
        <forkMode>never</forkMode>
        <lexevs.version>6.4.2.FINAL</lexevs.version>
        <cagrid.version>1.3</cagrid.version>
        <lexevs.remote.version>6.4.1</lexevs.remote.version>
    </properties>


End User REST / Data Service Migration

...