[jdev] Re: Re: PubSub question

Richard Dobson richard at dobson-i.net
Thu Apr 21 05:46:23 CDT 2005


> I don't know about that. Server side storage as defined in JEP-0049 does 
> not
> have such a facility. I just thought about how to go about this all, and
> blogged about it here: 
> http://ralphm.net/blog/2005/04/21/subscription_tracking.

Cool well thought through, my thinking when writing this was that when a 
client makes changes to the bookmarks it could notify all its other 
resources of this change using maybe JEP-0050 or some new protocol that we 
invent, this makes it nice and simple.

Other thoughts that I had were that you could store this "bookmarks" list in 
pubsub and then when that is updated you get notified, although like you I 
did realise after that that the pubsub update notification would only go to 
the highest priority client which kind of makes it useless, what you really 
need to be able to do is have pubsub be able to send notifications to all of 
your resources at once, not sure how tho.

Richard





More information about the JDev mailing list