Re: What is the best way to synchronize EOs between coordinators?
Re: What is the best way to synchronize EOs between coordinators?
- Subject: Re: What is the best way to synchronize EOs between coordinators?
- From: "John Bruce" <email@hidden>
- Date: Mon, 5 Jun 2006 13:37:28 +1000
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden