GWT (Google Web Toolkit)

GWT Modular GWT-RPC WebApp Archetype

net.ltgt.gwt.archetypes : modular-webapp

The GWT WebAppCreator's sample (using GWT-RPC), modularized.

Last Version: 2022.4.28

Release Date:

Last Version: 2.5.0

Release Date:

HAL :: GWT Parent

org.jboss.hal : hal-gwt-parent

Parent POM for all GWT related modules

Last Version: 3.6.0.Final

Release Date:

GWT Application Tutorial

net.officefloor.tutorial : GwtApp

Tutorial of using GWT within a WoOF Template

Last Version: 2.16.0

Release Date:

GWT Service Tutorial

net.officefloor.tutorial : GwtService

Tutorial of using a GWT Service within a WoOF Template

Last Version: 2.16.0

Release Date:

Last Version: 2.3.0

Release Date:

Last Version: 2.2.0

Release Date:

OpenTSDB

net.opentsdb : opentsdb-gwt-theme

A GWT Theme generated by the GWT Theme generator at http://works.sen-sei.in/gtg/

Last Version: 1.0.0

Release Date:

gwt-clean-app-archetype

com.github.kospiotr : gwt-clean-app-archetype

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 2.6.1

Release Date:

gwt-clean-sdv-app-archetype

com.github.kospiotr : gwt-clean-sdv-app-archetype

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 2.6.1

Release Date:

gwt-gxt-clean-sdv-app-archetype

com.github.kospiotr : gwt-gxt-clean-sdv-app-archetype

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 2.6.1

Release Date:

gwt-playground

com.github.kospiotr : gwt-playground

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 2.6.1

Release Date:

Last Version: 1.11.0

Release Date:

commons-ip-math-gwt

net.ripe.commons : commons-ip-math-gwt

GWT library for commons-ip-math. It contain the gwt.xml module descriptor while the classes and the sources are shared from commons-ip-math.

Last Version: 1.23

Release Date:

Advanced GWT Components Demo Application

net.sf.advanced-gwt : advanced-gwt-demo

The application demonstrating features of the GWT Advanced Components library.

Last Version: 2.0.9

Release Date:

Last Version: 2.0.9

Release Date:

GWT Widget Server Library

net.sf.gwt-widget : gwt-widgets-server

The GWT Widget Server Library is a collection of server-side components for the Google Web Toolkit facilitating publishing of Spring beans as RPC services.

Last Version: 0.1.4

Release Date:

Hibernate4GWT

net.sf.hibernate4gwt : hibernate4gwt

hibernate4gwt permits you to use your Hibernate POJO (and especiallay the partially loaded ones) in the GWT client side code without pain.

Last Version: 1.0.4

Release Date:

GWT Project archetype

net.sf.mgp : maven-archetype-gwt

An archetype which contains a sample Maven GWT project.

Last Version: 1.0.2

Release Date:

Maven GWT Plugin

net.sf.mgp : maven-gwt-plugin

The Maven GWT plugin is used to compile JavaScript source files from Java source.

Last Version: 1.5.0

Release Date:

Smart Remote Log Handler for GWT

com.github.manishahluwalia.gwt : remote-log-handler

This is a remote logging handler for GWT, meant as a replacement to SimpleRemoteLogHandler. It provides: 1. smarter synching of logs to the remote server, using buffering for efficiency in production with automatic flushing on timer / configurable log severity / application unload. 2. Client logging level is configurable at runtime.

Last Version: 0.0.3

Release Date:

RpcWrapper

com.github.manishahluwalia.gwt : rpcwrapper

An rpc wrapper mechanism that allows some cool GWT-RPC tricks. More desc TBD

Last Version: 0.0.1

Release Date:

GWT PWA Archetype

com.github.manolo : gwt-pwa-archetype

GWT-2.8.1 project with Polymer and PWA service worker

Last Version: 1.9.3

Release Date:

GWT PWA Archetype

com.github.manolo : gwt-webappcreator-archetype

GWT project based on webappcreator demo template

Last Version: 1.0.0-alpha1

Release Date:

owlapi-gwt-parent

net.sourceforge.owlapi : owlapi-gwt-parent

A project that builds a GWT module of a subset of the OWL API. This allows most OWL API model classes to be used in a GWT app on the client, and allows a subset of these to be serialized and sent over the wire.

Last Version: 4.3.2.1

Release Date:

owlapi-gwt-serialization-tests

net.sourceforge.owlapi : owlapi-gwt-serialization-tests

A set of tests that serialize OWL API objects that should be serializable and sends them over the wire. The objects are round tripped from client to server and back to check that they serialize and deserialize correctly, and that the GWT compiler can actually compile the source code used for client side emulation.

Last Version: 4.3.2.1

Release Date:

owlapi-gwt-supersource

net.sourceforge.owlapi : owlapi-gwt-supersource

This maven module contains source code that is used for client side emulation and is placed in the supersource directory.

Last Version: 3.4.9

Release Date:

thucydides-gwt

net.thucydides : thucydides-gwt

An Acceptance Testing framework for web applications based on WebDriver, and integrating with JUnit and net.thucydides.easyb.

Last Version: 0.6.3

Release Date:

GWT

net.wetheinter : gwt

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Last Version: 2.7.0

Release Date:

Maven GWT Plugin

net.wetheinter : gwt-maven-plugin

Maven plugin for the Google Web Toolkit.

Last Version: 2.7.0

Release Date:

XApi - Gwt SuperPom

net.wetheinter : xapi-gwt-parent

This is the main aggregator for all gwt submodules. All gwt-specific code resides here. Submodules should avoid inheriting from each other unless necessary. This goes for maven structure and gwt.xml structure. The super module is where our jre emulation layer and super-source live; all modules should inherit super, and a minimum of other modules. Some modules, like injection, are fulfilling an api in the core module, and should be accessed only through core service interfaces. Other modules, like reflection, are capable of being standalone inherits, but can benefit from core utilities like injection, so, two (or more) .gwt.xml modules may be provided. As XApi nears 1.0, all submodules will be routinely stitched together into an uber-jar, in order to have a single jar with a single gwt module that can provide all of the services at once. Internal projects will never use the uber jar, to help maintain modularity, but external projects that want to use more than one service will certainly prefer inheriting one artifact, instead of twelve. When distributed in uber-jar format, it will likely be necessary for either the uber jar, or just xapi-gwt-api.jar to appear before gwt-dev on your compile-time classpath. If using gwt-maven-plugin, the gwtFirstOnClasspath option may become problematic. If so, we will provide a forked gwt-plugin to make sure our compiler enhancements are included in the build process. There is also work going on to make a super-source-everything plugin, which will use maven to find source files, and generate synthetic .gwt.xml for you, as part of an effort to create a wholly unified programming environment. In addition to java-to-javascript, we intend to compile java-to-java and possibly other languages, like go; imagine implementing gwt deferred binding to eliminate cross-platform differences between server environments, or operating systems, or versions of a platform, or anywhere else a core api needs to bind to multiple implementations, depending on the runtime environment.

Last Version: 0.5

Release Date:

XApi - GWT ui superpom

net.wetheinter : xapi-gwt-ui-parent

This super module contains the gwt user interface layer for xapi.

Last Version: 0.5

Release Date:

Last Version: 2.10.1-gwt-2.8.2

Release Date:

Last Version: 0.1.1

Release Date:

GWT PhantomJS JUnit run style

com.github.neothemachine : gwt-phantomjs-junit-runstyle

A GWT JUnit run style for local testing with PhantomJS

Last Version: 1.0.1

Release Date:

Last Version: 0.4

Release Date:

GwtBootstrap3 Extras

org.treblereel.gwt.gwtbootstrap3 : gwtbootstrap3-extras

Extra, third-party widgets/components for GwtBootstrap3

Last Version: 1.2

Release Date:

GwtBootstrap3 Parent

org.treblereel.gwt.gwtbootstrap3 : gwtbootstrap3-parent

GWT wrapper for the Bootstrap front-end framework

Last Version: 1.2

Release Date:

GWT JSONP Parent

org.treblereel.gwt.gwtproject.jsonp : gwt-jsonp-parent

Parent POM containing the gwt-jsonp module and the test modules (gwt2- and j2cl-tests)

Last Version: dev

Release Date:

gwt-jackson :: Extensions

com.github.nmorel.gwtjackson : gwt-jackson-extensions

gwt-jackson is a GWT JSON serializer/deserializer mechanism based on Jackson annotations

Last Version: 0.15.4

Release Date:

Last Version: 0.15.4

Release Date:

gwt-jackson :: Parent

com.github.nmorel.gwtjackson : gwt-jackson-parent

gwt-jackson is a GWT JSON serializer/deserializer mechanism based on Jackson annotations

Last Version: 0.15.4

Release Date:

Last Version: 0.15.4

Release Date:

gwt-jackson :: REST

com.github.nmorel.gwtjackson : gwt-jackson-rest

gwt-jackson-rest is a GWT REST client that uses gwt-jackson as serializer/deserializer mechanism

Last Version: 0.5.1

Release Date:

gwt-filesaver

org.ainslec : gwt-filesaver

A GWT wrapper around the 'filesaver.js' library (by Eli Grey). Allows files to be saved from a web page.

Last Version: 1.0.2

Release Date:

gwt-jszip

org.ainslec : gwt-jszip

gwt-jszip (based on jszipgwt by Aki Miyazaki / MIT License)

Last Version: 1.0.0

Release Date:

com.github.sn42.gwt:gwt-rpc-async-processor

com.github.sn42.gwt : gwt-rpc-async-processor

Annotation processor to generate GWT-RPC asynchronous interfaces.

Last Version: 0.1

Release Date: