View Source

h2. What is a Geasy-\* project ?

A Geasy-\* project is a project that is based on GWT (it can be a module or an entire application) and which belongs to the research results. Some of those projects are [GEasyBPMNEditor|geasybpmneditor:GEasyBPMNEditor Overview], [GEasyTools|geasytools:GEasyTools Overview] and [GEasyWebEditor|geasywebeditor:GEasyWebEditor Overview].These modules and applications may have a standalone version but some of them are also designed to integrate other modules. In order to ease this integration, a maven pom.xml have been defined .This maven pom.xml project acts has parent for every Geasy-\* projects so that each modules and application are based on the same minimal configuration.


h2. How to create a Geasy-\* project ?

There are two ways for creating a Geasy-\* project.


h3. Creating the project by you own

# Create your project structure
# Create a pom.xml file for maven configuration
# In

h3. Generating the project using archetypes