A simple JPA-based backend service that provides Person entities that can be used with a Vaadin application
This demo project demonstrates how to use a backend service with a Vaadin application. Source code is available in this github repo: https://github.com/amahdy/person-service/.
Watch step by step on how to use this backend in a Vaadin project
Source code for that demo and more details are all available here: https://github.com/amahdy/vaadin-stepbystep-demo-contacts
Install
Framework Support
Vaadin 6.0+
Vaadin 7.0+
Vaadin 8.0+
Browser Independent
Install with
Release notes - Version 2.0
- More helpful APIs on the backend service:
getFirst()
andgetById()
. - Use
LocalDate
instead ofDate
. - Link to latest Vaadin 8 intro video.