cancel
Showing results for 
Search instead for 
Did you mean: 

Spring MVC integration with activiti

hayot
Champ in-the-making
Champ in-the-making
Hi
I'm trying for 2 weeks to integrate activiti engine in my Spring MVC application without success.

Can anybody show me a simple working sample project, please! I need one simple project with everything configured. The configuration of beans are giving errors all the time. I truly appreciate if you could upload one zip file with working sample project.
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
What errors are you getting? Spring MVC has a lot of examples. Activiti has examples of booting an engine in spring. Merge the example context-files, make sure all dependencies are sorted (eg. maven) and @Inject the ProcessEngine in your MVC-controllers, simple Smiley Wink