cancel
Showing results for 
Search instead for 
Did you mean: 

How to embed Activiti-explorer within own UI

saysiva
Champ in-the-making
Champ in-the-making
I want to use Activiti-Explorer in Production env. How to embed it activiti-explorer with our own UI?
1 ACCEPTED ANSWER

gdharley
Elite Collaborator
Elite Collaborator

I would not suggest using Activiti Explorer with your own UI as Activiti Explorer is a VAADIN application which tightly couples the UI to the backend.

Rather, I would suggest you use the activiti-rest project to expose REST endpoints that can be called by your UI implementation.

Another options would be to look at the Activiti 6 Beta 4 implementation as this uses AngularJS as the UI framework rather than VAADIN and decouples the UI from the backend using REST.

Hope this helps,

Greg

View answer in original post

1 REPLY 1

gdharley
Elite Collaborator
Elite Collaborator

I would not suggest using Activiti Explorer with your own UI as Activiti Explorer is a VAADIN application which tightly couples the UI to the backend.

Rather, I would suggest you use the activiti-rest project to expose REST endpoints that can be called by your UI implementation.

Another options would be to look at the Activiti 6 Beta 4 implementation as this uses AngularJS as the UI framework rather than VAADIN and decouples the UI from the backend using REST.

Hope this helps,

Greg