Has anyone tried integrating Activiti in Play framework? The reason I ask is because Play is a little different as it's not based on servlet and prohibits one from using Java EE libraries that assume that a Java servlet will respond to requests (or depends on stuff like servletFilter, HttpSessionListener). Could this cause any integration issues with Activiti? I basically want to use all the Activiti (with it's engine and the UI) in my Play App.
Using the engine in play is no problem. Using the UI in play will be an issue, as the VAADIN app currently is packaged as a web app using servlets. Not sure if Vaadin has a solution to work with play, you'll need to check that…
As Activiti 6 is moving out of Vaadin, can the new version be integrated with Play 2.x in both UI and engine? Any example projects will be helpful. The link provided in the thread above is not available now.