I've designing my first restlet, and have all the basic functionality in place. Previuosly, I had been looking for a translation service, and google's is decent, but it doesn't have a RESTful interface. So I wrote a little scraper library and have built an asynchronous REST interface on top of it.
My restlet includes some human readable instructions and a mini-tutorial about how to consume it with the restlet framework. I'm looking for some feedback, in particular about my URL designs and the status codes I'm using. http://www.incantations.net:8080/translator/instructions All comments, criticisms are welcomed. -Jason

