Support for the Vaadin UI Framework via the Undertow HTTP server
 
 
 
Go to file
Robinson 0c50cb8251
Updated to vaadin 14.7.6, added more trace logging for http requests. Startup will exit early if the stats.json file does not exist.
2021-12-03 07:13:00 -07:00
gradle/wrapper updated gradle version 2021-09-18 15:44:21 +02:00
src/dorkbox/vaadin Updated to vaadin 14.7.6, added more trace logging for http requests. Startup will exit early if the stats.json file does not exist. 2021-12-03 07:13:00 -07:00
src9 Java9 support 2021-09-17 17:46:58 +02:00
.gitignore WIP vaadin undertow launcher 2021-08-23 01:21:43 -06:00
LICENSE Added missing license 2021-10-10 00:04:34 +02:00
LICENSE.Apachev2 WIP vaadin undertow launcher 2021-08-23 01:21:43 -06:00
LICENSE.MIT WIP vaadin undertow launcher 2021-08-23 01:21:43 -06:00
README.md updated version and deps 2021-10-05 15:14:48 +02:00
build.gradle.kts Updated to vaadin 14.7.6, added more trace logging for http requests. Startup will exit early if the stats.json file does not exist. 2021-12-03 07:13:00 -07:00
gradle.properties default to no gradle daemon 2021-10-05 15:14:20 +02:00
gradlew Added gradle 2021-08-23 01:22:05 -06:00
gradlew.bat Added gradle 2021-08-23 01:22:05 -06:00
settings.gradle.kts WIP vaadin undertow launcher 2021-08-23 01:21:43 -06:00

README.md

VaadinUndertow

Dorkbox Github Gitlab

Usage:

   

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>VaadinUndertow</artifactId>
      <version>14.7</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    implementation "com.dorkbox:VaadinUndertow:14.7"
}

License

This project is © 2020 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.