Samples :: Getting Started

Getting Started

Description

CME Drop Copy Handler sample that connects to the pre-defined host and port.

Usage

  • Run the sample:
  • win: runSample.bat
  • linux: runSample.sh
  • Clean everything:
  • win: clean.bat
  • linux: clean.sh

Directory Contents

File Location Description
config/GettingStarted.properties configuration file
config/CmeDropCopyFixDialect.xml dialect file
config/logback.xml log configuration file
docs documentation including this file
libs all dependency libraries
src/main/java source files
target/classes already built classes
build.bat and build.sh scripts used to re-build the client
clean.bat and clean.sh scripts used to clean log and storage directories which will be created while the client is running
runSample.bat and runSample.sh scripts used to run the client
OnixS.lic trial license file
pom.xml maven build configuration file

Source Code