Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
snommensen edited this page Mar 17, 2011 · 27 revisions

Welcome to the WiseUI wiki!

Build and Start

You can build and start the WiseUI with the following commands:

$ cd wiseui
$ mvn clean install
$ cd client
$ mvn gwt:run

Core Technologies, Concepts and Frameworks

  • Maven: Build tool
  • Google Web Toolkit: Web Client Programming Libraries (Widgets, GWT-RPC, UI Bindings, MVP)
  • Guice: Google's dependency injection framework
  • GIN: Dependency injection framework, based on Guice, but for the client
  • Dozer: Java Bean to Java Bean mapper, e.g. for mapping Data Transfer Objects (DTOs) to POJOs