<?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: WireIt 0.4.0 released</title>
	<atom:link href="http://neyric.com/2009/05/17/wireit-040-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://neyric.com/2009/05/17/wireit-040-released/</link>
	<description>projects, programming, blogging...</description>
	<lastBuildDate>Tue, 27 Dec 2011 00:01:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: WireIt 0.5.0 : neyric&#8217;s Javascript</title>
		<link>http://neyric.com/2009/05/17/wireit-040-released/#comment-112</link>
		<dc:creator>WireIt 0.5.0 : neyric&#8217;s Javascript</dc:creator>
		<pubDate>Tue, 11 Aug 2009 08:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=105#comment-112</guid>
		<description>[...] even very proud of this idea because&#8230; it&#8217;s not mine ! Big thanks to this insightful comment from Jonathan Lister and hurray for open-source [...]</description>
		<content:encoded><![CDATA[<p>[...] even very proud of this idea because&#8230; it&#8217;s not mine ! Big thanks to this insightful comment from Jonathan Lister and hurray for open-source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neyric</title>
		<link>http://neyric.com/2009/05/17/wireit-040-released/#comment-111</link>
		<dc:creator>neyric</dc:creator>
		<pubDate>Sun, 05 Jul 2009 14:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=105#comment-111</guid>
		<description>Concerning your second question:

I think you&#039;re confusing SMD with REST.
SMD supports multiple envelopes (including REST, but not only !)

As you can see in the SMD file:
http://javascript.neyric.com/wireit/backend/php/WiringEditor.smd ,
the WiringEditor examples uses JSON-RPC, where all remote method calls use POST request.

Sadly, YUI-rpc (the module that the WiringEditor uses) doesn&#039;t support REST yet...</description>
		<content:encoded><![CDATA[<p>Concerning your second question:</p>
<p>I think you&#8217;re confusing SMD with REST.<br />
SMD supports multiple envelopes (including REST, but not only !)</p>
<p>As you can see in the SMD file:<br />
<a href="http://javascript.neyric.com/wireit/backend/php/WiringEditor.smd" rel="nofollow">http://javascript.neyric.com/wireit/backend/php/WiringEditor.smd</a> ,<br />
the WiringEditor examples uses JSON-RPC, where all remote method calls use POST request.</p>
<p>Sadly, YUI-rpc (the module that the WiringEditor uses) doesn&#8217;t support REST yet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neyric</title>
		<link>http://neyric.com/2009/05/17/wireit-040-released/#comment-110</link>
		<dc:creator>neyric</dc:creator>
		<pubDate>Sun, 05 Jul 2009 14:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=105#comment-110</guid>
		<description>Hi Jonathan,

Thanks for your cheering !

WiringEditor.getValue() and Layer.getWiring() are indeed very similar methods, but they are used at a different modelisation level.

In the WiringEditor, a language definition is created (list of module definitions). The value of the created graph is returned using this modules.

In the layer, there is no such definition. The getWiring value only returns the Container instances definition.

If you use the WiringEditor, WiringEditor.getValue() will return the entire wiring setup, and you usually don&#039;t need to use Layer.getWiring()</description>
		<content:encoded><![CDATA[<p>Hi Jonathan,</p>
<p>Thanks for your cheering !</p>
<p>WiringEditor.getValue() and Layer.getWiring() are indeed very similar methods, but they are used at a different modelisation level.</p>
<p>In the WiringEditor, a language definition is created (list of module definitions). The value of the created graph is returned using this modules.</p>
<p>In the layer, there is no such definition. The getWiring value only returns the Container instances definition.</p>
<p>If you use the WiringEditor, WiringEditor.getValue() will return the entire wiring setup, and you usually don&#8217;t need to use Layer.getWiring()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://neyric.com/2009/05/17/wireit-040-released/#comment-109</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 01 Jul 2009 16:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=105#comment-109</guid>
		<description>Regarding your choice of using SMD to describe the backend, I feel that this is not quite appropriate in the way it is implemented in the example.

The SMD allows you to choose a HTTP verb for use with each method - as it is, the example chooses POST to do a load, a listing, a save and a delete, which seems a poor use of HTTP.


J.</description>
		<content:encoded><![CDATA[<p>Regarding your choice of using SMD to describe the backend, I feel that this is not quite appropriate in the way it is implemented in the example.</p>
<p>The SMD allows you to choose a HTTP verb for use with each method &#8211; as it is, the example chooses POST to do a load, a listing, a save and a delete, which seems a poor use of HTTP.</p>
<p>J.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lister</title>
		<link>http://neyric.com/2009/05/17/wireit-040-released/#comment-108</link>
		<dc:creator>Jonathan Lister</dc:creator>
		<pubDate>Wed, 24 Jun 2009 15:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=105#comment-108</guid>
		<description>Hey,

I think the WiringEditor is pretty darn cool. I&#039;ve been looking through the source to understand how this works, and I&#039;m confused by something - the WiringEditor.getValue() method and the Layer.getWiring() method seem to be intended to do similar things, although they return objects that are different in structure - indeed, getWiring() doesn&#039;t seem to include the &#039;value&#039; of the container at all, just its config. Why not combine these two functions into a standard that returns a JSON description of the entire wiring setup?



J.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I think the WiringEditor is pretty darn cool. I&#8217;ve been looking through the source to understand how this works, and I&#8217;m confused by something &#8211; the WiringEditor.getValue() method and the Layer.getWiring() method seem to be intended to do similar things, although they return objects that are different in structure &#8211; indeed, getWiring() doesn&#8217;t seem to include the &#8216;value&#8217; of the container at all, just its config. Why not combine these two functions into a standard that returns a JSON description of the entire wiring setup?</p>
<p>J.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piercus</title>
		<link>http://neyric.com/2009/05/17/wireit-040-released/#comment-107</link>
		<dc:creator>piercus</dc:creator>
		<pubDate>Tue, 19 May 2009 08:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://javascript.neyric.com/blog/?p=105#comment-107</guid>
		<description>It sounds great ! Thanks for the new features !</description>
		<content:encoded><![CDATA[<p>It sounds great ! Thanks for the new features !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

