I guess it boils down to the question:
How do I properly specify a Restlet Application *object* (instead of
classname) to a Restlet Servlet object?
On Sat, May 24, 2008 at 3:05 PM, Hendy Irawan <[EMAIL PROTECTED]>
wrote:
> My root question is, considering that I have three objects:
>
> 1. HttpService object (osgi)
> 2. A Servlet object -- a subclass or instance of
> noelios.ext.servlet.ServerServlet
> 3. A Restlet Application object
>
> What is the proper way to, and questions:
>
> 1. Hook the HttpService to the Servlet object? -- this should be
> standard
> 2. Configure the Servlet?
> 3. Hook the Servlet to the Restlet application? -- I'm not sure how to
> do this
> 4. Properly (auto-)configure the (internal) Restlet
> component/server/etc.?
> 5. Which one is correct: router.attach("something", *) or
> router.attach("/something", *) ?
> 6. Why does router.attach("", *) seem to respond to every URL?
>
>
--
Best regards,
Hendy Irawan