Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
master-lincoln edited this page Jun 8, 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
  • Hibernate: Object/Relational Mapper (ORM)
  • Spring Framework: Layered Java/J2EE application platform

Design Notes

Product Backlog

Tips and tricks

About Git