Hi all, Recently, Lars Heuer suggested (http://restlet.tigris.org/issues/show_bug.cgi?id=151) that there would be room for a Restlet-Utils library, that would solely be based on the Restlet API.
After thinking about it, it makes a lot of sense. For example, the FreeMarker extension should equally work well with the NRE or any other implementation of the Restlet API. So, I'm planning to do a bit of refactoring in the NRE extensions. Some will stay in NRE (all pluggable connectors), other will be moved to a new Restlet-Extensions subcomponent: - Atom plugin - FreeMarker representation - JSON representation (new) - FileUpload extension - etc. I've illustrated the updated architecture a new tutorial image: http://www.restlet.org/images/tutorial01 Feed-back welcome. Best regards, Jerome

