All Projects → sockeqwe → Vaadin Mvp Lite

sockeqwe / Vaadin Mvp Lite

This is a Vaadin Addon that provides a Model-View-Presenter Framework

Programming Languages

java
68154 projects - #9 most used programming language

MVP-Lite

MVP-Lite is a Vaadin add on to build Model-View-Presenter based applications. You can find a tutorial in the wiki.

We built an demo Vaadin-App that simulates an web-email client. Durring this tutorial we try to explain the most components and make examples by refering to this example app. The complete code of the demo app can be found here on github. At the end of this tutorial you should be able to use our MVP-Lite framework to build well designed (software pattern) Vaadin applications.

Chapters

  1. It all starts with the EventBus
  2. Model-View-Presenter: The Basics
  3. Model-View-Presenter: Using MVP-Lite
  4. View-Hierarchy and ShowViewEvents
  5. Navigation
  6. GlobalEventBus: Real time communication
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].