Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/techguy-bhushan/grails-jax-rs-rest-api
- Owner: techguy-bhushan
- Created: 2016-08-20T20:24:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T13:48:52.000Z (about 8 years ago)
- Last Synced: 2024-11-17T02:42:15.821Z (2 months ago)
- Topics: grails, jax-rs
- Language: JavaScript
- Homepage:
- Size: 2.69 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grails Jax-RS Rest Api Tutorial
Simple Grails Jax-RS REST web-services projectStory : 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.11Jaxrs plugin dependency declared in project's BuildConfig.groovy
You can get rest api resource class in grails-app/resources folder.