Last updated by mrt1nz 3 months ago
grails install-plugin jaxrs
Further instructions, such as building the plugin from its sources, can be found
here
Last updated by mrt1nz 2 years ago
Project homepage:
http://code.google.com/p/grails-jaxrs/grails-jaxrs is a Grails plugin that supports the development of RESTful web services based on the Java API for RESTful Web Services (JSR 311: JAX-RS). It is targeted at developers who want to structure the web service layer of an application in a JSR 311 compatible way but still want to continue to use Grails' powerful features such as GORM, automated XML and JSON marshalling, Grails services, Grails filters and so on. This plugin is an alternative to Grails' built-in mechanism for implementing RESTful web services.
At the moment, plugin users may choose between Jersey and Restlet as JAX-RS implementations. Both implementations are packaged with the plugin. Support for Restlet was added in version 0.2 of the plugin in order to support deployments to Google App Engine. Other JAX-RS implementations such as RestEasy or Apache Wink are likely to be added in upcoming versions of the plugin.
Last updated by admin 2 years ago
Last updated by admin 2 years ago