cancel
Showing results for 
Search instead for 
Did you mean: 

Usage scenario for RCP client / server application

prace
Champ in-the-making
Champ in-the-making
hi,

i'm just evaluating activiti for our application and i''m not sure about the "right" way to use activiti in our scenario.

We have an RCP client Application that is working against an application server. So currently my idea is to use the REST interface to implement the communication with Activiti which may run on the same application server inside an tomcat (similar to the activiti demo setup).
During my tests, i found that the REST API still has some issues and the REST client even for a java application has to be implemented ourselves.
And there seems to be no ("out of the box") unit tests for the REST API.

Is it possible to use the current Java API to communicate with a remote (running) instance of activiti? if not, is there something like that in the pipeline?

Are there other options or recommendations regarding this setup?

Thank You!
3 REPLIES 3

prace
Champ in-the-making
Champ in-the-making
No opinions on this?

BTW: a good way to test the functionality of the REST API would be to implement Activiti Explorer using REST

greets

trademak
Star Contributor
Star Contributor
Hi,

The REST API is improved a lot in the current trunk.
The way to go forward with your setup is to absolutely use the REST API.
The user guide provides a good overview of the services and the REST calls to make.
If you can, it's better to use the current trunk than the 5.8 release.

Best regards,

prace
Champ in-the-making
Champ in-the-making
thanks for your answer!

that at least means, i'm on the right way Smiley Wink

i already switched to the trunk, but there are still some issues i'm facing. e.g. I opened ACT-1075

best regards