Like many investment firms, we make use of multicast publish-subscribe and
message queue transports. Not all our recipients will be Java, hence the
attraction of one message for all.
cheers
Alex
> -----Original Message-----
> From: David Brownell [mailto:db@Eng.Sun.COM]
...
> If one assumes Java,
> then DCD tagging isn't needed:
>
> <com.example.foo.SimpleBean>
> <prop1>49</prop1>
> <prop2>hello world</prop1>
> </com.sun.example.foo.SimpleBean>
>
> since all the type info is in the class for SimpleBean!
...