On Aug 31, 2006, at 12:56 PM, Ashley Aitken wrote:


I never used it with WO, but I wrote a Smack-based XMPP client for Cayenne Remote Object Persistence (aka JavaClient to WO developers). It enables group "chat" between Cayenne apps, i.e. targeted notifications of context changes. Pretty cool.

Was this instead of, or in addition to, the use of Hessian (which I thought you were using, perhaps that it was being used for the actual data transfers and Smack just for notifications)?

This is separate from Hessian part. Hessian-over-HTTP is the main communication channel used by the clients to interact with Cayenne server (pull model). Update notifications use an (optional) separate peer-to-peer channel (push model). It is pluggable too - we provide implementations based on XMPP (firewall friendly), JavaGroups (very simple configuration, but only works on a local subnet) and JMS.

Andrus

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com

Reply via email to