[appengine-java] built in security features of GAE

2009-09-15 Thread George Simon
Has anyone know the built in security features in GAE. Thanks in Advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@

[appengine-java] Re: built in security features of GAE

2009-09-20 Thread George Simon
port is discussed here: > > http://code.google.com/appengine/docs/java/config/webxml.html#Secure_URLs > > Let me know if you were looking for something else. > > - Jason > > On Tue, Sep 15, 2009 at 4:30 AM, George Simon >

[appengine-java] Gmail IMAP and SMTP using OAuth

2011-05-30 Thread George Simon
APPS and I am looking to send mails on behalf of the logged in user. Any thoughts on this? Thanks in advance George Simon -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appe

Re: [appengine-java] Unable to find the webapp directory

2011-05-31 Thread George Simon
dev_appserver.cmd *"*C:\Program Files\GoogleAppEngine \appengine-java-sdk-1.3.0\demos\guestbook\war*"* On Mon, May 30, 2011 at 3:05 PM, Suresh wrote: > hi > > i have just installed the java sdk. after extracting the files from > the appengine-java-sdk-1.3.0 jar, I am trying to start the server >

Re: [appengine-java] can we use Spreadsheet api in GAE Java?

2011-06-02 Thread George Simon
Hi Rambo, First update appengine-web.xml by adding Also refer to the simple steps from Google http://code.google.com/apis/spreadsheets/data/2.0/developers_guide_java.html Thanks George On Thu, Jun 2, 2011 at 1:56 PM, Rambo wrote: > Hi friends...! > >Am new to Google app engine

Re: [appengine-java] Re: @Google: Are you working on UserService running with OpenId?

2011-07-14 Thread George Simon K
Hi Daniel, Were you able to figure out Step2 integrated with UserService. Your help greatly appreciated. Thanks George On Thu, Mar 18, 2010 at 6:03 AM, Conor Power wrote: > would be great if you could share your solution with the community ... > > > > On Wed, Mar 17, 2010 at 8:11 PM

Re: [appengine-java] OAuth and google chrome

2012-01-18 Thread George Simon K
Hi Chris, Solution to your problem can be fixed by moving oauthParameters.setOAuthCallback("http://myappengine/connect.jsp";); after oauthHelper.getUnauthorizedRequestToken(oauthParameters); But this is oauth 1.0 not the updated 1.0.a, means you won't receive a verifer id and will have the yellow

Re: [appengine-java] Apache POI spreadsheet autoSizeColumn() throws NoClassDefFoundError

2012-01-29 Thread George Simon K
Hi Mathew, POI uses GAE restricted classes. Please refer to http://code.google.com/p/googleappengine/wiki/WillItPlayInJava Alternate way is to use jxl library. Thanks George On Sun, Jan 29, 2012 at 7:17 AM, Matthew Johnson wrote: > I'm working on an export to XLS service using Apache POI 3.6, a