Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvysny/vaadin-boot-example-maven
Vaadin example app running in Embedded Jetty
https://github.com/mvysny/vaadin-boot-example-maven
Last synced: 5 days ago
JSON representation
Vaadin example app running in Embedded Jetty
- Host: GitHub
- URL: https://github.com/mvysny/vaadin-boot-example-maven
- Owner: mvysny
- License: unlicense
- Created: 2022-08-16T11:55:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T09:06:12.000Z (about 1 month ago)
- Last Synced: 2024-11-01T11:34:32.951Z (12 days ago)
- Language: Java
- Homepage:
- Size: 871 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin-flow/Lobby#?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/mvysny/vaadin-boot-example-maven)# Vaadin 24 running in Embedded Jetty using Maven
A demo project showing the possibility of running a Vaadin app from an
embedded Jetty, as a simple `main()` method. Uses [Vaadin Boot](https://github.com/mvysny/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](https://github.com/mvysny/vaadin-boot-example-gradle)
> Looking for **Vaadin 14 Maven** version? See [vaadin14-boot-example-maven](https://github.com/mvysny/vaadin14-boot-example-maven)
> Looking for **Vaadin 23 Maven** version? Please see the [v23 branch](../../tree/v23).
See the live demo at [v-herd.eu/vaadin-boot-example-maven/](https://v-herd.eu/vaadin-boot-example-maven/)
# Documentation
Please see the [Vaadin Boot](https://github.com/mvysny/vaadin-boot#preparing-environment) documentation
on how you run, develop and package this Vaadin-Boot-based app.