GWT Maven 和 Eclipse
请求帮助!任何人都可以分享一个简单的 GWT2.0 项目,该项目在 Eclipse 中使用 gwt-maven-plugin 并演示一些简单的 RPC 服务器调用。我尝试过遵循示例、使用原型、阅读文档记录不佳的网站以及关注 stackoverflow 上的线程,但都无济于事。我根本无法让 RPC 工作。
如果我无法获得一个简单的工作示例,我将放弃 Maven,并使用 GWT 的 Eclipse 插件和 ant 我猜。 gwt-maven-plugin 原型太简单,没有演示 rpc。我尝试过扩展它,但无法让它发挥作用。
所以 - 如果有人能提供帮助,我将非常感激。我什至没有具体的问题要问,因为移动部件太多,文档却很少。我需要一个工作示例项目!
A plea for help! Can anyone share a simple GWT2.0 project that uses the gwt-maven-plugin with Eclipse and demonstrates some simple RPC server calls. I've tried to follow examples, use archetypes, read badly documented websites, and follow threads on stackoverflow but all to no avail. I simply cannot get RPC to work.
I'm going to give up on maven if I can't get a simple working example and use GWT's Eclipse plugin with ant I guess. The gwt-maven-plugin archetype is too simple and does not demonstrate rpc. I've tried to extend it but cannot get it to work.
So - if anyone can help I'd be very grateful. I don't even have a specific question to ask as there are so many moving parts and so little documentation. I need a working example project!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
另一个使用 GWT 2.0 + Maven + RPC 的开源项目是 Apache James hupa 项目。您可以在这里找到源代码: http://svn.apache.org/viewvc/james/胡帕/。它使用嵌套的 pom 模块结构,为客户端/共享/服务器项目提供单独的模块。因此,它比 Igor 提到的 simpleworklog 更复杂,但在创建大型 GWT 项目时可能是获得构建结构想法的一个很好的起点。
Another open source project using GWT 2.0 + Maven + RPC is the Apache James hupa project. You can find the source here: http://svn.apache.org/viewvc/james/hupa/. It uses a nested pom module structure with separate modules for client/shared/server projects. And therefor is somewhat complexer than simpleworklog mentioned by Igor, but might be a good starting point to get ideas for your build structure when creating a large GWT project.
看来 simpleworklog 项目可能就是您正在寻找的项目(一个使用 GWT + 的相当复杂的项目) Maven + RPC)。源代码可通过以下方式获取:
还有 gwt-maven2-starter-app,虽然看起来有点过时了。
It seems the simpleworklog project might be what you are looking for (a rather complex project that uses GWT + Maven + RPC). Source code available via:
There's also the gwt-maven2-starter-app, although it seems a bit outdated.
Apache CXF包含一个基于gwt+maven的日志浏览器演示。
Apache CXF contains a log browser demo based on gwt+maven.