Introduction
...
- Install/Setup pre-requisite software which can be downloaded from http://demo.openspecimen.org/releases/Prerequisites/
- Download the plugin skeleton from hereos-plugin.zip
View file name os-plugin.zip height 250 - Unzip the downloaded file into a directory.
Prerequisites
Following table lists pre-requisites and their supported versions.
...
- Please add all your java classes under PLUGIN_HOME/src/main/java/com/krishagni/openspecimen
- All the Spring configuration should be done in PLUGIN_HOME/src/main/resources/pluginContext.xml
Steps to create plugin archive
The build system uses Gradle to manage code compilation, building plugin jar archive.
...