How to use Java GAE with开发者_运维知识库 an external jabber server like Openfire? Any guide?That depends on what you mean by \"use with\". If you want to send messages to an external server and recei
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m prim开发者_StackOverflowarily a Ruby guy, but lately I\'ve been working on a lot of Python stuff, in particular, App Engine code.In Ruby, I\'d use automated continuous integration (autotest), cod
Is there any module available for googlecheckout/paypal in django on google app engine? are there any example开发者_StackOverflow apps which are doing this? Example for using Paypal with django: http:
I have a Google Appengine app requesting pages from another server using urllib2 POSTs.I recently enabled gzip compression on the other server running Apache2, and the Appengine page requests started
I have a few hundred keys, all of the same Model, which I have pre-computed: candidate_keys = [db.Key(...), db.Key(...), db.Key(...), ...]
I am currently getting a needs开发者_StackOverflow社区 index error on my app engine app: http://www.gaiagps.com/wiki/home. I believe this index should have been created automatically by my index.yaml
I\'ve got a couple of projects where it would be useful to be able to interact with an SVN server from Google App Engine.
I am after a pure Python solution (for the GAE) to convert webpages to pdf. I had a look at reportla开发者_如何学编程b but the documentation focuses on generating pdfs from scratch, rather than conve
I\'m new to python and I\'m trying to obtain a username from the UI and query the result to get the phone book contacts of the user. But I am not able to set the user name to be a global variable to u