I understand that GAE uses its own NoSQL Big Table Datastore for persistence. But I'm wondering if it's possible to connect to an external/remote/non-GAE DB.
I see JDBC is not supported, at least as of August 2012. But I'm wondering if there's any other way to hit a remote DB and pull in data.
I'm weak on JDO, but I believe it supports RDBMS connections. So, one potential avenue might be to find a "JDO driver" for the RDBMS (MySQL) and bundle it up with my WAR. Other than that, I'm out of ideas. Any thoughts?