[google-appengine] Re: Channel API future improvements?

2011-02-03 Thread ajaxer
+1 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit

Re: [google-appengine] Limiting the capability of a Google login ID

2011-02-03 Thread Robert Kluin
Hi Jon, How about using something like OAuth? Then you'll store a token, but you can restrict that token's access to 'select' resources. If the device gets stolen, you can cancel that token. Robert On Thu, Feb 3, 2011 at 23:16, jonsm...@gmail.com wrote: > I'm working on an a GAE appl

[google-appengine] Limiting the capability of a Google login ID

2011-02-03 Thread jonsm...@gmail.com
I'm working on an a GAE application where the front end will be embedded into a hardware device. To keep things simple we were going to have the user log in using their Google account. This account is stored in the device since the device operates without the user present. Another example of a devi

Re: [google-appengine] Channel API future improvements?

2011-02-03 Thread supercobra
+1 for updating the roadmap. -- superco...@gmail.com http://supercobrablogger.blogspot.com/ On Thu, Feb 3, 2011 at 9:16 PM, James Broberg wrote: > Slightly OT but the roadmap could sure do with an update. A couple of > those "Features on Deck" are already in the current SDK. > > On 4 February

Re: [google-appengine] Channel API future improvements?

2011-02-03 Thread James Broberg
Slightly OT but the roadmap could sure do with an update. A couple of those "Features on Deck" are already in the current SDK. On 4 February 2011 07:55, Ikai Lan (Google) wrote: > In general, we don't make comments on upcoming features. You are welcome to > check the roadmap for updates: > http:/

[google-appengine] Re: remote api and deferred handler mapping in yaml file

2011-02-03 Thread Tim Hoffman
Oops my previous email should have read deferred handler not the remote_api. You shouldn't need to manipulate sys.path for remote_api but it is very likely you will need to for app.yaml entry and deferred handler. - url: /_ah/queue/deferred script: qtrack_deferred_handler.py login: admin

[google-appengine] How to “run” a “Paypal Subscriptions Service” inside Google App Engine?

2011-02-03 Thread Jmlevick
Hi, before anything, I wanna you to Know that I'm a Complete Newbie in these things about developing "paid" webapps. I have been reading some posts about how to integrate Paypal's IPN with Google App Engine, and I have some questions about the topic, the thing is like this: I want to use a paypal'

Re: [google-appengine] Channel API future improvements?

2011-02-03 Thread Peter Petrov
I've opened issues in the tracker for the items in my wishlist. Please star whichever ones you find desirable: On Thu, Feb 3, 2011 at 8:36 PM, Peter Petrov wrote: > > 1. Batch send method (efficiently fan-out one message to a potentially > large number of channels). Moishe said this was planned

[google-appengine] Re: remote api and deferred handler mapping in yaml file

2011-02-03 Thread andreas schmid
ok thank you that makes sense. how can i customize the the remote api to put a subdirectory in sys.path automatically. or better which file do i have to customize? i tried with google/appengine/ext/remote_api/handler.py but it did not work as expected On Feb 1, 2011, at 11:34 AM, andreas schmid

[google-appengine] IRC office hours Feb 2, 2011 transcript

2011-02-03 Thread Wesley C (Google)
Greetings all, below is the transcript for the office hours last night, 2011 Feb 2 (7-8p PST/10-11p EST). Thanks to Robert Kluin for helping out! See you in a few weeks! cheers, -wesley Status #appengineX [Google App Engine http://code.google.com/appengine/ | App Engine news and articles http://

Re: [google-appengine] Channel API future improvements?

2011-02-03 Thread Peter Petrov
Thanks Ikai. The roadmap says nothing about the Channel API, which is why I wrote my original questions. I already have a product, built using my own high-performance HTTP Comet gateway. I'm looking to port it over to App Engine, and have a working prototype, but am not very happy with its efficie

[google-appengine] Re: Channel API future improvements?

2011-02-03 Thread Flori
+1 for the channel presence. This is not really a feature, rather a lack of "basic" functionality (in my opinion). On Feb 3, 7:36 pm, Peter Petrov wrote: > Today there was a GAE SDK 1.4.2 > prerelease. > I was quite disappointed that it ha

[google-appengine] JSONBOT 0.6.1 RELEASED

2011-02-03 Thread Bart Thate
Hello every human out there ! i'm pleased to announce the release of JSONBOT 0.6.1 FINAL, a release that saw a lot of work into the shell side of things and no changes to GAE. 0.6.1 has the following changes: * the ! char is not used instead of | in a pipeline. This is to make it easier to use a

Re: [google-appengine] Channel API future improvements?

2011-02-03 Thread Ikai Lan (Google)
In general, we don't make comments on upcoming features. You are welcome to check the roadmap for updates: http://code.google.com/appengine/docs/roadmap.html While we're planning Channel API improvements, have you looked into providers such as beaconpush.com or pubnub.com? If there's a product yo

Re: [google-appengine] Re: Channel API future improvements?

2011-02-03 Thread Peter Petrov
On Thu, Feb 3, 2011 at 10:14 PM, mcilrain wrote: > I don't see what the issue is, an abstraction layer will add most of that > functionality. > > 1. The Matcher API could be very useful for this one. > > It is not useful at all. The Matcher API will simply fire a bunch of tasks for me. I already

Re: [google-appengine] Prerelease SDK 1.4.2 is available for download

2011-02-03 Thread sandeep Koduri
Hello Ikai, Thanks for the updates, Deleting tasks progarmatically will help a lot. about xmpp, From the api code we are able to understand the send presence can show to a particular Jid as mentioned by us, that will be very cool, And what dose ' allow subscription ' mean. Thanks for any reply.

Re: [google-appengine] Subdomain only application

2011-02-03 Thread Zahari Petkov
Thanks a lot for the clarification. I imagined that could be possible in this way, but needed some type of confirmation, before taking further actions. Very best, Zahari On Thu, Feb 3, 2011 at 8:13 PM, Barry Hunter wrote: > Pretty sure you can > > Will need to make example.com a Google Apps doma

[google-appengine] Re: Channel API future improvements?

2011-02-03 Thread mcilrain
I don't see what the issue is, an abstraction layer will add most of that functionality. 1. The Matcher API could be very useful for this one. 2. Code the client to send heartbeats back to the server, use cron to periodically handle any dead connections. 4. Abstraction will solve this -- You

[google-appengine] Re: Prerelease SDK 1.4.2 is available for download

2011-02-03 Thread Matija
What about Java The Prospective Search API ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...

Re: [google-appengine] Prerelease SDK 1.4.2 is available for download

2011-02-03 Thread David Mora
exciting !!! thanks !! (that was a good reminder to look into the matcher API, hah) On 3 February 2011 13:31, Ikai Lan (Google) wrote: > Hey everyone, I just wanted to post that the prerelease SDKs for 1.4.2 are > now available for early testing: > http://code.google.com/p/googleappengine/downl

[google-appengine] Prerelease SDK 1.4.2 is available for download

2011-02-03 Thread Ikai Lan (Google)
Hey everyone, I just wanted to post that the prerelease SDKs for 1.4.2 are now available for early testing: http://code.google.com/p/googleappengine/downloads/list Highlights of this release: - Lots of XMPP improvements - Prospective Search API (formerly known as Matcher API) now available to ev

Re: [google-appengine] Re: How to configure a entity field to be unique?

2011-02-03 Thread Ikai Lan (Google)
I think there are solutions that will make email addresses work as unique keys: one way is to create additional entities that act as pointers to the original emails. This is a "lazy engineering" way of solving the problem and assumes a very small percentage of changes. One of the reasons this type

Re: [google-appengine] Re: SSLKeyException: RSA premaster secret error

2011-02-03 Thread Stephen Johnson
Is your time correct? I've had issues with the SSL part of the update when my time has been wrong. On Thu, Feb 3, 2011 at 11:30 AM, Yoda wrote: > no suggestions on this ? > > my code is all working and ready to run i just can't deploy ! > > On Jan 31, 10:38 pm, Yoda wrote: > > I'm trying to dep

[google-appengine] Channel API future improvements?

2011-02-03 Thread Peter Petrov
Today there was a GAE SDK 1.4.2 prerelease. I was quite disappointed that it had no Channel API related updates/improvements in the release notes. Since there is also no official roadmap announced for the Channel API, can we get some unof

[google-appengine] Re: SSLKeyException: RSA premaster secret error

2011-02-03 Thread Yoda
no suggestions on this ? my code is all working and ready to run i just can't deploy ! On Jan 31, 10:38 pm, Yoda wrote: > I'm trying to deploy my app but am getting an ssl based error > > Creating staging directory > Scanning for jsp files. > Scanning files on local disk. > Initiating update. >

Re: [google-appengine] Subdomain only application

2011-02-03 Thread Barry Hunter
Pretty sure you can Will need to make example.com a Google Apps domain. And then configure it though Google Apps. Your DNS is still controlled externally, so you just dont point www and the naked domain at Google Apps. GApps doesnt know (or really care) it isnt actully controling the www subdomai

[google-appengine] [Channel API] Sending to non-existent channel

2011-02-03 Thread Thomas Wiradikusuma
Hi guys, I learn that (at least in Java) ChannelService.sendMessage will throw exception when sending to non-existent channel (i.e. channelId no longer valid). Now assume this situation: Every time someone opens your website, clientId token is generated and kept in a list in the server, so you ca

[google-appengine] Subdomain only application

2011-02-03 Thread Zahari Petkov
Hello, I am trying to find out the answer for the following scenario: There is an existing web application __not__ running on Google App Engine - let's say accessible through the naked domain example.com and also from the www subdomain. Is it possible to run a Google App Engine application which i

[google-appengine] Re: Blobstore totally unreliable, redirect to http://temporary-blobstore-error.appspot.com/

2011-02-03 Thread RacZo
I'm having the same problem... blobstore is completely unreliable. I've tried compiling my site with all the App Engine versions, I thought it was something with the domain masking/forwarding but no. My forms randomly send me to the page: http://temporary-blobstore-error.appspot.com I'm very sad

Re: [google-appengine] Design Question

2011-02-03 Thread Ravi
Still not clear how the indexes will look like... any google guy? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-

Re: [google-appengine] Design Question

2011-02-03 Thread Robert Kluin
It sounds like you have the right idea. Robert On Thu, Feb 3, 2011 at 05:04, Ravi wrote: > Thanks Robert for reply. > I am bit confused here. I saw the video about merge join(joining the query > results on Collection property like List or Set). > > So i expected if my entity with PK say M

Re: [google-appengine] Re: GeoIP on AppEngine: How to map an IP address to a country

2011-02-03 Thread Andrin von Rechenberg
you're welcome :) By the way, the library does not work with IPv6 and Google AppEngine supports IPv6, so be prepared to get some of those requests... The library just returns *None *in this case... unless you downloaded it 2 minutes ago, when it still threw an IpParseError exception ;) -Andrin

Re: [google-appengine] Re: GeoIP on AppEngine: How to map an IP address to a country

2011-02-03 Thread Nickolas Daskalou
+1. Looks like it will come in handy! Thanks Andrin. Nick On 4 February 2011 02:12, Uros Trebec wrote: > Thank you for this, very much appreciated! :) > > Regards, > Uros > > On Feb 3, 3:32 pm, Andrin von Rechenberg wrote: > > Hey there > > > > I just created an AppEngine python library to ma

[google-appengine] Re: GeoIP on AppEngine: How to map an IP address to a country

2011-02-03 Thread Uros Trebec
Thank you for this, very much appreciated! :) Regards, Uros On Feb 3, 3:32 pm, Andrin von Rechenberg wrote: > Hey there > > I just created an AppEngine python library to map an IP address to a country > code. > > This is how you will be able to use the libary after you downloaded it > from:http

[google-appengine] GeoIP on AppEngine: How to map an IP address to a country

2011-02-03 Thread Andrin von Rechenberg
Hey there I just created an AppEngine python library to map an IP address to a country code. This is how you will be able to use the libary after you downloaded it from: http://www.vonrechenberg.ch/blog/geoip.zip * import geoip class YourHandler(webapp.RequestHandler): def get(self): (cou

[google-appengine] Re: faster machine learning on appengine (nlp bayes)

2011-02-03 Thread sofia
@Nick I'm in Portugal so for now I don't have access to the prediction api. Maybe when there's worldwide access i'll switch but for now it's a no go - any estimates on when it will be opened to the rest of the world? :) @Shane not sure how this could be implemented.. there could be thousands/mi

Re: [google-appengine] Re: How to configure a entity field to be unique?

2011-02-03 Thread Jeff Schwartz
Hi Ikai, While an email address can be considered a natural key it is still subject to change and more frequently than you suspect I am afraid. Take changes in internet service providers for example - I have done so twice in the last 4 years and those in my small circle of friends (I am mostly a h

[google-appengine] Re: IPv6 with ghs46.google.com

2011-02-03 Thread Peter Ondruska
No need to use ghs46.google.com. Just use ghs.google.com. and you will be connected over IPv6 if you come from (supported) IPv6 network. On Feb 3, 10:38 am, "Brandon Wirtz" wrote: > So I was playing with IPv6 Readiness and testing that my project works on > IPv6. > > I don't have a record, b

[google-appengine] Send mails from alias domain

2011-02-03 Thread Mikhail Kashkin
Hello, I have a problem and cann't find solution by myself. We are have domain registered as Google Apps account, let it be corpdomain.com, also it have registered alias productdomain.com. Productdomain.com is an independent project with own user base. And it sends some emails when users regi

[google-appengine] Re: How to configure a entity field to be unique?

2011-02-03 Thread Erwin Streur
Ed, You could indeed follow the Google suggested approach and ignore it. Or consider it to happen infrequently and expect to catch most violating situations by performing a find on email in the Datastore before writing the User entity, maybe with some additional checks and reporting during later

[google-appengine] Re: Problem deleting data with Datastore Admin

2011-02-03 Thread Ilkka Huotari
Hmm, it seems the bulk delete worked today. It took just that long to get those 2000 entries removed and now it worked. I suspect it's still potentially pretty annoying to a lot of people, so maybe that bug report was in order. Thanks. -- You received this message because you are subscribed to

Re: [google-appengine] Design Question

2011-02-03 Thread Ravi
Thanks Robert for reply. I am bit confused here. I saw the video about merge join(joining the query results on Collection property like List or Set). So i expected if my entity with PK say MainEntity<10> has a List of key allKeys(one Field) as SomeClass<10>,SomeClass<12>mSomeClass<13> etc. Then

[google-appengine] Re: faster machine learning on appengine (nlp bayes)

2011-02-03 Thread Norlesh
How about building a radix tree with your classification attached as an attribute to each word and storing it as an object. You could load to memory at the start of each job and then merge any new words discovered at the end of the job and in between you get lookups without any network penalty. -r

[google-appengine] IPv6 with ghs46.google.com

2011-02-03 Thread Brandon Wirtz
So I was playing with IPv6 Readiness and testing that my project works on IPv6. I don't have a record, but I think that the CName to ghs.google.com means I don't have to. is this correct? Also is there any disadvantage to using ghs46.google.com which is supposed to make AppEngine work wit