[...] > Another note: you probably noticed I didn't use the Fluent Builder > pattern for creating the site. I actually found it a little > too hard to > read. As a result I started thinking about doing it XML > (horrors!) but > decided that building in more explicit code was better. I think it > turned out okay.
I'm going to have to postpone this feature after beta 18, but the concept of Restlet Application should considerably reduce to amount of configuration need (everything before your actual domain handlers/routers will be provided by the container). There will be a simple XML configuration for the deployment info, simpler than Servlet's "web.xml". > I'm going to add some write/update/delete capabilities to > this soonish. Nice. BTW, we also have someone (Thierry Boileau) working on a writable DirectoryHandler. This should be part of beta 19. It will be our own little WebDAV implementation based on a file system. Best regards, Jerome

