Table of Contents |
---|
Introduction
...
- Using REST APIs.
- Java Spring
- Angular JS
...
- Install prerequisite software which can be downloaded from http://demo.openspecimen.org/releases/
Prerequisites
...
...
View file | ||||
---|---|---|---|---|
|
...
Prerequisites
Following table lists prerequisites and their supported versions.
...
Keyword | Comment |
---|---|
| Directory where plugin source code is kept. For example, |
| Directory where JDK is installed. For example, |
Following are high level steps:
- Install prerequisite software which can be downloaded from http://demo.openspecimen.org/releases/Prerequisites/
- Download the plugin skeleton os-plugin.zip
View file name os-plugin.zip height 250 - Unzip the downloaded file into a directory.
Plugin directory structure
- src/main/java: All the custom java classes should got under this directory
- src/main/resources
2.1. errors/messages.properties: All the messages and labels should go in this file
2.2. pluginContext.xml: All the bean definition should go in this file. - build.gradle: This file contains the complete build script for compiling and building the plugin
Steps to add custom Java classes
...
- 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
...