Bonita API and Java

1
0
-1

Hello,

I'm trying to use Bonita API from my java web application

I used 6.3 and now I come back to 5.10 version, because the lack of history in the recent version

I'm working in ADF 12c, using jdeveloper of course

How can I use Bonita API from my application, I tried to add different jars needed but always I get errors,

Are there any configurations I forgot ? Am I obliged to deploy bonita in weblogic before ? Or create some web services in the bonita side and communicate with them from my java web application side ?

Any ideas ?

1 answer

1
+1
-1

Hello, I think that this blog article can help you. Bonita does not have to be deployed on the same server as your ADF application and in this case you can acces to Bonita using our client that uses http API. In the blog artice, it is described how to add a dependency using Maven, but if you don't use, you just need to include bonita-client jar in your application. Hope this helps, Haris

Notifications