Anyone in the CF world looking into Restlets yet? They went 1.0 today.
Restlets are an implementation of RESTful applications atop the Java framework. If your brain thinks "applets", think instead "servlets". Though even that's not quite right, since it's specifically NOT about implementing REST in servlets, as mentioned in the 'restlet inception' section of the intro page. The goal is "supporting the concepts of REST and facilitating the handling of calls for both client-side and server-side applications". I have to admit, I'm not entirely clear on what it can do and what it may do for CF folks.
Note that there is both a restlet API and a restlet engine (NRE), and it can be embedded within another servlet engine (like Tomcat--or in CF's case, JRun).
To their credit, there's plenty of friendly documentation (well, friendly for a Java project) at the site, including intros, tutorials, faq (general and developer), sample code, and more.
The project clearly has a java feel and focus, so if it can be useful to CFers, it will be up to someone to either show how it will be useful, or perhaps even implement some demo atop or in conjunction with it, for most CFers to "get it" I think.
I'm not sure I do, myself, so I'm more just throwing this out there to see if anyone gets interested. (Didn't do much good with my reference to the Ibatis framework. :-) But you never know.) If it helps you or looks interesting, share a comment or link to your blog in the comments here.

