Thursday, October 23, 2014

add mobile version to existing GWT app?

Hi,

assume a normal GWT app, with a server side part and a client side part, which communicate over RPC.

Can you add a mobile version with minimal effort, i. e.:
  • reuse the same server side part and the shared classes
  • replace the client side part
  • keep everything unique, without copying/duplicating code into a new project
(I would start with Android.)
Is there a howto somewhere?

Thanks
Magnus

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment