[jbossws-dev] [Design of JBoss Web Services] - Re: Remoting 3 and HTTP client

trustin do-not-reply at jboss.com
Wed Mar 18 01:26:11 EDT 2009


Hi Alessio,

Remoting 3.1 will have HTTP transport, although it's not going to be backward-compatible in wire-level.  Release date is not sure yet unfortunately.

As an alternative, I'd like to suggest you to try Netty HTTP codec - http://www.jboss.org/netty/

Check the HTTP client / server example in the documentation section - http://tinyurl.com/5w3fpb (HttpClient, HttpClientPipelineFactory, and HttpResponseHandler are all you need to see.)

It's supposed to be very efficient in dealing with large number of concurrent HTTP connections thanks to the effectiveness and robustness of its core.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218873#4218873

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218873



More information about the jbossws-dev mailing list