Module Overview
GroovyRestlet is a simple DSL for constructing Restlet application in a simple, shortcuting syntax.
Download
Distributions
GroovyRestlet is distributed as a single jar.
Current release
GroovyRestlet 0.3-SNAPSHOT, donwload here
Changes
- Upgrade to Restlet 1.1 M3
- Upgrade to Spring 2.5.2
directoryconstructor now only acceptrootattribute as validURI.- Bug fixes
Old releases
- GroovyRestlet 0.2, download from here
- GroovyRestlet 0.1, download from here for Restlet 1.1-SNAPSHOT
Pre-requisites
At current moment, GroovyRestlet depends following:
- Groovy 1.5
- Java 1.5
- Restlet 1.1-SNAPSHOT
- SLF4J 1.4.3 as logging tool
- Spring 2.5 if spring integration is required
- commons-lang 2.3
Installing
Drop GroovyRestlet and all dependencies in your Java classpath.
Documentation
Quick start
First, create an instance of GroovyRestlet first.
|
If you want Spring support, provide an instance of |
Then, prepare your Restlet building script using simple GroovyRestlet DSL syntax.
Calling GroovyRestlet.build(URI) then done.
Check GroovyRestlet User Guide for detail user information.
Examples
Here is one GroovyRestlet DSL example, inspired from Restlet tutorial 11.
For more examples:
Developers
Source Control
http://svn.codehaus.org/groovy-contrib/groovyrestlet/trunk
Building
GroovyRestlet uses Maven 2 as its building tool.
Contributing
Feel free to contribute.
Mailing List(s)
http://groovy.codehaus.org/Mailing+Lists