Ok thanks. I didn't know the limit on the connection of the browser. There is no problem deploy all every time... I just thinking about majking a restyle of a webapp o add a different lookandfeel, simply uploading some css...
Thanks again! Regards On 6 Mag, 09:50, "Ikai L (Google)" <[email protected]> wrote: > Not at all. In fact it may increase your page rendering time because many > browsers have a limit for number of open connections per hostname. I would > personally avoid it because it just adds more complexity to manage, but your > needs differ from mine. > > On Wed, May 5, 2010 at 2:54 PM, ale <[email protected]> wrote: > > ok, thanks for the answer. I agree with you about the crating of an > > amministrafice interface. > > And if I put css and image on an other server and call it with > > absolute path (http://other-simple-server-for-css-and-images.com/)? > > Is bad pratice? > > > thanks again > > regards > > Ale > > > On May 5, 2:30 pm, "Ikai L (Google)" <[email protected]> wrote: > > > No, you'll have to deploy the entire application. You could probably > > write > > > code to read assets from the datastore then create an administrative > > > interface, but I suspect the trouble you'd save wouldn't be worth the > > amount > > > of work involved. > > > > On Wed, May 5, 2010 at 9:21 AM, ale <[email protected]> wrote: > > > > Hi, > > > > is possible to upload file like css o image without deploy the entire > > > > application? > > > > for example if I change only an icon...? > > > > > Thanks! > > > > > Regards. > > > > Alessandro > > > > > -- > > > > You received this message because you are subscribed to the Google > > Groups > > > > "Google App Engine for Java" group. > > > > To post to this group, send email to > > > > [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]<google-appengine-java%[email protected]> > > <google-appengine-java%[email protected]<google-appengine-java%[email protected]> > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/google-appengine-java?hl=en. > > > > -- > > > Ikai Lan > > > Developer Relations, Google App Engine > > > Twitter:http://twitter.com/ikai > > > Delicious:http://delicious.com/ikailan > > > > ---------------- > > > Google App Engine links: > > > Blog:http://googleappengine.blogspot.com > > > Twitter:http://twitter.com/app_engine > > > Reddit:http://www.reddit.com/r/appengine > > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" group. > > > To post to this group, send email to > > [email protected]. > > > To unsubscribe from this group, send email to > > [email protected]<google-appengine-java%[email protected]> > > . > > > For more options, visit this group athttp:// > > groups.google.com/group/google-appengine-java?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine-java%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. > > -- > Ikai Lan > Developer Relations, Google App Engine > Twitter:http://twitter.com/ikai > Delicious:http://delicious.com/ikailan > > ---------------- > Google App Engine links: > Blog:http://googleappengine.blogspot.com > Twitter:http://twitter.com/app_engine > Reddit:http://www.reddit.com/r/appengine > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" 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 > athttp://groups.google.com/group/google-appengine-java?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
