有没有什么工具可以快速为GWT创建RPC类?
是否有任何工具可以快速为 GWT 创建 RPC 类,以扩展 RemoteService、Async 版本和 RemoteServiceServlet 派生类。 唯一的输入应该是一些函数列表,并且应该生成所有包装器代码。 我希望你能明白我的问题。
Is there any tool to quickly create RPC classes for GWT that extends RemoteService, the Async version and the RemoteServiceServlet derived class.
The only input should be some functions list and all the wrapper code should be generated.
I hope you got my question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse 的 Gwt 插件负责处理许多样板代码,包括您提到的那些。
http://code.google.com/eclipse
The Gwt Plugin for eclipse takes care of a lot of the boiler-plate code, including those that you have mentioned.
http://code.google.com/eclipse