/stunner-fundation-webapp

Primary LanguageJavaApache License 2.0Apache-2.0

Stunner fundation

This repository provides a web application which contains several examples and it built on top of most of the same libraries as Stunner does.

Fundation libraries

The following libraries are the considered the pilars for Stunner:

Web Application

This repository results in a web application that can be deployed in any servlet container.

Home perspective

It provides two screens:

  • Lienzo Examples - contains examples for Lienzo
  • Widgets Example - contains an example with a patternfly component and also calls some backend service

Usage

If you plan to run the application inside an IDE, please previously look at the IDE configuration section.

Building:

    mvn clean install -DskipTests

Running:

    mvn clean gwt:run

Tests:

    mvn clean test

Requires Java 1.8 and Maven 3.5.4

Exercises

See some exercises for getting started on the code