cancel
Showing results for 
Search instead for 
Did you mean: 

Integration with Play2

bsnl
Champ in-the-making
Champ in-the-making
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.
4 REPLIES 4

frederikherema1
Star Contributor
Star Contributor
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…

mukhil
Champ in-the-making
Champ in-the-making
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.

jbarrez
Star Contributor
Star Contributor
Should be doable, in theory. But you won't find example on how to this easily, as version 6 UI is not yet officially released and still is in beta.