Project

General

Profile

Download (830 Bytes) Statistics
| Branch: | Tag: | Revision:
1 0e7a9b4f Andreas Kohlbecker
# Vaadin UI and Spring based MVP Framework
2
3
* `./ui` *A VaadinSpring bases MVP framework with popup views and editors with easy data binding.* 
4
* `./mvp` *A spring based UI framework for Vaadin which brings a responsive menu layout and support for the mvp popup views.* 
5
6
These framework is based on ideas of Peter Letho from Vaadin:
7
* ["Supporting mobile, desktop and tablet by building impressive layout systems"](https://www.youtube.com/watch?v=zKJ7tkLS8XE). The according source code is here https://github.com/peterl1084/devday2016" a the Vaadin DevDay 2016. The original framework was using Java Web Beans (CDI) which has been ported to Spring DI for this project.
8
* **devday-spring** a VaadinSpring based example project with MVP integration - the according soure code is here https://github.com/peterl1084/devday-spring
9