<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: GNOME and Web Services</title>
	<atom:link href="http://www.j5live.com/2006/08/16/gnome-and-web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.j5live.com/2006/08/16/gnome-and-web-services/</link>
	<description>Where the urethane hits the pavement</description>
	<lastBuildDate>Fri, 27 Aug 2010 16:17:13 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Z</title>
		<link>http://www.j5live.com/2006/08/16/gnome-and-web-services/comment-page-1/#comment-4191</link>
		<dc:creator>Andrew Z</dc:creator>
		<pubDate>Wed, 16 Aug 2006 20:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.j5live.com/?p=251#comment-4191</guid>
		<description>For office use, Evolution desparately needs write support for iCalendar calendars stored on WebDAV.  It&#039;s an easy, convenient way to share calendars in an office.  This feature would really help Evolution replace Outlook.</description>
		<content:encoded><![CDATA[<p>For office use, Evolution desparately needs write support for iCalendar calendars stored on WebDAV.  It&#8217;s an easy, convenient way to share calendars in an office.  This feature would really help Evolution replace Outlook.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J5</title>
		<link>http://www.j5live.com/2006/08/16/gnome-and-web-services/comment-page-1/#comment-4185</link>
		<dc:creator>J5</dc:creator>
		<pubDate>Wed, 16 Aug 2006 18:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.j5live.com/?p=251#comment-4185</guid>
		<description>Ya NAT kind of sucks but there are ways around it plus ipv6 will eventually come (though there still may be hurdles because of security).  In any case it is not really an important part of the equation right now.  The interesting part is the application interface to enabling these services.  The daemon can export them over any manner of transports including jabber.</description>
		<content:encoded><![CDATA[<p>Ya NAT kind of sucks but there are ways around it plus ipv6 will eventually come (though there still may be hurdles because of security).  In any case it is not really an important part of the equation right now.  The interesting part is the application interface to enabling these services.  The daemon can export them over any manner of transports including jabber.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Drago</title>
		<link>http://www.j5live.com/2006/08/16/gnome-and-web-services/comment-page-1/#comment-4183</link>
		<dc:creator>Mark Drago</dc:creator>
		<pubDate>Wed, 16 Aug 2006 17:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.j5live.com/?p=251#comment-4183</guid>
		<description>Hey John,

I agree that the Linux desktop is in a unique position to make the internet more of a desktop-&gt;desktop world, but there are a few hurdles that will be difficult to overcome.  Not the least of which is NAT.  NAT has this way of making the client/server paradigm in to a consumer/producer paradigm which is not intrinsic to the internet.  But, the idea of having a single daemon which exposes certain DBuS interfaces via XML-RPC is very interesting.

Mark.</description>
		<content:encoded><![CDATA[<p>Hey John,</p>
<p>I agree that the Linux desktop is in a unique position to make the internet more of a desktop-&gt;desktop world, but there are a few hurdles that will be difficult to overcome.  Not the least of which is NAT.  NAT has this way of making the client/server paradigm in to a consumer/producer paradigm which is not intrinsic to the internet.  But, the idea of having a single daemon which exposes certain DBuS interfaces via XML-RPC is very interesting.</p>
<p>Mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murray Cumming</title>
		<link>http://www.j5live.com/2006/08/16/gnome-and-web-services/comment-page-1/#comment-4181</link>
		<dc:creator>Murray Cumming</dc:creator>
		<pubDate>Wed, 16 Aug 2006 15:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.j5live.com/?p=251#comment-4181</guid>
		<description>Yes, and some standard interfaces for some generic useful web things. What are those things, I wonder?</description>
		<content:encoded><![CDATA[<p>Yes, and some standard interfaces for some generic useful web things. What are those things, I wonder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: themodernlife</title>
		<link>http://www.j5live.com/2006/08/16/gnome-and-web-services/comment-page-1/#comment-4180</link>
		<dc:creator>themodernlife</dc:creator>
		<pubDate>Wed, 16 Aug 2006 14:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.j5live.com/?p=251#comment-4180</guid>
		<description>That&#039;s great thinking.  I wonder how easily integrated d-bus and avahi are?  i mean, if you are talking about exposing d-bus methods to the internet with an xml-rpc bridge, why shouldn&#039;t we do the same via roundez-vous using a dbus-avahi bridge?

&quot;attributed programming&quot; or whatever you want to call it sort of begs for this kind of use-case...

ideal scenario (pseudo code)

@dbus
@webservice
def some_method:
  blah lbah 

i dunno.  i think you&#039;re on the right track as far as where things should be heading.</description>
		<content:encoded><![CDATA[<p>That&#8217;s great thinking.  I wonder how easily integrated d-bus and avahi are?  i mean, if you are talking about exposing d-bus methods to the internet with an xml-rpc bridge, why shouldn&#8217;t we do the same via roundez-vous using a dbus-avahi bridge?</p>
<p>&#8220;attributed programming&#8221; or whatever you want to call it sort of begs for this kind of use-case&#8230;</p>
<p>ideal scenario (pseudo code)</p>
<p>@dbus<br />
@webservice<br />
def some_method:<br />
  blah lbah </p>
<p>i dunno.  i think you&#8217;re on the right track as far as where things should be heading.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
