Re: [appengine-java] Linux eclipse unable to Sign in to Google

2011-11-29 Thread jem...@gmail.com
I don't think gaej supports jdk 7 (yet). Hth Sent from my HTC on the Now Network from Sprint! - Reply message - From: "Clement Yuan" Date: Mon, Nov 28, 2011 10:22 pm Subject: [appengine-java] Linux eclipse unable to Sign in to Google To: -- You received this message because you are s

Re: [appengine-java] Prerelease SDK 1.5.5 available for download!

2011-10-03 Thread jem...@gmail.com
"We have increased the Frontend request deadline from 30 seconds to 60 seconds." Wohoo! Long live gaej! Sent from my HTC on the Now Network from Sprint! - Reply message - From: "Ikai Lan (Google)" Date: Mon, Oct 3, 2011 3:40 pm Subject: [appengine-java] Prerelease SDK 1.5.5 available fo

Re: [appengine-java] Re: sitemap.xml and urllist.txt

2011-08-22 Thread jem...@gmail.com
I'll do it for free just for the heck of it. - Reply message - From: "Ikai Lan (Google)" Date: Mon, Aug 22, 2011 2:10 pm Subject: [appengine-java] Re: sitemap.xml and urllist.txt To: -- You received this message because you are subscribed to the Google Groups "Google App Engine for Ja

Re: [appengine-java] Joins!

2011-08-05 Thread jem...@gmail.com
I am not sure what you meant by fan out and fan in but I agree with you that in relational world, data are more consistent as they are stored and enforced by constraints etc. but demoralized form does not requires joins, which makes them more scalable as less overhead. If one high level entity

Re: [appengine-java] HardDeadlineExceededError on start up

2011-08-01 Thread jem...@gmail.com
I have the same issue but it happens on and off since day one, not just couples of days back. But like you, I don't know what is the cause of that. Hth - Reply message - From: "sgrueter" Date: Mon, Aug 1, 2011 9:44 am Subject: [appengine-java] HardDeadlineExceededError on start up To:

Re: [appengine-java] Re: App instance not dying despite hours of non use

2011-07-01 Thread jem...@gmail.com
Glad that you like it. It is the only "free" paas platform out there. ;) - Reply message - From: "Ian Marshall" Date: Fri, Jul 1, 2011 3:18 pm Subject: [appengine-java] Re: App instance not dying despite hours of non use To: "Google App Engine for Java" Thanks for that, Ikai. I am reass

Re: [appengine-java] Re: Backends.xml ERROR when deploying

2011-05-13 Thread jem...@gmail.com
Thanks don. Sounds like sun's entity bean for me :) - Reply message - From: "Don Schwarz" Date: Fri, May 13, 2011 1:39 pm Subject: [appengine-java] Re: Backends.xml ERROR when deploying To: -- You received this message because you are subscribed to the Google Groups "Google App Engine

Re: [appengine-java] Backup & restore of my app - Is this really a joke or am I missing something?

2011-04-25 Thread jem...@gmail.com
What do you expect for a beta and free service? - Reply message - From: "mscwd01" Date: Mon, Apr 25, 2011 6:44 pm Subject: [appengine-java] Backup & restore of my app - Is this really a joke or am I missing something? To: "Google App Engine for Java" Hey Okay, I have a simple request

Re: [appengine-java] Re: My application works well in eclipse but when I deploy the same code in GAE it shows the following error while opening the homepage

2011-04-16 Thread jem...@gmail.com
Try clean and build everything again. And make sure all classes are enhanced properly by data nucleus. Hth - Reply message - From: "hiran.suvrat" Date: Sat, Apr 16, 2011 3:15 am Subject: [appengine-java] Re: My application works well in eclipse but when I deploy the same code in GAE it

Re: [appengine-java] Re: AWS competition

2011-02-03 Thread jem...@gmail.com
I have looked at beanstalk and I will stay with gaej for two reasons: 1. It is not free vs. gaej which is free for up to say 5 million hits per month. 2. Adminstration is not as seamless as gaej. A lot of manual management, monitoring and "baby sitting". If you do not mind the above two factor

Re: [appengine-java] Re: GAE with JPA and multiple jars

2011-01-31 Thread jem...@gmail.com
You do not need to include the class if your unlisted-class is set to the proper value. However if you would like to list every class explicitly, that is the way to do it, whichever works for you. - Reply message - From: "Thomas" Date: Mon, Jan 31, 2011 4:48 pm Subject: [appengine-java]