cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Explorer and springboot

tj1
Champ in-the-making
Champ in-the-making
Hello guys!

I am wondering if there already exists activiti-webapp-explorer2 compatible with springboot? I took the last activiti-explorer version 5.17.0 from maven and tried to integrate into application, but I haven't found the way to load explorer. Is it possible? Maybe someone already did it and I can find little how-to somewhere?

Thank you for answers in advance!!
3 REPLIES 3

yvoswillens
Champ in-the-making
Champ in-the-making
Hi,

did you take a look at Joram's blog post? http://www.jorambarrez.be/blog/2014/12/18/activiti-spring-boot-example/
Some more customisation will be needed for using the Vaadin app code in a Spring Boot app.

Let us know if you bump into specific issues.

Regards,

Yvo

tj1
Champ in-the-making
Champ in-the-making
Yep, that part with activiti engine and REST api already works using spring boot. Smiley Happy Now thinking how to run activiti-explorer (web api) better… I though maybe to run it also using spring boot, but found out that you exposing war, but not jar. So maybe better to keep it with the war file, cause not sure if we will do any specific UI customizations soon.

By the way, thanks for the answer!

jbarrez
Star Contributor
Star Contributor
Vaadin does have support for Spring Boot now … but we're still on an older version so I dont know how that will work …