从 GWT 中将其持久化(长文本和特殊字符)到应用程序引擎中,并从应用程序引擎获取 json 形式的结果

发布于 2024-11-09 15:41:41 字数 153 浏览 0 评论 0原文

现在我有 GWT 应用程序(前端)和 java GAE(后端) 我在这个项目上需要一些帮助:

1 - 如何在 appengine 中存储文本并将其检索为 json 格式。

2 - 如何验证特殊字符可以正确存储在应用程序引擎中并以 json 格式正确检索。

now i have GWT application ( front end ) and java GAE ( back end )
i need some help at this item :

1 - how to store text in appengine and retrieve it as json format.

2 - how to validate that special character can store correctly in app engine and retrieve correctly in json format.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

讽刺将军 2024-11-16 15:41:41

如果您在 GAE 下使用 JDO 或 JPA,则不必太担心特殊字符,只要通过 API 调用 来设置参数,而不是直接尝试将它们插入到查询中。至于通过 JSON 将它们编组到网络上,使用 GWT 的 JSON 支持是否有任何问题?

If you're using JDO or JPA under GAE, you shouldn't have to worry too much about special characters, so long as you pass String values via API calls to set parameters rather than directly trying to insert them into queries. As far as marshalling them across the wire via JSON, is there any cause for concern using GWT's JSON support?

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