[google-appengine] Re: How do XMPP recipients get messages?

2009-10-28 Thread v4vijayakumar
On Oct 27, 12:04 am, Wooble wrote: > The XMPP service only allows users to send XMPP messages to your > application, or for your application to send XMPP messages to > subscribed users. ... Would it be helpful If I want to implement chat functionality for users logged into my system, or, should

[google-appengine] suggestion: incoming requests and config

2009-10-27 Thread v4vijayakumar
I am looking for a way to limit incoming requests from a particular user, like not more than one request per second, not more than two requests per every 5 sec, etc. Should I write code for this, or this can be blocked even before request reaches my app ?! --~--~-~--~~~

[google-appengine] Re: developing in Netbeans

2009-01-30 Thread v4vijayakumar
On Jan 30, 2:37 pm, "I.K." wrote: ... > Anybody have some instructions on how to setup the NetBeans IDE for a > GAE project? I've tried to mimic the path and arguments to fireup the > debug version of the GAE environment, but it doesn't work and I'm not > really sure what I'm doing. ... I am usi

[google-appengine] OT: adding google gadgets to web pages

2008-12-23 Thread v4vijayakumar
Is it possible to add google gadgets to web pages deployed in appengine ? --~--~-~--~~~---~--~~ 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.c

[google-appengine] Re: q = test.gql ('where a = :1', 'b1*')

2008-10-19 Thread v4vijayakumar
On Oct 19, 2:45 pm, v4vijayakumar <[EMAIL PROTECTED]> wrote: > Is it possible to do something like this, on model "test"? > > q = test.gql ('where a = :1', 'b1*') > > -- > class test(db.Model): >     a = db.StringProperty() >     b

[google-appengine] q = test.gql ('where a = :1', 'b1*')

2008-10-19 Thread v4vijayakumar
Is it possible to do something like this, on model "test"? q = test.gql ('where a = :1', 'b1*') -- class test(db.Model): a = db.StringProperty() b = db.StringProperty() test(a='a1:test', b='b1:test').put() test(a='a1:test', b='b2:test').put() test(a='a2:test', b='b1:test').put() test(a=

[google-appengine] Idle and appengine, in Linux

2008-10-06 Thread v4vijayakumar
Following code (1) is to setup idle to try some simple appengine related stuffs. It was working fine in windows, but not in Linux. I am getting "BadArgumentError: _app must not be empty.", during model.put. please check (2). Please let me know if anything is wrong. First I doubted "datastore_v3",

[google-appengine] please share your ajax and templates

2008-09-03 Thread v4vijayakumar
Can you please share your, or any reference, ajax scripts (anything like, prototype, scriptaculous, GWT, YUI, or others) and templates here. I could use this for my reference. Blitz example that comes with app-engine, contains lots of json and I find it a bit hard and confusing. thanks. --~--~

[google-appengine] Re: newbie doubt:TemplateDoesNotExist in live

2008-09-02 Thread v4vijayakumar
On Aug 30, 10:27 pm, v4vijayakumar <[EMAIL PROTECTED]> wrote: ... > I just can't wait to see my app online, any quick help would be > great. :) ... Finally I made it. :-) last (?!) bug was, element.innerHTML returns in firefox, and in explorer. good grief! Now, I have j

[google-appengine] newbie doubt:TemplateDoesNotExist in live

2008-08-30 Thread v4vijayakumar
I am getting TemplateDoesNotExist error when I access my app. It was working fine with dev_appserver. raise TemplateDoesNotExist, name TemplateDoesNotExist: main.html I guess something is wrong with the template path, but couldn't figure it out. template_path = os.path.join(os.path.dirname(_