Sounds good.
One of the key requirements here is that the code should work the same irrespective of
whether we're using the socket, transport, http transport or whatever.
I.e. we want to avoid stuff like:
|
| if (transport == http)
| {
| //do it this way
| }
| else
| {
| //do it this way
| }
|
|
If you can find a way of doing that, that's great.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973488#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...