Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
技术栈:Java 1.6、JPA (Hibernate 3)、Spring 3、Oracle 11g、JAX-RS (RESTEasy)
你好,
我正在编写一些 RESTful Web 服务。我正在使用 RESTEasy..
我不确定如何验证 JSON \ XML 请求?使用 SOAP,它变得简单直接。
搜索后,我找不到任何清楚说明需要做什么的内容。我找到了一篇文章(this),其中提到了使用 MessageBodyReader,但我不知道该怎么做。
谢谢
得到这个工作。
问题中引用的帖子确实回答了这个问题。我不确定的是不要让读者关注代码,但这是使用@Provider注释自动完成的。