dragome / dragome-sdk

Dragome is a tool for creating client side web applications in pure Java (JVM) language.
http://www.dragome.com
Other
80 stars 20 forks source link

Phonegap suport #179

Closed marciodel closed 7 years ago

marciodel commented 7 years ago

Hi, is it possible to generate a standalone javascript to run on mobile Webviews ?

Thanks!

marciodel commented 7 years ago

I've just saw in the group that there is no support for that and what can be done is to start the server and download the files.

Are you planning to implement standalone javascript generation in future releases?

Thanks!

fpetrola commented 7 years ago

you can generate standalone version using the maven plugin: https://github.com/dragome/dragome-sdk/tree/master/dragome-maven-plugins

take a look at this example: https://github.com/xpenatan/gdx-dragome-backend/blob/master/tests/gdx-tests-dragome/pom.xml#L162-L195

marciodel commented 7 years ago

Awesome! I'll have a look.

Thanks!