RE: Re: Re: Netty extension

2009-09-30 Thread Gabriel Ciuloaica
Hi Jerome, I'm very close to finalize the patch for Netty extension, but I have some test cases that are failing. I'm still investigating the issue. it happens when I try to use a ServerResource instance implemented without using annotations (jax-rs). I have updated the existing test cases

RE: Re: Re: Netty extension

2009-09-30 Thread Gabriel Ciuloaica
The issue was in my code, did not played right with input/output streams, and is doesn't have anything to do with the way that the Resource is implemented. Thanks, Gabi Hi Jerome, I'm very close to finalize the patch for Netty extension, but I have some test cases that are failing. I'm

RE: Re: Re: Netty extension

2009-09-24 Thread Jerome Louvel
Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Gabriel Ciuloaica [mailto:gciuloa...@gmail.com] Envoyé : mercredi 23 septembre 2009 13:48 À : discuss@restlet.tigris.org Objet : RE: Re: Re: Netty extension Hi Rob, It handle both HTTP and HTTPS. In case

Re: Re: Netty extension

2009-09-23 Thread Rob Heittman
This looks really exciting, Gabriel! I haven't had a chance to try it yet ... just got back from a long and busy trip and am trying to clear my desk. Quick question -- does the Netty connector only handle HTTP or does it also handle HTTPS? On Wed, Sep 23, 2009 at 2:48 AM, Gabriel Ciuloaica

RE: Re: Re: Netty extension

2009-09-23 Thread Gabriel Ciuloaica
Hi Rob, It handle both HTTP and HTTPS. In case of HTTPS, there are some configs that need to be done that are, same as for Restlet. Br, Gabi -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2398842

RE: Netty extension

2009-09-22 Thread Gabriel Ciuloaica
Hi, I just finalized the extension. It provides both HTTP and HTTPS server support. Current source code is stored on Github. If you are interested to use it, here is git clone url: git://github.com/bitover/RestletExtensionNetty.git Br, Gabi

Re: Netty extension

2009-09-22 Thread Rémi Dewitte
Hello Gabriel, Thanks a lot for sharing. I think I am going to give a try. What was the main benefits you were expecting developing this extension ? Rémi On Mon, Sep 21, 2009 at 17:34, Gabriel Ciuloaica gciuloa...@gmail.comwrote: Hi, I just finalized the extension. It provides both HTTP

Re: Netty extension

2009-09-22 Thread John D. Mitchell
Hi Gabi, Do you have any numbers or feel for how Restlet+Nety compares in terms of performance and scalability? How do you feel about Netty in terms of programming and stability? Thanks, John --

RE: Re: Netty extension

2009-09-22 Thread Gabriel Ciuloaica
Hi Remi, main benefit is that you can take advantages of a highly scalable server. In terms of performance, Netty is the top performer in his group of NIO servers. It's performance is better than Grizzly or Mina. on the other side, Restlet is so easy to use to build Rest arch-style