Re: Adding a setter for Server to HttpServerHelper

2007-03-15 Thread Brandon Lonac
Jerome Louvel contact at noelios.com writes: Hi Brandon, This sounds reasonable. Changes committed to SVN. Best regards, Jerome Great, thanks Jerome. -Brandon

Re: Restlet and Jetty Continuations.

2007-02-09 Thread Brandon Lonac
Jerome Louvel contact at noelios.com writes: That should be all you need it in theory. In practice, you will be limited by the fact that Jetty's NIO support is limited to the front-end of the connector (dealing with the socket and the thread pool). The back-end part is based on the Servlet

Re: Newbie question on the Resource changes in RC3

2007-01-25 Thread Brandon Lonac
Jerome Louvel contact at noelios.com writes: Hi all, Thanks for exploring this recurring issue. I realize that the current approach isn't flexible enough in many case. So, I have restored the default constructor and added a new 'init(Context, Request, Response) method that gets invoke

Newbie question on the Resource changes in RC3

2007-01-24 Thread Brandon Lonac
Hello... I just recently found this project and after evaluating decided to use it for a project that I am starting. Great project, I am very impressed so far. I am planning to run Restlet inside Jetty and Spring. Based on the Spring example for configuring all the restlets and URIs in the