I want something to create for me Javascript service stubs based on JAX-RS annotations.
I found something in RESTEasy , but I can't get it to work when using RESTEasy configured on SpringMVC. It seems to work only if RESTEasy is configured as a servlet.
However, I would like JS code to be generated at build time, and not at run time.
Do you know any solution that can do this?
source share