PipelineTheWeb
Revision r1.3 - 18 Apr 2002 - 04:01 GMT - LesOrchard
PipelineTheWeb
Introduction
I started playing with pipelining web services with PipeFilters, and later with RssDisplay and GoogleToRSS (with more to come). I've come to realize that not only am I not alone in wanting to make the web my command line shell, but that there is so much more going on here than I even could have guessed. Watch this space. This is the real mind bomb I've been thinking about, not just PipeFilters.Resources
- Jon Udell on pipelining the web - http://radio.weblogs.com/0100887/2002/03/27.html#a153
- WS-Routing - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnglobspec/html/ws-routing.asp
- Web Services Routing Protocol (WS-Routing) is a SOAP-based, stateless protocol for exchanging one-way SOAP messages from an initial sender to the ultimate receiver, potentially via a set of intermediaries. In addition, WS-Routing provides an optional reverse message path enabling two-way message exchange patterns like request/response, peer-to-peer conversations, and the return of message acknowledgements and faults
- Xbeans - http://www.xbeans.org
- An Xbean is a software component that takes XML as input, processes it in some fasion, and them passes XML onto the next Xbean.
- PipeFilters
- Personal desktop text filtering via pipelined XML-RPC services
