T5 Tynamo RestEasy, discovering all rest resources and paths

2013-10-31 Thread Daniel Jue
Hi, I have a bunch of rest services, across a couple modules. One of the rest services is a meta type of service, where the methods (via parameter-less @Get requests) return things like canonical values/enums used as query values elsewhere in the system. Anyway, some member(s) of our team like

Re: T5 Tynamo RestEasy, discovering all rest resources and paths

2013-10-31 Thread Alejandro Scandroli
Hi Daniel Take a look at RESTEasy's JSAPIWriter [1] and how it was integrated with tapestry-resteasy [2] I think you will find everything you need in there. If you need even more discoverability than that I'd recommend to use something like Swagger [3] 1: