Hi Jason, That's a pretty cool service. I like the asynchronous job design! The URIs look fine to me. Maybe using a "?from=en&to=fr" would have been better, not sure.
One thing you might want to check is Google's policy regarding Web scrapping. I know they have some rules in place limiting the number of requests per IP during a given time period. Best regards, Jerome > -----Message d'origine----- > De : news [mailto:[EMAIL PROTECTED] De la part de Jason Hudgins > Envoyé : mercredi 18 juillet 2007 16:29 > À : [email protected] > Objet : comments/feedback requested > > 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 >

