<?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: Zend JSON-RPC with Dojo Howto</title>
	<atom:link href="http://dustint.com/archives/20/feed" rel="self" type="application/rss+xml" />
	<link>http://dustint.com/archives/20</link>
	<description>Tales Of A (Former) SFU Computing Scientist</description>
	<lastBuildDate>Fri, 23 Jul 2010 22:50:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: mh</title>
		<link>http://dustint.com/archives/20/comment-page-1#comment-58</link>
		<dc:creator>mh</dc:creator>
		<pubDate>Thu, 29 Jan 2009 11:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://dustint.com/?p=20#comment-58</guid>
		<description>Excellent article. Thank you, greatly helped my cause.

m.</description>
		<content:encoded><![CDATA[<p>Excellent article. Thank you, greatly helped my cause.</p>
<p>m.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://dustint.com/archives/20/comment-page-1#comment-47</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 23 Oct 2008 13:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://dustint.com/?p=20#comment-47</guid>
		<description>Superb article, thank you!</description>
		<content:encoded><![CDATA[<p>Superb article, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://dustint.com/archives/20/comment-page-1#comment-37</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Wed, 30 Jul 2008 06:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://dustint.com/?p=20#comment-37</guid>
		<description>Thanks for the comments Erik! I would modify the article however wordpress is goofing up and destroying my code blocks so I don&#039;t want to corrupt the article further!</description>
		<content:encoded><![CDATA[<p>Thanks for the comments Erik! I would modify the article however wordpress is goofing up and destroying my code blocks so I don&#8217;t want to corrupt the article further!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Bielefeldt</title>
		<link>http://dustint.com/archives/20/comment-page-1#comment-36</link>
		<dc:creator>Erik Bielefeldt</dc:creator>
		<pubDate>Wed, 30 Jul 2008 04:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://dustint.com/?p=20#comment-36</guid>
		<description>Point 5 did not escape properly above... let&#039;s try again:

5. As steven mentioned, you will need an application/views/scripts/rpc/service.phtml file as follows:
&lt;?php
echo $this-&gt;data;
?&gt;</description>
		<content:encoded><![CDATA[<p>Point 5 did not escape properly above&#8230; let&#8217;s try again:</p>
<p>5. As steven mentioned, you will need an application/views/scripts/rpc/service.phtml file as follows:<br />
&lt;?php<br />
echo $this-&gt;data;<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Bielefeldt</title>
		<link>http://dustint.com/archives/20/comment-page-1#comment-35</link>
		<dc:creator>Erik Bielefeldt</dc:creator>
		<pubDate>Wed, 30 Jul 2008 03:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://dustint.com/?p=20#comment-35</guid>
		<description>Thankyou, great article, helped me get JSON RPC up and running w/ only basic knowledge of Dojo and ZF.

Few notes for other newbies trying this:

1. You can just download development release of ZF (currently 1.6.0 RC 1) and copy Json directory to the latest release (1.5.3) instead of setting up SVN.
2. Watch out for the non-standard quotes when copying and pasting code from this article.
3. The class Nickel_RPC_Book should go in the library/Nickel/RPC/Book.php file, not the library/Nickel/Model/Book.php file as stated in the article.
4. The JS call:
	dojo.addOnLoad(function(){
		nickel.rpc.book.simpleEcho().addCallback(function(msg){
			alert(msg);  //Alert: Hello World
	});
is missing a second });.
5. As steven mentioned, you will need an application/views/scripts/rpc/service.phtml file as follows:
data;
?&gt;
6. The Nickel_Model_Book class is not provided in the article.</description>
		<content:encoded><![CDATA[<p>Thankyou, great article, helped me get JSON RPC up and running w/ only basic knowledge of Dojo and ZF.</p>
<p>Few notes for other newbies trying this:</p>
<p>1. You can just download development release of ZF (currently 1.6.0 RC 1) and copy Json directory to the latest release (1.5.3) instead of setting up SVN.<br />
2. Watch out for the non-standard quotes when copying and pasting code from this article.<br />
3. The class Nickel_RPC_Book should go in the library/Nickel/RPC/Book.php file, not the library/Nickel/Model/Book.php file as stated in the article.<br />
4. The JS call:<br />
	dojo.addOnLoad(function(){<br />
		nickel.rpc.book.simpleEcho().addCallback(function(msg){<br />
			alert(msg);  //Alert: Hello World<br />
	});<br />
is missing a second });.<br />
5. As steven mentioned, you will need an application/views/scripts/rpc/service.phtml file as follows:<br />
data;<br />
?&gt;<br />
6. The Nickel_Model_Book class is not provided in the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Teerlinck</title>
		<link>http://dustint.com/archives/20/comment-page-1#comment-33</link>
		<dc:creator>Steven Teerlinck</dc:creator>
		<pubDate>Tue, 15 Jul 2008 13:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://dustint.com/?p=20#comment-33</guid>
		<description>OK - nevermind. I figured it out: echo $this-&gt;data;</description>
		<content:encoded><![CDATA[<p>OK &#8211; nevermind. I figured it out: echo $this-&gt;data;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Teerlinck</title>
		<link>http://dustint.com/archives/20/comment-page-1#comment-32</link>
		<dc:creator>Steven Teerlinck</dc:creator>
		<pubDate>Tue, 15 Jul 2008 12:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://dustint.com/?p=20#comment-32</guid>
		<description>Hi, great article. I&#039;m trying to do this on my local machine. One question though: what&#039;s in the service file rendered in /application/default/controllers/RpcController.php ?</description>
		<content:encoded><![CDATA[<p>Hi, great article. I&#8217;m trying to do this on my local machine. One question though: what&#8217;s in the service file rendered in /application/default/controllers/RpcController.php ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
