Hello. I'm new to activiti and I've reading a lot in the last few days. I have successfully deployed the activiti-explorer and activiti-app WARs (I'm testing with both activiti 5 and 6), and also a maven+spring project that uses the same DB that the explorer/app does.
I have successfully developed some processes, and was able to trigger them through a Rest Service in my maven+sring project, and then completed it through by completing the tasks in the explorer web app.
As of now, the only integration I have between the Explorer webapp and my maven+spring project is through the DB (I configured both of them to use the same one). I don't believe this is the correct integration. How am I supposed to trigger a process in the UI, and the be able to execute a Java class in my project? What part did I miss?