Google App Engine

Google App Engine’s new pricing sucks.

Posted by on 2011/09/07 at 5:32 pm

“google app engine pricing sucks” About 887,000 results Yet another developer that supported the Google App Engine is disappointed by the decision of Google to dramatically increase the cost of the App Engine. Don’t be evil remember? I host 3 applications in the GAE and I have decided to go back to my old good [...]

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

AppEngine deploy problem with gmail account

Posted by on 2011/06/22 at 11:22 am

The Google plugin for eclipse is connected with my personal gmail account. I created a new gmail account to link it with a AppEngine application. After developing part of the application I tried to deploy it and faced this problem: Unable to update: java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=****&version=1& 404 Not FoundThis application does not [...]

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

Two of my favorites: a must watch video

Posted by on 2011/05/13 at 1:36 pm

Google I/O 2011: Android + App Engine: A Developer’s Dream Combination

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare

HTTPS URLConnection in gae

Posted by on 2011/03/04 at 12:22 am

I’m playing with the Google App Engine with Java and I am quite excited… It seems that HttpsURLConnection is not supported in gae, so it is recommended to use the URLConnection. Using this method in practice seems to cause the following exception in development mode: javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate for: but it also [...]

FacebookGoogle BookmarksTwitterFriendFeedGoogle GmailBlogger PostGoogle ReaderHotmailWordPressShare