Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 285 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 285 Bytes

GWT 2.8.0 JsInterop sample

A small example on how to use the JsInterop functionality in GWT 2.8.

To compile the project use gradle, also ready to use with IntelliJ.

./gradlew build

To get a live recompile on any source changes use super dev mode.

./gradlew gwtDev