I've also had some success with jgroups (http://www.jgroups.org). Using the NotificationBus class it is quite easy to send serialized java objects to applications on the same network using multicast. I just changed the existing JMS based change notification framework to use this instead. The NotificationBus expects to send a Serializable object.
If anyone is interested I could post the code to wocode but it's easy to implement on it's own. Cheers, John _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
