|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
Groovy Restlet is a simple Groovy DSL for constructing Restlet application. GroovyRestlet is not hosted by Groovy as a Groovy Module, please check http://docs.codehaus.org/display/GROOVY/GroovyRestlet for more information RequirementCurrent build 0.1.0-SNAPSHOT based on following technologies:
Simple Usage
GroovyRestlet gr = new GroovyRestlet() GroovyRestlet gr = new GroovyRestlet(appCtx); SpringIntegrationExamples
gr.build(uriToScript) |