Here are
349 public repositories
matching this topic...
Java to Closure JavaScript transpiler
A Java math library for OpenGL rendering calculations
OpenKM is a Open Source Document Management System
Updated
May 26, 2022
Java
SwellRT main project. Server, JavaScript and Java clients
Updated
Nov 12, 2021
Java
Dashboard composition tooling based on the Uberfire framework
Updated
May 26, 2021
Java
Simple and pure block explorer you can run on top of a full node
Updated
Oct 13, 2018
Java
Updated
May 26, 2022
Java
Starting fresh on building GWT projects with Maven
Updated
Apr 28, 2022
Java
Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Updated
Oct 23, 2018
Java
Updated
May 26, 2022
Java
Updated
Apr 28, 2022
Java
A JavaFX application transpiler. Write your Web Application in JavaFX and WebFX will transpile it in pure JS.
Updated
May 25, 2022
Java
gwt-jackson is a JSON parser for GWT. It uses Jackson 2.x annotations to customize the serialization/deserialization process.
Genome annotation editor with a Java Server backend and a Javascript client that runs in a web browser as a JBrowse plugin.
Updated
May 10, 2022
Groovy
GWT Eclipse Plugin Documentation
Updated
Apr 22, 2022
Java
Builder API and other goodies for Elemental2
Updated
Mar 28, 2022
Java
A jQuery clone for GWT, and much more.
Updated
May 18, 2021
Java
Core Java APIs for TypeScript / JavaScript / JSweet
Updated
Mar 21, 2022
Java
Auto RESTful Service Proxy Generator for GWT
Updated
May 21, 2022
Java
A tiny code generation library (< 8 KB) written in Java, useful for any purpose, but ideal for JSR-269
Updated
Nov 10, 2021
Java
Generates Java annotated with JsInterop from JavaScript extern sources
Updated
Apr 19, 2022
Java
GWT wrapper for OpenLayers 3+ using JSInterop
Updated
May 12, 2022
Java
GameComposer is a game authoring tool and also a game runtime environment targeting at desktop and mobile devices.
Updated
May 27, 2022
Java
RxJava semi-automatic GWT compatibility library
Updated
Apr 17, 2022
Java
Gradle plugin to support GWT related tasks.
Routing based application framework for GWT 2, GWT 3 & J2CL
Updated
May 26, 2022
Java
Improve this page
Add a description, image, and links to the
gwt
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
gwt
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I'm trying to access the document from a elemental2.dom.HTMLIFrameElement but noticed that elemental2.dom.Window (via HTMLIFrameElement.contentWindow) has no document variable.
There is no chance to access an iframe document via elemental2.
This should be possible. Please see more details in the example at https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentWindow
I n