Tuesday, December 9, 2014

Re: Offline support in GWT with gwt-appcache (or mgwt) - for projects without servlet container

Hi,

When using either you will need to use some form of server-side mechanism to select the permutation (s) to return. gwt-appcache has nothing built-in but it would be relatively trivial to port AbstractManifestServlet to being a jaxrs/jersey endpoint which would work under DropWizard.

On Tue, Dec 9, 2014 at 8:04 PM, marian lux <mlux.at@gmail.com> wrote:
To use the offline-support feature, both solutions ( https://github.com/realityforge/gwt-appcache and https://code.google.com/p/mgwt/wiki/HTML5Manifest) need a servlet running, which selects the correct strong-name-files. Does this offline support also work on projects without servlet container (e.g. If i want to use Dropwizard)?

--
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.



--
Cheers,

Peter Donald

--
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