Google App Engine 数据存储远程集成
如何使用 Google App Engine 数据存储作为远程独立 Java 程序的数据库?
有谁知道有一个框架可以序列化实体并使它们作为 java 模型类在其他项目中可用?
目前,我正在使用部署在 GAE 上的自制 servlet,它将其分解为 JSON (GSON),然后在到达时重建它,随着项目的发展,这开始变得混乱,而且并不真正灵活。
我确实还需要保留 javascript 中的一些实体,唉,servlet/json/ajax 混搭。有人向我推荐 REST 框架,你同意吗?
How would one go about using the Google App Engine datastore as a database for remote stand alone java programs?
Is anyone aware of a framework that could serialize the entities and make them available in other projects as java model classes?
Currently, I'm using a homebrewn servlet deployed on GAE which breaks it down to JSON (GSON) and then rebuild it at arrival, this is beginning to get messy now that the project has grown, and is not really flexible.
I do also need to persist some entities from javascript, alas the servlet/json/ajax mash. Someone pointed me towards the REST framework, would you agree?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您想要他们的 ProtoRPC API。
Sounds like you want their ProtoRPC API.