-
Notifications
You must be signed in to change notification settings - Fork 0
Java Template
A Java Template is an Eclipse project with template Java classes. Templates are generated from a certain Service Group, Trigger or Filter. The generated classes are named according to the originating Service Group, Trigger and Filter, respectively, and supply empty function bodies. In case of Service Groups there are function bodies including an appropriate signature for each Coded Service inside this Service Group. The implementation of a Coded Service, a Trigger or a Filter is a matter of filling those function bodies. The Java Template also provides Ant scripts to deploy the changes on a Xyna Factory instance.
To generate a Java Template, use the factory cli:
./xynafactory.sh buildfilterproject
./xynafactory.sh buildserviceproject
./xynafactory.sh buildtriggerproject