My thought on this is that we should modify the manifest generator to
filter out these files, and also add a config option to allow users to
specify files to exclude in case something else like this comes up -
maybe through (yet another) annotation on the Gadget class?

On Thu, Jun 11, 2009 at 5:19 AM, Tibo<[email protected]> wrote:
>
> Hello,
>
> I am currently developping an app using both GWT and GAE. I'd like
> this app to use Gears mostly to used offline and also to improve
> performance.
>
> Taking first steps with gwt-gears API I found quite convenient to have
> an automatically generated manifest for files needed to be downloaded.
>
> However I am using RPC and the Gears manifest generation includes the
> gwt.rpc files to the list of files to download. Unless I missed
> something, these files are useless to Gears localserver and over all
> the default configuration of App Engine doesn't allow to serve gwt.rpc
> files which results in a HTTP 404 error when trying to download them.
>
> I would like to know what solution could be found.
>
> I tried to let the rpc files being served which allowed Gears to
> dowload all the files listed in the manifest but I guess this would be
> quite unsecure to let this that way.
>
> Could we change the folder where the rpc files are generated ?
>
> I guess it is possible to make the manifest file manually but it seems
> to me it goes against a certain spirit of convenience GWT brought to
> me.
>
> Note that even with all files donwloaded I still have trouble in
> having my local server being able to serve. But this will be for
> later.
>
> Thanks for your interest. :)
>
> >
>



-- 
Eric Z. Ayers - GWT Team - Atlanta, GA USA
http://code.google.com/webtoolkit/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to