This project is a part of "Gradle - powerful build system" article by Tomasz Kaczanowski. It is a multi-module project.

To run the web UI:
  - execute gradle build
  - copy ui/web/build/libs/web-1.0.war to Tomcat

To run the swing UI:
  - execute gradle build
  - execute gradle run
