Hi Itzik,

On Tue, Nov 10, 2009 at 6:58 AM, Itzik Yatom <[email protected]> wrote:

>
>
> Thank you Nick for your reply.
>
> Yes, I usually change files at my local server, but currently I can
> test my application only at the web, since I use JS-Kit Echo (a
> commenting system) which does not work at localhost.
>
> Is there a plan to add more functionality to the App engine dashboard,
> such as changing or uploading specific files ?
>

This is unlikely - App Engine uses a deployment model, so changing the files
your app has is always likely to require a redeploy. You could serve the
files in question dynamically from the datastore, and use remote_api to
update the datastore, however. Also, most commenting systems support local
testing by setting available hostnames, or overriding a variable in the
script.

-Nick Johnson


> Thanks
> Itzik
>
> On Nov 9, 7:44 pm, "Nick Johnson (Google)" <[email protected]>
> wrote:
> > Hi Itzik,
> >
> > You should be testing your app on the local server - in which case you
> > merely need to restart the dev server in eclipse (or possibly not even
> that,
> > for static files).
> >
> > -Nick Johnson
> >
> > On Sun, Nov 8, 2009 at 9:27 AM, Itzik Yatom <[email protected]>
> wrote:
> >
> > > I am at early stages of developing web application using App Engine,
> > > and I am looking for a way to change  a declaration in the main css
> > > file. The only way I know is to upload each time the whole application
> > > using the Eclipse plug-in.
> > > Is there a faster way to do that, like adding directly the css file at
> > > the server or even just having the ability to upload certain file?
> >
> > --
> > Nick Johnson, Developer Programs Engineer, App Engine
> > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> Number:
> > 368047
> >
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to