Wednesday, December 2, 2015

Re: How to enable two page GWT application

You can do separate projects just fine if you make your shared modules separate projects as well so that they become libraries and can be included in either of the two main projects. No need to duplicate shared stuff.

Alternatively just make one app and
- use some url patterns to make the app behave differently
- add some UI controls which allows the user to switch the mode of the app so that they can open the app twice and put one instance into mode 1 and the other in mode 2.

-- J.

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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