Spring MVC integration with activiti
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2014 09:57 AM
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.
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.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2014 04:32 AM
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

