[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: RSS beyond the Blog: 1992 or 1999? - was Re: hu


xml rpc notification rss update
Amelia A Lewis wrote:
> design a simple protocol, such that a *very* 
> simple server can be built ... Now the server only has to 
> send an event whenever state changes on the server.  
> The extra overhead goes away. ...
> it isn't a very hard problem, it's just that the
> people working on it all do client/server stuff 
> instead of pub/sub stuff and don't know the state
> of the art .... :-)
	Err... What you outline is exactly what we've done at
PubSub.com, where we believe we *are* aware of the state of the art
and where we *don't* do a lot of client/server stuff. We do
Publish/Subscribe and only that.
	Depending on the data source, we either poll for updates or
have publishers publish to us directly. We then match and send
notifications (either summaries or full content) to subscribers using
either RSS, HTTP POST (REST), Email, SOAP, XMLRPC, etc. If you want to
play with our demonstration REST service, for which a "tiny" server
can be written to receive real-time notifications, look at
http://pubsub.com/REST/ . Currently, we publicly support only
monitoring weblogs and newsgroups with this protocol but you should
get flavor of what is possible. Basically, whenever a message needs to
be sent to you, we POST a chunk of XML to your server which is the XML
content of the message we received wrapped in an XML envelope which is
specific to our service. Your "server" (code is provided as an
example) would only be a few lines of perl or PHP or whatever.
	We can support publish/subscribe with all the various delivery
options for just about *any* stream of XML defined objects. For
instance, if you wanted a "product recall" service like Len discussed
a few messages back, all it would take is defining an XML Schema (or
ASN.1) for a product recall. It would then take just a couple minutes
for us to get the service running with full boolean matching on any or
all of the fields in your notification format and delivery could be
via RSS, email, or whatever else you wanted... There would only be
"polling" overhead for those folk who used RSS as the delivery method.

		bob wyman


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.