Hi,
I have added a process engine jar in my web application for workflow. I have written some Java Delegates which call the spring beans in my project. I mean, it is tightly coupled.
Now , I want to use the activiti-explorer for support. But since it has Java Delegates. I can not process any action from activiti - explorer.
I need to add my webapp as dependency in activiti-explorer. I can not create a separate jar and put it in activiti - explorer. /WEB-INF/lib folder as it will take time to remove the tight coupling .
Can you please help me how can I add my webapp as a whole in activiti-explorer.war. ?
Thanks