0

I am trying to integrate Bonita with Spring in order to implement a custom UI for my workflow processes. I know Bonita provides a REST API out-of-the-box for this matter but I was thinking maybe there is already a java library for this API ready to use with Spring.

I started implementing RESTTemplate consumers for this API but it is quite heavy so I might take advantage of a working solution

MichelReap
  • 5,630
  • 11
  • 37
  • 99

1 Answers1

0

Instead of using REST API you might want to access Bonita Engine API using the Java client library.

You can find available APIs in the javadoc.

Antoine Mottier
  • 1,185
  • 1
  • 8
  • 13