levigo / gwt-spring-boot-starter

A Spring-Boot Starter for Google Web Toolkit (GWT) applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status Docker Hub Generic badge

A Spring-Boot Starter for Google Web Toolkit (GWT) applications

Features

  • integrate GWT compilation into the Spring application lifecycle
  • automatically register and deploy GWT-RPC endpoints
  • transparently support GWT dev-mode without IDE-plugins etc.
    • with Spring Boot 3 and the migration to JakartaEE, dev mode is no longer supported as part of this project. this might change when gwt-dev has support for JakartaEE.

Usage

Maven dependency

<dependency>
    <groupId>org.jadice.gwt.spring</groupId>
    <artifactId>gwt-spring-boot-starter</artifactId>
    <version>2.2.0</version>
</dependency>

If you plan to use the devmode with Java 11 and above, you must supply the following JVM argument: --add-opens java.base/jdk.internal.loader=ALL-UNNAMED

License

This library is provided "as is" under the "three-clause BSD license". See LICENSE.md.

About

A Spring-Boot Starter for Google Web Toolkit (GWT) applications

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 98.1%Language:HTML 1.9%