We are planning to use Activiti as workflow and GWT as frontend for our new project. Can anyone guide me on how do we start. I am ok using activiti forms but have no idea how to start using gwt. I have an example gwt application deployed on tomcat using spring scaffolding.
Please guide me on where to begin using activiti and gwt.
Activiti is just a jar, so all you need to to is add it to your classpath, and make sure it will be placed in the WEB-INF/classes folder in the resulting war file. For the rest, all is pretty basic as you would expect it with GWT: just put your Activiti logic in your (Remote) services and you are set to go.