Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Book of Vaadin 8 does not cover Vaadin Spring?
Hello, I printed and bound Book of Vaadin 8.
I recently discovered by massive google search, a Book of Vaadin Spring at
http://vaadin.github.io/spring-tutorial/
My desire is to create Vaadin 8 Spring database applications. Please, can anyone suggest a book or reference that has more examples of Vaadin Spring development, especially in layout and Vaadin Grid functions?
Hi,
There are some examples here (Vaadin 8 and spring boot):
- https://github.com/peholmst/vaadin4spring/tree/master/samples
and
- https://github.com/vaadin/framework8-demo/tree/master/spring-demo
- https://github.com/mstahv/spring-data-vaadin-crud
The layout is done by Vaadin so i think nothing change if you use Vaadin with or without Spring.