[google-appengine] Re: About the latest release (1.2.4)

2009-08-10 Thread GenghisOne
I'm curious...did this latest release address the crippled full-text search issue? On Aug 10, 8:13 pm, johnP j...@thinkwave.com wrote: To clarify - The datastore_cache recipe *did* stop working.  It seems that the only call that's getting passed-through to the wrapped stub is CreateRPC -

[google-appengine] Re: Eating one's own dog food

2009-07-16 Thread GenghisOne
So it looks like there's an updated Google App Engine roadmap and guess what...no mention of full-text search. Doesn't that strike anyone as a bit odd? How can an emerging cloud computing platform not effectively address full-text search? And what's really odd is the absolute silence from

[google-appengine] Re: GAE got it right, but Wave?

2009-07-16 Thread GenghisOne
Hi Andy I think it's a little premature to suggest that Google got it perfectly right with App Engine. I think they got a few things right, but there's still some things they need to improve -- reliability, security, auditability, and searchability to name a few. Also, I sincerely hope that

[google-appengine] Re: Eating one's own dog food

2009-07-16 Thread GenghisOne
to create multiple account, schedule roster among them, sync your data among them. This is the solutions. If terms and conditions of use of GAE allows, there will be open souce projects for GAE clustering. Juguang On Fri, Jul 17, 2009 at 10:03 AM, GenghisOne mdkach...@gmail.com wrote: So

[google-appengine] Re: HIPAA requirements vs. AppEngine security guidelines

2009-07-07 Thread GenghisOne
Andy Thanks for the heads-up... The link to that paper is here and it makes for a good read... http://awsmedia.s3.amazonaws.com/AWS_HIPAA_Whitepaper_Final.pdf Unfortunately after I skimmed through it I felt a little unsettled about AppEngine's security model...probably just my limited

[google-appengine] Re: HIPAA requirements vs. AppEngine security guidelines

2009-07-06 Thread GenghisOne
Does anyone know if Amazon's EC2 platform is HIPAA-compliant? On Jul 6, 12:44 pm, richard emberson richard.ember...@gmail.com wrote: Not going to happen. The IT requirements for Google would cost far more than the couple of applications that might need HIPAA. They would have to have a

[google-appengine] Re: http://code.google.com/status/appengine Error: Server Error

2009-07-02 Thread GenghisOne
In the fullness of time I have no doubt that Google App Engine will be one of the premier cloud computing platforms, and yes I think this will be a wonderful thing. In the short term though, I think we need to collectively recognize that App Engine is still an *emerging technology*. So can you

[google-appengine] Re: HELP,I can't upload files

2009-06-26 Thread GenghisOne
Hi Bill Did you update the app.yaml file so its pointed to an app-space you control? On Jun 26, 8:34 am, Nick Johnson (Google) nick.john...@google.com wrote: The user you're authenticating as does not have permission to update the app simple-ajax-chat. Make sure the user you're authenticating

[google-appengine] Re: File limit increased to 3000

2009-06-25 Thread GenghisOne
Thank you Google...now maybe you can focus your energies on full-text search. On Jun 25, 3:06 pm, Bill billk...@gmail.com wrote: Haven't heard much publicity about this, but Google increased the file limit to 3000 files:http://code.google.com/p/googleappengine/issues/detail?id=161#c86

[google-appengine] Re: : full-text search for app-engine-patch/Django

2009-06-24 Thread GenghisOne
Hi Waldemar Kudos for trying to address a serious limitation with google app engine. What could we do to convince you to open-source your search technology? By we, I mean the AppEngine dev community. If it is a monetary issue, maybe Google could cut your company a cheque to cover your

[google-appengine] Re: Python Vs Java in GAE

2009-06-24 Thread GenghisOne
In order to address this issue properly, one really needs to step back a bit and focus on the bigger picture. The real issue is not so much Java vs Python but rather statically- typed vs dynamically-typed languages. In the days of old, the Java high-priests blew off dynamically-typed languages

[google-appengine] Re: Performance improvements

2009-06-23 Thread GenghisOne
cc -- Is that quote for real or are you just using a dramatic device to illustrate your point? On Jun 22, 7:14 pm, cc c...@gamegiants.net wrote: along with many performance improvements, we will be reducing the free quota levels On Jun 22, 7:11 pm, cc c...@gamegiants.net wrote: I think

[google-appengine] Re: download_data: How do we deal with blobs?

2009-06-23 Thread GenghisOne
(500) self.response.out.write( 'Couldn\'t determine what type of image to serve.') On Jun 23, 7:02 am, Jonathan Feinberg e.e.c...@gmail.com wrote: On Jun 23, 8:57 am, GenghisOne mdkach...@gmail.com wrote: Here's a sample that might provide some value to you... http

[google-appengine] Re: Full text search with whoosh, experiences?

2009-06-10 Thread GenghisOne
Hi Nick, Like Andrew and a few others, I'm trying to figure out a way to deal with AppEngine's full-text search limitations. Recently I stumbled across this and was a tad encouraged: http://www.kimchy.org/searchable-google-appengine-with-compass/ Any thoughts or comments on this as a

[google-appengine] Re: Gmail API?

2009-06-07 Thread GenghisOne
: If all you need is access to the user's address book, the Google Contacts API works for that AFAIK:    http://code.google.com/apis/contacts/ 2009/6/5 GenghisOne mdkach...@gmail.com: Is there an API for Gmail and if so is there some documentation that explains how to use it? Thx much

[google-appengine] Gmail API?

2009-06-04 Thread GenghisOne
Is there an API for Gmail and if so is there some documentation that explains how to use it? Thx much. --~--~-~--~~~---~--~~ 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] Re: First, and hopefully not stupid, post.

2009-06-03 Thread GenghisOne
Shane Here's another resource on GAE's full-text indexing and search capabilities you might find illuminating... http://code.google.com/p/googleappengine/issues/detail?id=217 It sure would be nice if we saw full-text indexing on a road-map of sorts, but maybe there are some overriding

[google-appengine] Re: First, and hopefully not stupid, post.

2009-06-02 Thread GenghisOne
Hi Shane You might also be interested in GAE's full-text indexing capabilities... I don't quite understand all of the technical nuances but this thread might point you in the right direction...

[google-appengine] Any reason why some Google-related groups are loading in slowly?

2009-06-01 Thread GenghisOne
This link is taking some 20+ seconds to load http://groups.google.ca/group/Google-Docs-Data-APIs?hl=en What gives Google? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] AuthSub and the User Experience

2009-05-22 Thread GenghisOne
I'm trying to make sense of Google's authentication framework and determine if it introduces any usability risks. Here's what I found in an online Google resource and if I'm reading it right, I think we've got a bit of a usability problem: From

[google-appengine] Re: AuthSub and the User Experience

2009-05-22 Thread GenghisOne
migration Very nice but I'm not so sure that AuthSub perfectly aligns with these principles. On May 22, 11:38 am, GenghisOne mdkach...@gmail.com wrote: I'm trying to make sense of Google's authentication framework and determine if it introduces any usability risks. Here's what I found in an online

[google-appengine] Re: How is Google App Engine integrated with Google Docs?

2009-05-19 Thread GenghisOne
GhengisOne, The gdata libraries are not bundled with the App Engine runtime. If you want to use them, you will need to upload them along with your app. -Nick Johnson On Tue, May 19, 2009 at 4:52 AM, GenghisOne mdkach...@gmail.com wrote: Is Google App Engine integrated with Google Docs

[google-appengine] How is Google App Engine integrated with Google Docs?

2009-05-18 Thread GenghisOne
Is Google App Engine integrated with Google Docs and if so, how? The reason I ask is I got an error when I tried to import the gdata docs service from google app engine Here's what I used to try and import the service... import gdata.docs.service Here's what I got back... No module named

[google-appengine] Google's ext.webapp.template module

2009-04-18 Thread GenghisOne
What practically happens when this directive is executed? * from google.appengine.ext.webapp import template * Is this importing Django or something else? The reason why I ask this is I'm a newbie to GAE and want to walk before I can run...on the surface Django looks powerful but there

[google-appengine] Templating Logic

2009-04-06 Thread GenghisOne
A stupid question about templating... Do I really need to use the whole os.path.join monstrosity to tell Python where my template lives? I commented it out and replaced it with a simple path...it seems to work fine. What am I missing here? Why are others using this os.path.join pattern?

[google-appengine] Google Accounts

2009-02-18 Thread GenghisOne
Does it make sense for developers to tie their apps into Google Accounts and if so, why? Or put another way, what are the pros and cons of tying an app into Google Accounts? Thx. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the