锁定老帖子 主题:gwt spring 完美整合
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2008-06-04
(gwt+spring)我想用aop拦截来判断session超时,但是我怎样才能能像客户端抛异常了让客户端知道我这个掉方法失败的exception是因为session超时了
|
|
返回顶楼 | |
发表时间:2008-06-14
gwt前端定义一个异常类
public class ApplicationException extends SerializableException implements IsSerializable { 后台出错抛出这个异常即可 |
|
返回顶楼 | |
发表时间:2008-11-20
GWT+SPRING真的让人弄的很郁闷啊,LZ是否能指点一下啊,根据你这样做了以后,掉用时出现以下错误 貌似那个GWTRemoteServiceServlet 就没调用到:
[WARN] Resource not found: login; (could a file be missing from the public path or a <servlet> tag misconfigured in module org.fungchoi.WebPMC.gwt.xml ?) |
|
返回顶楼 | |