You are currently browsing the archives for the "app-engine" tag.

How to use Google App Engine Java with Maven

January 08th 2010 - 2:51 pm by james

We all want to use Google App Engine with Maven, but Google stopped deploying GAE/J releases to their Maven repository for some reason. This article explains how to use Maven with App Engine. It also explains how to setup a local Maven repository. These instructions assume you’re using Linux.

(more…)


OpenID, Google App Engine, and Yahoo

November 23rd 2009 - 4:00 pm by james

If you want to use OpenID with Google App Engine / Java, try this library: dyuproject

It includes a standard Servlet Filter that restricts access to the URL prefix you specify. It also uses an internal HTTP library that is GAE compliant.

I was able to get it working with my app in about 30 minutes. For Google that is. Yahoo was a different matter.

(more…)