Google App Engine 数据存储远程集成

发布于 2024-11-30 10:08:05 字数 273 浏览 1 评论 0原文

如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

飞烟轻若梦 2024-12-07 10:08:05

听起来您想要他们的 ProtoRPC API

Sounds like you want their ProtoRPC API.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文