Support for the Vaadin UI Framework via the Undertow HTTP server
Go to file
2021-12-08 07:17:43 -07:00
gradle/wrapper updated gradle version 2021-09-18 15:44:21 +02:00
src/dorkbox/vaadin Cleaned up logic for how the stats.json file is loaded. Fixed issue loading the stats.json file via the classloader. Changed the theadgroup for Undertow startup. Removed unnecessary comments 2021-12-08 07:17:43 -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
build.gradle.kts Updated version 2021-12-07 14:26:06 -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
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 2021-12-07 14:26:06 -07:00
settings.gradle.kts WIP vaadin undertow launcher 2021-08-23 01:21:43 -06:00

VaadinUndertow

Dorkbox Github Gitlab

Usage:

   

Maven Info

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

Gradle Info

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

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.