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.
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.