Here's an overview of the publish-subscribe system we've developed at UserLand. http://backend.userland.com/publishSubscribeWalkthrough I've been explaining...
No -- in fact it's probably more appropriate for your application. I replied to your message before having seen Jeremy's reply. (I'd forgotten about...
Hello I read Dave's Publish-subscribe walkthrough in the bath just now, and thought I'd put down a few initial thoughts to get the ball rolling. Please don't...
DJ, thanks for getting the ball rolling. My next job is to find a few hours to get familiar with Jabber.root, and get it talking to your server. Then I'll...
... OK. I'm looking at how to implement this, and it's straightforward. Some questions, to make sure I understand what's going on. 1. There are in any pub-sub...
Hi guys Is there any way Frontier.tools.windowTypes.commands.openUrl could be allowed to open URLs that don't end with one of the preset extensions "xml", ...
Jeremy, just making sure that you've read the walkthrough I put up this morning. http://backend.userland.com/publishSubscribeWalkthrough Esp the last part....
wouldn't it be nifty if the referrers page also gave you your ranking in the daily and all time lists even for those people who aren't in the top 100. Not the...
I hope I've dug enough to find the core of the pattern. Summary: There are really two tasks, here. One is to design a distributed change notification system...
... your ... request ... Yup. We shouldn't try to build any 'intelligence' into this part, just get it to do as it's told. ... request. The way I understand...
... Great stuff! ... is it ... subscriber ... request. Correct. This is one of the great advantages of a pubsub system - the publisher can get on with...
I'm not interested in the latter at this time. Further, I don't think this clarifies the question, sorry -- it just muddies it. What I want to do is pretty...
... subscribing to a source. So in my limited understanding, this seems like one source:one URL in the notification request. In the practice that you refer to...
A milestone piece.. http://www.oreillynet.com/lpt/a//webservices/2002/04/01/outlining.html Jon says: "It's been clear to me for a long while that the only...
Hi I've just drawn a diagram of how I'm imagining this Jabber/pubsub thing fits together. http://www.pipetree.com/testwiki/RadioJabber Comments, questions,...
Here is something I ran across that might help. XML-RPC support in Jabber: http://home.jeremie.com/xmlrpc.txt DJ, do you still need the WCS module if you are...
... Excellent timing, Dann, I'm just writing up an 'alternative approach' which uses the same block diagram but employs Jabber-RPC and HTTPgate (or equivalent)...
Ah, I see it in jabber.rpc. This means that a Jabber ID is would have to be part of the subscription information that RCS keeps track of. I am beginning to...
... It depends. In the design represented in the block diagram, not necessarily. The "Jabber pubsub bridge" and the "RCS" can work in a few different ways. For...
... The documentation is at http://www.jerf.org/resources/jabber/verbs/rpc.html , or also available through your RU installation if you have Jabber.root ...
... MS's XSLT implementation on the Mac is a legacy from an earlier draft. You' ll want to do server side processing for XSLT until that's fixed. -- whump...
... Indeed. This is one of the main 'design' goals, I'd humbly suggest...to not require any more intelligence of the RCS than already exists. Hence the 'proxy'...
... I agree. I just wanted to be clear about the options. ... Hence the "long term" part. ... *Blink* I hadn't thought of that. It occurs to me that yes, it...
Suppose we invert the picture and use RCS to manage the rosters and subscriptions, since all that information already exists there and need not be duplicated. ...
rahul@...
Apr 2, 2002 7:01 pm
5585
... Great, thanks. I'll have a read. I tried out a "hello world" post from my trial copy of RU, but I have infrequent and sporadic access to the Windows...