<?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: Easyrest Rest Framework 1.0 Released (Client and Server Library)</title>
	<atom:link href="http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/</link>
	<description>Ersin Güvenç's Personal Development Blog</description>
	<pubDate>Tue, 07 Sep 2010 09:05:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/comment-page-1/#comment-1739</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 18 Mar 2010 13:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=129#comment-1739</guid>
		<description>your welcome ;)</description>
		<content:encoded><![CDATA[<p>your welcome <img src='http://develturk.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenz</title>
		<link>http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/comment-page-1/#comment-1738</link>
		<dc:creator>Lorenz</dc:creator>
		<pubDate>Thu, 18 Mar 2010 13:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=129#comment-1738</guid>
		<description>Hi admin, thanx for posting this article, this is what i'm looking for, a REST/XML-RPC like library. I'm working on a project using php based REST server and client applications runs on Android.

Thanx.</description>
		<content:encoded><![CDATA[<p>Hi admin, thanx for posting this article, this is what i&#8217;m looking for, a REST/XML-RPC like library. I&#8217;m working on a project using php based REST server and client applications runs on Android.</p>
<p>Thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Zend Framework plugin a Wordpress plugin and theme developers life saver &#124; Timani</title>
		<link>http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/comment-page-1/#comment-1728</link>
		<dc:creator>The Zend Framework plugin a Wordpress plugin and theme developers life saver &#124; Timani</dc:creator>
		<pubDate>Sat, 13 Mar 2010 22:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=129#comment-1728</guid>
		<description>[...] EasyRest Framework [...]</description>
		<content:encoded><![CDATA[<p>[...] EasyRest Framework [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ersin</title>
		<link>http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/comment-page-1/#comment-1006</link>
		<dc:creator>ersin</dc:creator>
		<pubDate>Tue, 17 Nov 2009 16:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=129#comment-1006</guid>
		<description>oreilly rest services book is very abstract and its utopic for php developers..
look at this book for how to build advanced php restful services
it tells real worls php rest services

http://www.packtpub.com/restful-php-web-services/book</description>
		<content:encoded><![CDATA[<p>oreilly rest services book is very abstract and its utopic for php developers..<br />
look at this book for how to build advanced php restful services<br />
it tells real worls php rest services</p>
<p><a href="http://www.packtpub.com/restful-php-web-services/book" rel="nofollow">http://www.packtpub.com/restful-php-web-services/book</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Easyrest beta version 1.1 released - Php Developer - Istanbul</title>
		<link>http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/comment-page-1/#comment-914</link>
		<dc:creator>Easyrest beta version 1.1 released - Php Developer - Istanbul</dc:creator>
		<pubDate>Thu, 29 Oct 2009 12:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=129#comment-914</guid>
		<description>[...] How to use easyrest look at this article: http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/ [...]</description>
		<content:encoded><![CDATA[<p>[...] How to use easyrest look at this article: <a href="http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/" rel="nofollow">http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/comment-page-1/#comment-913</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 29 Oct 2009 12:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=129#comment-913</guid>
		<description>Thanks i fixed this bug.
Use it like this:
&lt;code&gt;
// Client
-------------------------------------
$client-&gt;call-&gt;post();                                                          
$client-&gt;call-&gt;command('example.test3');                           
$client-&gt;call-&gt;params(array());


// Server
--------------------------------------
'example.test3' =&gt; array(               
                'function'  =&gt; 'my_function', //method (func)
                'params'    =&gt; array(),  // no params
                ),
&lt;/code&gt;

You can download new beta version from below the link:

&lt;a href="http://code.google.com/p/easyrest/" rel="nofollow"&gt;http://code.google.com/p/easyrest/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks i fixed this bug.<br />
Use it like this:<br />
<code><br />
// Client<br />
-------------------------------------<br />
$client-&gt;call-&gt;post();<br />
$client-&gt;call-&gt;command('example.test3');<br />
$client-&gt;call-&gt;params(array());</p>
<p>// Server<br />
--------------------------------------<br />
'example.test3' =&gt; array(<br />
                'function'  =&gt; 'my_function', //method (func)<br />
                'params'    =&gt; array(),  // no params<br />
                ),<br />
</code></p>
<p>You can download new beta version from below the link:</p>
<p><a href="http://code.google.com/p/easyrest/" rel="nofollow">http://code.google.com/p/easyrest/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnmen</title>
		<link>http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/comment-page-1/#comment-908</link>
		<dc:creator>Johnmen</dc:creator>
		<pubDate>Wed, 28 Oct 2009 08:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=129#comment-908</guid>
		<description>when my function has no paramenter how to Define the mapped functions?
I just do like this

//no parameter function
function my_function()
{
       $data['fruits'][] = array('name' =&gt; $fruit_name, 'no'=&gt; $number);
       $data['fruits'][] = array('name' =&gt; 'apple', 'no'=&gt; '2');
       $data['fruits'][] = array('name' =&gt; 'orange', 'no'=&gt; '3');
        return $data;
}
//I try to define
$server-&gt;define(
            'example.myfunc' =&gt; array(               
                'function'  =&gt; 'my_function', //method (func)
                'params'    =&gt; array()                			
               ),
         )
but it tell me the params must be a array,how can I do?</description>
		<content:encoded><![CDATA[<p>when my function has no paramenter how to Define the mapped functions?<br />
I just do like this</p>
<p>//no parameter function<br />
function my_function()<br />
{<br />
       $data['fruits'][] = array(&#8217;name&#8217; =&gt; $fruit_name, &#8216;no&#8217;=&gt; $number);<br />
       $data['fruits'][] = array(&#8217;name&#8217; =&gt; &#8216;apple&#8217;, &#8216;no&#8217;=&gt; &#8216;2&#8242;);<br />
       $data['fruits'][] = array(&#8217;name&#8217; =&gt; &#8216;orange&#8217;, &#8216;no&#8217;=&gt; &#8216;3&#8242;);<br />
        return $data;<br />
}<br />
//I try to define<br />
$server-&gt;define(<br />
            &#8216;example.myfunc&#8217; =&gt; array(<br />
                &#8216;function&#8217;  =&gt; &#8216;my_function&#8217;, //method (func)<br />
                &#8216;params&#8217;    =&gt; array()<br />
               ),<br />
         )<br />
but it tell me the params must be a array,how can I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/comment-page-1/#comment-886</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 21 Oct 2009 19:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=129#comment-886</guid>
		<description>example.test1 function defined in server.php it works like xml-rpc.when you call the example.test1 command you get  its response.
and i don't know anything about java client sorry :(</description>
		<content:encoded><![CDATA[<p>example.test1 function defined in server.php it works like xml-rpc.when you call the example.test1 command you get  its response.<br />
and i don&#8217;t know anything about java client sorry <img src='http://develturk.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnmen</title>
		<link>http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/comment-page-1/#comment-884</link>
		<dc:creator>Johnmen</dc:creator>
		<pubDate>Wed, 21 Oct 2009 08:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=129#comment-884</guid>
		<description>Could you give a example to invoke easyrest webservce through the JAVA client , I dont understand what is the  url mapped, just like above example ,Could you tell me what is the url of example.test1?</description>
		<content:encoded><![CDATA[<p>Could you give a example to invoke easyrest webservce through the JAVA client , I dont understand what is the  url mapped, just like above example ,Could you tell me what is the url of example.test1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://develturk.com/2009/08/17/easyrest-rest-framework-10-released-client-and-server-library/comment-page-1/#comment-645</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 21 Aug 2009 14:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://develturk.com/?p=129#comment-645</guid>
		<description>This is an awesome book on the subject.

http://oreilly.com/catalog/9780596529260/</description>
		<content:encoded><![CDATA[<p>This is an awesome book on the subject.</p>
<p><a href="http://oreilly.com/catalog/9780596529260/" rel="nofollow">http://oreilly.com/catalog/9780596529260/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
