krasserm / grails-jaxrs

JAX-RS Plugin for Grails
http://code.google.com/p/grails-jaxrs/
Apache License 2.0
50 stars 48 forks source link

allows for multiple resources creation at once #35

Closed michaelrice closed 11 years ago

michaelrice commented 11 years ago

This would allow you to: grails create-resource my.resouce1 my.resource2 my.resource3

Which would create:

grails-app/resources/my/resource1
grails-app/resources/my/resource2
grails-app/resources/my/resource3

And the unit tests to go along.

noamt commented 11 years ago

I'll also merge this into the 2.3 branch On Oct 23, 2013 9:52 AM, "Davide Cavestro" notifications@github.com wrote:

Merged #35 https://github.com/krasserm/grails-jaxrs/pull/35.

— Reply to this email directly or view it on GitHubhttps://github.com/krasserm/grails-jaxrs/pull/35 .