GWT 2.4.0 可以与 Java EE5 一起运行吗?

发布于 2024-12-26 07:58:54 字数 191 浏览 4 评论 0原文

我们使用WebSphere 7.x(它支持Java ee 5)。我们想要使用 gwt 2.4.0 及其功能 - gwt RPC。 GWT RPC 机制导致在服务器端使用 servlet(只能通过扩展 RemoteServiceServlet - gwt 类来工作)。 GWT(特别是 RemoteServiceServlet)可以与 Java ee 5 一起使用吗?

We use WebSphere 7.x (It supports Java ee 5). We want to use gwt 2.4.0 and it's feature - gwt RPC.
GWT RPC mechanism causes to use servlet in server side (which works only by extending RemoteServiceServlet - gwt class). Does GWT (specifically RemoteServiceServlet) will work with Java ee 5?

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

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

发布评论

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

评论(1

善良天后 2025-01-02 07:58:54

GWT 编译为 html/css/javascript,并且可以对任何平台(java、php、python 等)进行 RPC 调用。

RemoteServiceServlet 在服务器端工作。只要您将 war 部署到支持 servlet-api 的容器,它就可以正常工作。

GWT compiles down to the html/css/javascript and it is possible make RPC calls to any platform (java, php, python, etc.).

RemoteServiceServlet works on server side. As long as you deploy your war to the container that supports servlet-api it will work fine.

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