objectify

Looking for opinions on using Objectify-appengine instead of JDO in GAE-J [closed]

南楼画角 提交于 2019-11-27 20:29:31
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I've been slowly and a bit painfully working my way up the datastore/JDO learning curve in GAE. Recently I've found a framework called Objectify that is supposed to be somewhere between the very-simple Datastore native API and the complex JDO. I've been reading up on it and

Can Google App Engine Modules share source code just like Maven Modules?

烂漫一生 提交于 2019-11-27 07:13:00
问题 I'm using Google App Engine to create a project consisting of multiple Google Modules. How do I set up my project (using Maven) so that I can share source code such as Objectify object model definitions, shared utility code, and unit test code across the modules? I'm hoping the answer is simple and that I can just use Maven as suggested in answers such as these: How do you use Maven to share source code for two projects? How to create shared source folder across multiple projects in Eclipse?