`
火云剑Shanke
  • 浏览: 66331 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

GWT开发案例

gwt 
阅读更多
演示案例 https://github.com/kurui/License-Server

技术框架:GWT+Guice
演示数据库:Hsqldb
功能:授权管理、签发License文件



常见问题
1.No source code is available for type org.dom4j.Document; did you forget to inherit a required module?

GWT拥有自己Xml API。用惯了自己的解析API,遇到这个问题,真是纠结。

2.dispatcher.execute(new DepartmentLeaderRequest
public void onFailure(Throwable e) {
e.getMessage() 为null  无法进入Handler


3.XXXXRequest内需要有构造函数request/response 用到的Vo必须序列化
request/response 用到的参数必须是前端的,不得使用Sever端类型 ,需要转化

​原文链接:https://riboseyim.github.io?source=iteye&pid=GWT

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics