Is there a Javascript library like DWR that can generate a javascript stub for REST api. We use Jersey / JSR -311 for REST on the server and wonder if, instead of using libraries like JQuery or dojo, if there is a library that can take the Rest class annotated using JSR311 annotations and create a javascript stub like DWR ?
source
share