Skip to content

florian-f/gwt-cordova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

GWT Cordova

GWT Cordova is an experimental Wrapper for the Apache Cordova API, similar to GWT Phonegap. The main difference is the use of JavaScript Interoperability instead of JSNI.

Run mvn clean install to build and install the library locally and add the following dependency to your pom.xml:

<dependency>
  <groupId>com.florianf.gwtcordova</groupId>
  <artifactId>gwtcordova</artifactId>
  <version>0.1</version>
  <scope>provided</scope>
</dependency>

There is a Showcase App that demonstrates how to use GWT Cordova.

Releases

No releases published

Packages

No packages published

Languages