GWT开发案例

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

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

GWT开发案例_第1张图片

常见问题
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

你可能感兴趣的:(gwt)