A demo project showing the possibility of running a Vaadin app from an
embedded Jetty, as a simple main()
method. Uses Vaadin Boot. Requires Java 17+.
Both the development and production modes are supported. Also, the project demoes packaging itself both into a flatten uberjar and a zip file containing a list of jars and a runner script. See "Packaging for production" below for more details.
Looking for Vaadin 24 Gradle version? See vaadin-boot-example-gradle
Looking for Vaadin 14 Maven version? See vaadin14-boot-example-maven
Looking for Vaadin 23 Maven version? Please see the v23 branch.
See the live demo at v-herd.eu/vaadin-boot-example-maven/
Please see the Vaadin Boot documentation on how you run, develop and package this Vaadin-Boot-based app.