[google-appengine] Re: Extending the cloud to the client with Gears and App Engine

2008-12-29 Thread Malte Ubl
the number of open windows). More info and a demo is here: http://joose-js.blogspot.com/2008/12/universalcomet-making-every-client.html Cheers, Malte On Sat, Dec 6, 2008 at 6:24 PM, Malte Ubl wrote: > Hey, > > just wanted to let you guys know about a small project/experiment of > m

[google-appengine] Re: Error while uploading the App

2008-12-29 Thread Malte Ubl
I used to have this error. The solution is to comment out the code within the SDK that makes urllib2 proxy aware. The real bug here is that it does not help to use a different connection. The system was trying to use the proxy configured on my ethernet port while I was only connected with wireless

[google-appengine] Re: Extending the cloud to the client with Gears and App Engine

2008-12-08 Thread Malte Ubl
cessing is done on the app servers) Bye Malte On Sat, Dec 6, 2008 at 6:24 PM, Malte Ubl <[EMAIL PROTECTED]> wrote: > Hey, > > just wanted to let you guys know about a small project/experiment of > mine that you might find interesting. I created a sort of application > serve

[google-appengine] Extending the cloud to the client with Gears and App Engine

2008-12-06 Thread Malte Ubl
Hey, just wanted to let you guys know about a small project/experiment of mine that you might find interesting. I created a sort of application server that runs within Google Gears workers which have a pseudo persistent connection to an App Engine application. Clients can send http requests to th

[google-appengine] Re: JSONP Gateway

2008-11-03 Thread Malte Ubl
t here : > > http://paste.blixt.org/1982 > > Regards > > > > On 3 nov, 11:52, "Malte Ubl" <[EMAIL PROTECTED]> wrote: >> OK, >> >> could you paste contents when you "View Source" the message? >> >> On Mon, Nov 3, 2008 at 9

[google-appengine] Re: JSONP Gateway

2008-11-03 Thread Malte Ubl
geSearch%3Fappid%3DYahooDemo%26query%3DMadonna%26output%3Djson > > And no, it is not html > > > On 3 nov, 07:49, "Malte Ubl" <[EMAIL PROTECTED]> wrote: >> Which URL is that? Looks like your browser might have rendered the JSON as >> html. >> >&g

[google-appengine] Re: JSONP Gateway

2008-11-02 Thread Malte Ubl
ain <[EMAIL PROTECTED]> wrote: >> Yes, I don't why but Google Group changes the encoding. >> >> If you look at your results, it was something like that : >> "n@&gociation priv@&e"" >> >> On 2 nov, 20:25, "Malte Ubl" <[

[google-appengine] Re: JSONP Gateway

2008-11-02 Thread Malte Ubl
What may be an encoding issue? Do you see an error? On Sun, Nov 2, 2008 at 12:33 PM, Sylvain <[EMAIL PROTECTED]> wrote: > > maybe an encoding issue ? > > "négociation pour 12 millions de dollars et un autre privée" > > On 2 nov, 11:28, "Malte Ubl" <

[google-appengine] Re: JSONP Gateway

2008-11-02 Thread Malte Ubl
r > applications where multiple dispatch is required. > Jean-Lou. > > On Oct 31, 3:00 pm, "Malte Ubl" <[EMAIL PROTECTED]> wrote: >> Hey, >> >> I've just released a very simple application that can be used to turn >> any JSON webservice into a

[google-appengine] JSONP Gateway

2008-10-31 Thread Malte Ubl
Hey, I've just released a very simple application that can be used to turn any JSON webservice into a JSONP webservice. It takes an url parameter, fetches that url, validates the json and then returns it wrapped in a callback function. Is this ok with the terms of service? Do you think the probl