Thanks Arthur, the linker works perfectly.
I also made a servlet to add the "text/cache-manifest" content type
and  redirect to the generated manifest file.
But i still can't use my app ofline.

Is there any browser capable of debugging HTML5 offline cache?

Know i have a error event, discovered using this script:
http://jonathanstark.com/blog/2009/09/27/debugging-html-5-offline-application-cache/
But the response is coming correctly, but i don't know what i am doing
wrong.

Is there any deployable examples of this?
I am using google plugin for eclipse and gae-java

On Jul 26, 12:30 pm, Arthur Kalmenson <arthur.k...@gmail.com> wrote:
> Yeah, that's definitely possible to do. You need to use a Linker to
> build the manifest at the end. There was a Linkers talk at Google I/O
> that discussed building an HTML 5 manifest 
> Linker:http://code.google.com/events/io/2010/sessions/gwt-linkers-webworkers....
> You could also pull it out of the Speed Tracer source.
>
> --
> Arthur Kalmenson
>
> On Fri, Jul 23, 2010 at 8:40 AM, Julio Faerman <jfaer...@gmail.com> wrote:
> > Hi,
>
> > I am trying to build a offline gwt app using HTML5 cache manifest and
> > local storage, but to do that, i need to build the manifest file
> > listing all the GWT generated files, right?
> > Can i do this during the compile process or is it better to do this in
> > a shell script?
>
> > Thanks,
> > Julio
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to