[google-appengine] Re: Customizing login using Google Accounts

2010-10-03 Thread deuce4
Thanks for all the tips. I am developing in Java, so looking for a solution there. But it's nice to know about the Python possibilities too. On Sep 27, 3:59 am, Robert Kluin robert.kl...@gmail.com wrote: You might also look into tipfy, I think it has built-in auth capabilities too.

[google-appengine] Customizing login using Google Accounts

2010-09-26 Thread deuce4
Hi- I am creating an app that requires users to log in to save settings, etc. As this is a project for a commercial client, I have looked into ways to roll my own authorization and authentication but of course that is a lot of work. Is there any way to customize the normal Google User Service

[google-appengine] Re: Accessing Amazon SimpleDB from Google App Engine

2010-04-13 Thread deuce4
Hi Carmen- Really appreciate the link. I used the library, and got it to work (kind of). There seems to be a lot of warnings with it, as well as odd results with the hash table. Specifically, this is the code I am using from Alan's class: I'm wondering if you have anyone has any hints on

[google-appengine] Re: Accessing Amazon SimpleDB from Google App Engine

2010-04-10 Thread deuce4
at 2:41 PM, deuce4 lynx...@gmail.com wrote: I tried with this        //below gives error: java.lang.NoClassDefFoundError: org/apache/ commons/httpclient/HttpMethod //        AmazonSimpleDB sdb = new AmazonSimpleDBClient(new PropertiesCredentials

[google-appengine] Re: Accessing Amazon SimpleDB from Google App Engine

2010-04-09 Thread deuce4
On Apr 9, 3:23 pm, deuce4 lynx...@gmail.com wrote: Is there any elegant way to access data stored in Amazon's Simple DB from a Google Appspot application? I tried using URLfetch, but failed.  Any ideas? I suppose I am new at this, and wasn't able to get the libraries working. Any chance

[google-appengine] Re: Accessing Amazon SimpleDB from Google App Engine

2010-04-09 Thread deuce4
object. I'm a novice with Google App Engine Any specific help would be super appreciated in connecting a Amazon SImpleDB to a Java Servlet in Google App Engine. thanks On Apr 10, 7:10 am, deuce4 lynx...@gmail.com wrote: On Apr 9, 3:23 pm, deuce4 lynx...@gmail.com wrote: Is there any elegant

[google-appengine] Accessing Amazon SimpleDB from Google App Engine

2010-04-08 Thread deuce4
Is there any elegant way to access data stored in Amazon's Simple DB from a Google Appspot application? I tried using URLfetch, but failed. Any ideas? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[appengine-java] getting host headers in Java

2010-03-03 Thread deuce4
Hi, I would like to use the subdomains of my appspot.com domain to set initial user parameters. I'm not really sure how to do this in Java. Google provides the Python example self.request.headers[Host]. Can anyone help with the Java code to parsing and processing subdomains in the appspot.com