Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.14 KB

Vaadin Model-View-Presenter

This is a completion of the work started by Josh and Petter to add a "Presenter" to the mix of goodies offered in spring-vaadin.

This project adds a base class and an annotation:

Quick Start

Add the following Maven dependency to your Vaadin / Spring boot application's POM...

<dependency>
    <groupId>org.vaadin.spring</groupId>
    <artifactId>spring-vaadin-mvp</artifactId>
</dependency>

Then for examples of Presenter implementation, have a look at those found in the presenter package of the mvp-sample application.