[Design of JBoss Web Services] - Re: Remoting 3 and HTTP client
by richard.opalka@jboss.com
It's not clear to me what's going to happen with remoting?
Is it going to remove client side abstraction or is it going to change binary protocol in incompatible way so using it cross different AS versions is not an option anymore?
Do we need to remove remoting dependency from our client side?
If we need to remove dependency on remoting and provide pluggible client transport layer then note that we have nontrivial dependencies on JBoss Remoting:
* FastInfosetConnectionHTTP
* JsonConnectionHTTP
* SOAPProtocolConnectionHTTP
* SOAPProtocolConnectionJMS
i.e. new transport should allow us to do http(s) & jms messages exchange at least.
We should also consider socket reuse (this is issue of our current implementation - many customers are complaining about it)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218887#4218887
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218887