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 4, 2011 · 27 revisions

Welcome to the WiseUI wiki!

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

Maven Project Layout

Within the testbed-runtime structure the WiseUI Maven module (wiseui) has five sub-modules:

  • wiseui
    • client
    • api
    • server
    • shared
    • widgets