Quickly and easily chain multiple service calls together with the ability to manipulate each input payload using templates. Uses: https://github.com/orange451/ServiceChainer
- $ mvn clean package
- $ java -jar target/ServiceChainingApp-1.0-SNAPSHOT-jar-with-dependencies.jar
- document (Freemarker/Velocity). Represents incoming data payload json
- JSONUtils (Velocity). Helper class used to output Java Map to JSON.
- Integer (Velocity). java.lang.Integer static class
- Double (Velocity). java.lang.Double static class
- Float (Velocity). java.lang.Float static class
- Boolean (Velocity). java.lang.Boolean static class