如何在没有 GAE 的情况下在我自己的 Java 项目中使用 GWT Google Web Toolkit?
我想看看是否可以使用 Resin Web 服务器在我已经存在的 Servlet 站点中使用 GWT,但是我无法找到任何可以帮助我的像样的指南
有没有人有关于如何使用 GWT 的实践教程/指南在“GWT 项目”之外使用 GWT 或不使用 Google App Engine (GAE)?
我仍在使用 Eclipse 并启用了 GWT 插件并为项目添加了 GWT 支持,但我不确定如何在不使用 GAE 的情况下将所有组件连接在一起。
I would like to see if I can use GWT in my already existing Servlet-site using the Resin web-server, however I am having problems locating any decent guides that can help me out
Does anyone have a hands-on tutorial/guide on how to use GWT outside an "GWT project" or without using Google App Engine (GAE)?
I am still using Eclipse and have GWT plugins enabled and added the GWT support for the project, but I am unsure how to connect all the components together without using GAE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,GWT 不需要 GAE。我使用 GWT 已经快两年了。我不需要安装 GAE sdk..
我建议您阅读此文档。它解释了如何配置应用程序服务器以与 gwt 集成。
First of all, you dont need GAE for GWT. I have been using GWT nearly for two years. I do not need to install GAE sdk..
I recommend your to read this document . It explains how to configure application servers to integrate with gwt..