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.
Connect my existing Java project to vaadin framework.
My existing java project, which is a stockreorder database was created using entity manager. how can i put this on the vaadin framework for a web app version. I am new to vaadin, so please explain in steps if you can. Thank you.
Without knowing much of your current implementation nor your technology stack I recommend at least these two resources:
This is a good explanation of transforming a Swing application to a Vaadin application: https://vaadin.com/wiki/-/wiki/Main/Vaadin+tutorial+for+Swing+developers
Matti and Thomas recently made this webinar where they explain best practices when using JPA with Vaadin.