Skip to content

sudhi001/Vaadin-MVP-Lite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 81.1%
  • HTML 17.4%
  • CSS 1.5%