"tom.elrod(a)jboss.com" wrote :
| This way, would be possible to just use that low-level transport layer where just
dealing with raw data, instead of having the ?everything is an object? type view pushed on
you by the higher level API.
|
| If this is what Scott is saying (and hope it is), then I agree.
|
|
Yes it is. The lowest level is a raw msg that works with the asynch io frameworks (NIO,
APR, ...), another layer is the payload format, and another layer is
marshalling/unmarshalling to objects. One needs to be able to plugin both the raw msg
handling and payload format so that complete wire specifications like ampq and iiop (we
talked about this long ago) can be handled.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979242#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...