Hi there,

I am just toying around with JBoss jBPM and wonder how to integrate with Spring MVC.

Some details:
I want to have a start page triggering a process flow (jBPM actions). For each action I want to show a new page for entering data. With these informations I want to invoke an associated service method and make a transition to the next action.
I already found jBPMs TaskController but am unsure how to use it correctly. Further I want a clean separation between service layer and UI layer (maybe using a Swing UI later).

So if someone has already done an integration I would be glad to get some examples or hints.

Currently using jBPM 3.0.2. I also just got spring-jbpm from CVS.


Thanks for further informations,
Andreas