cancel
Showing results for 
Search instead for 
Did you mean: 

Embed Activiti Explorer into Spring application

jonvargas
Confirmed Champ
Confirmed Champ
Hi,

I am developing a Spring application with an Activiti process engine embeded. I'd like to know how can I make Activiti Explorer use this instance or embed it inside the application.

I guess that by integrating Activiti Explorer in the same app will ease debugging and development.

Thanks in advance
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Activiti Explorer is already a Spring webapp.

So it's a matter of including the activiti-explorer jar. Then see how activiti-webapp-explorer is setting up the web.xml and its static resources and mimicing that.