I've build some tutorials with Valadin to get into the framework. Now I want to start adding a view to the activiti-explorer.
To start I have copied the activiti-explorer git project.
But there are some things I can't figure out, before I start developing.
- The Git project is a Maven project. The Valadin examples are Ivy projects.
-> How can i get Valadin to compile the Java-Classes to html/javascript?
- As soon i have finished building the code, how can I add it to the activiti-explorer-webapp2 project?
lg coco