将现有的 gwt 应用程序集成到 grails 中

发布于 2024-12-11 15:20:48 字数 144 浏览 0 评论 0原文

我有这样的任务,我想要一些关于如何做到这一点的建议。也许有人已经做过这样的工作或者知道一些有用的文章。 *.gwt.xml 文件去哪里,client/public/server/index.html 文件去哪里,来自 web.xml 的 servlet 映射等等。 谢谢 !

i have such a task and I would like some advices on how to do this. Maybe someone already done such a work or know some usefull articles. Where does *.gwt.xml files go, where does client / public / server / index.html file go, servlet mapping from web.xml, etc, etc.
Thanks !

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

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

发布评论

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

评论(1

深海夜未眠 2024-12-18 15:20:48

您应该查看 Grails GWT 插件 并移植您的应用程序。对于后端,我使用了 GWT-RPC 方式和 Grails DTO 插件,或者你也可以使用您的控制器并在客户端中进行 HTTP RequestFactory 调用并通过 JSON 进行通信。

You should look into the Grails GWT Plugin and port your application over. For back-end I've used both the GWT-RPC way with Grails DTO Plugin or you can use your Controllers and make HTTP RequestFactory calls in your client and communicate via JSON.

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