cancel
Showing results for 
Search instead for 
Did you mean: 

Extending the Activiti-Explorer

cocojack42
Champ in-the-making
Champ in-the-making
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
2 REPLIES 2

cocojack42
Champ in-the-making
Champ in-the-making
I didnt find it in the forum when i posted it once, but it was my mistake, here is the fist post:
http://forums.activiti.org/content/extend-activiti-explorer

jbarrez
Star Contributor
Star Contributor
Maven is the standard in Java land … you'll do good to learn it.
To build a webapp: mvn clean package. The war will be in the target folder.

>As soon i have finished building the code, how can I add it to the activiti-explorer-webapp2 project?

The simplest is just to have the project in your IDE and code your classes there.

Also, it's 'vaadin'.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.