In most Corticon documentation Deploying a Ruleflow to the Corticon Server with JAVA API is not discussed and I usually found --> "Java APIs - This method requires more knowledge of the Java programming language, and is not discussed in this Tutorial."
Where is this tutorial discussed?
Thanks
Gebrekiros
Gebrekiros,
The best place I find for this is to look at the sample source. In your Corticon Server install are two java samples which show how to do just about everything Corticon related via the APIs. See
- CcServerApiTest.java
- CcDeployApiTest.java
Jim
Thank you Jim. That is very helpful.