Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/techguy-bhushan/grails-jax-rs-rest-api

Grails Jax-RS REST web-services project
https://github.com/techguy-bhushan/grails-jax-rs-rest-api

grails jax-rs

Last synced: about 10 hours ago
JSON representation

Grails Jax-RS REST web-services project

Awesome Lists containing this project

README

        

# Grails Jax-RS Rest Api Tutorial
Simple Grails Jax-RS REST web-services project

Story : In this project we are simple creating contact details , read contacts , update contacts , delete contacts means
we are perform CURD operations for contact by Rest-API.
I am using :
Grails version : 2.4.3
JAX-RS plugin version : jaxrs:0.11

Jaxrs plugin dependency declared in project's BuildConfig.groovy
You can get rest api resource class in grails-app/resources folder.