ArcBees / GWTP

A complete model-view-presenter framework to simplify your next GWT project.
Other
335 stars 132 forks source link

Generate app from gwt webapp #796

Open spirylics opened 8 years ago

spirylics commented 8 years ago

Hi all,

I've developed a maven plugin to make an app based on cordova from a war dependency and so an web application based on gwtp : https://github.com/spirylics/web2app

For my example, I use your carstore war dependency : https://github.com/spirylics/web2app/tree/master/web2app-maven-plugin-demo

What do you think about that ?