RESTful client jersey FAQ

RESTful描述的前景十分美好,实际使用呢,却是坑爹没商量。血泪史啊。


整理一点FAQ备用。


1. 返回405:
com.sun.jersey.api.client.UniformInterfaceException:
PUT http://localhost:12080/deposit/services/customer returned a response status of 405 Method Not Allowed

原因可能是后台方法抛异常了

2. 返回403:
检查一下RESTful的地址是不是正确

-END-
Bill haibxz#gmail.com
2012-8-24

你可能感兴趣的:(Restful,jersey,Glassfish)