Archive for April, 2010

google app engine for Java ready for production? I don’t think so…

I am trying to build an application on the google app engine and I am trying to implement a recursive data structure (pages that itself can have pages as children) I used JDO as it seems to be the most advanced ORM mapper for the google app engine. But JDO refuses to save the entity. [...]