This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
master-lincoln edited this page Jun 8, 2011
·
27 revisions
You can build and start the WiseUI with the following commands:
$ cd wiseui
$ mvn clean install
$ cd client
$ mvn gwt:run
- 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
- Maven Project Layout
- Application Architecture
- Coding Style
- Dependency Injection
- Model View Presenter (MVP)
- Persistence