Hi all, I'm quite new to this so let me know if I'm missing something obvious.
I'm trying to create a Spring configured Restlet Application that will run in a servlet container. As far as I can see I don't think this is supported (as the ServerServlet creates the application). Is there a way to do this? If not I may create a SpringServerServlet that looks the Application that willget the application from the spring config. Or alternatively create an an application that proxies its calls to a application looked up from the spring context. Which sounds better (or are they both horrible)? Barry

