Re: Chat integration
Re: Chat integration
- Subject: Re: Chat integration
- From: Andrus Adamchik <email@hidden>
- Date: Thu, 31 Aug 2006 13:22:46 +0400
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden