I linked to REST Utilities project from the main wiki page, I added a
3rd party projects sub section, where we can link to projects of general
interest
Thanks, Sergey
On 11/07/13 21:39, Sergey Beryozkin wrote:
Hi Thorsten
I'll update the tests wiki page with this link
Thanks, Sergey
On 11/07/13 21:35, Thorsten Höger wrote:
Am 11.07.2013 19:29, schrieb Gaetano Ciotola:
Hi,
I have implemented a jax-rs web service, the request is exclusively
JSON.
I would like to perform some request validation but I have no idea
how to
proceed.
Any suggestion would be much appreciated
Thanks
Gaetano
Hi,
I had the same challenge and I wrote a utility class to do this.
https://github.com/taimos/RESTUtils
Just use the class RESTAssert, it throws WebApplicationExceptions on
invalid data.
The library is available via Maven Central
Regards,
Thorsten