<?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: Accessing The Cloud From Cocoa Touch</title>
	<atom:link href="http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/</link>
	<description>Taglines are for Windows programmers</description>
	<lastBuildDate>Sat, 04 Sep 2010 17:42:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Accessing The Cloud at Under The Bridge</title>
		<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/comment-page-1/#comment-1394</link>
		<dc:creator>Accessing The Cloud at Under The Bridge</dc:creator>
		<pubDate>Wed, 07 Jul 2010 07:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=909#comment-1394</guid>
		<description>&lt;p&gt;[...] Accessing The Cloud From Cocoa Touch [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Accessing The Cloud From Cocoa Touch [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Long</title>
		<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/comment-page-1/#comment-1322</link>
		<dc:creator>Matt Long</dc:creator>
		<pubDate>Mon, 29 Mar 2010 19:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=909#comment-1322</guid>
		<description>&lt;p&gt;@mcclayac&lt;/p&gt;

&lt;p&gt;In Objective-C we often deserialize XML data into arrays of dictionaries or dictionaries of dictionaries and access what we need by key path instead of creating object hierarchies. There probably are tools to do what you are looking for, but I&#039;ve never used them or had the need to. Depending on what you are doing you may also want to look into use Core Data. I&#039;m really not sure other than that. What have web searches turned up?&lt;/p&gt;

&lt;p&gt;-Matt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@mcclayac</p>

<p>In Objective-C we often deserialize XML data into arrays of dictionaries or dictionaries of dictionaries and access what we need by key path instead of creating object hierarchies. There probably are tools to do what you are looking for, but I&#8217;ve never used them or had the need to. Depending on what you are doing you may also want to look into use Core Data. I&#8217;m really not sure other than that. What have web searches turned up?</p>

<p>-Matt</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mcclayac</title>
		<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/comment-page-1/#comment-1318</link>
		<dc:creator>mcclayac</dc:creator>
		<pubDate>Sun, 28 Mar 2010 21:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=909#comment-1318</guid>
		<description>&lt;p&gt;Thank you for this great article.  I am a Sun Cert. Java Architect making the venture int IPhone/Andriod Development.  Is there a Object Relational Framework for Objective-C for mapping of XML into Objective-C Classes?  Something like an JaxB, or XML Objects for this platform (XML-Schema/WSDL Marshalling/unmarshalling frameworks)?  Or and SDO (Service Data Objects) implementation?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for this great article.  I am a Sun Cert. Java Architect making the venture int IPhone/Andriod Development.  Is there a Object Relational Framework for Objective-C for mapping of XML into Objective-C Classes?  Something like an JaxB, or XML Objects for this platform (XML-Schema/WSDL Marshalling/unmarshalling frameworks)?  Or and SDO (Service Data Objects) implementation?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: vincecity3000</title>
		<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/comment-page-1/#comment-1311</link>
		<dc:creator>vincecity3000</dc:creator>
		<pubDate>Fri, 26 Mar 2010 20:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=909#comment-1311</guid>
		<description>&lt;p&gt;Thx for this usefull tutorial.
I suggest CakePHP as good framework for the serverside app. It&#039;s based on php, use MVC pattern and do all the hard work of dealing with the database.
http://cakephp.org/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thx for this usefull tutorial.
I suggest CakePHP as good framework for the serverside app. It&#8217;s based on php, use MVC pattern and do all the hard work of dealing with the database.
<a href="http://cakephp.org/" rel="nofollow">http://cakephp.org/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: lord anubis</title>
		<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/comment-page-1/#comment-1286</link>
		<dc:creator>lord anubis</dc:creator>
		<pubDate>Sat, 27 Feb 2010 11:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=909#comment-1286</guid>
		<description>&lt;p&gt;Hi, Thank you for your blog about this.&lt;/p&gt;

&lt;p&gt;I have a question, is it possible to provide more information about your S3 XML doc suggestion. I am a little confused with the direction how to implement this.&lt;/p&gt;

&lt;p&gt;What about the inside of the xml, shared docs and security?&lt;/p&gt;

&lt;p&gt;Maybe worth a blog posting :-)
Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, Thank you for your blog about this.</p>

<p>I have a question, is it possible to provide more information about your S3 XML doc suggestion. I am a little confused with the direction how to implement this.</p>

<p>What about the inside of the xml, shared docs and security?</p>

<p>Maybe worth a blog posting :-)
Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Lobato</title>
		<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/comment-page-1/#comment-1270</link>
		<dc:creator>Jose Lobato</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=909#comment-1270</guid>
		<description>&lt;p&gt;Hi Thanks Matt,&lt;/p&gt;

&lt;p&gt;I&#039;m doing this right now but in my case I&#039;m using Ruby on Rails for the REST service. Up to now is going quite well. They are other libraries like httpriot that I have head about but as well as you I simply prefer NSURLConnection.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Thanks Matt,</p>

<p>I&#8217;m doing this right now but in my case I&#8217;m using Ruby on Rails for the REST service. Up to now is going quite well. They are other libraries like httpriot that I have head about but as well as you I simply prefer NSURLConnection.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Perform Basic Web Tasks And Interact With RESTful Services &#124; iPhone Development Tutorials and Programming Tips</title>
		<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/comment-page-1/#comment-1269</link>
		<dc:creator>Perform Basic Web Tasks And Interact With RESTful Services &#124; iPhone Development Tutorials and Programming Tips</dc:creator>
		<pubDate>Mon, 15 Feb 2010 19:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=909#comment-1269</guid>
		<description>&lt;p&gt;[...] The tutorial is from Core Animation book co-writer Matt Long, and can be found here: Accessing The Cloud From Cocoa Touch [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] The tutorial is from Core Animation book co-writer Matt Long, and can be found here: Accessing The Cloud From Cocoa Touch [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Long</title>
		<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/comment-page-1/#comment-1265</link>
		<dc:creator>Matt Long</dc:creator>
		<pubDate>Sat, 13 Feb 2010 18:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=909#comment-1265</guid>
		<description>&lt;p&gt;@Ryan. No, that&#039;s helpful. As I said, I know PHP &lt;em&gt;somewhat&lt;/em&gt;. I appreciate the feedback. I&#039;ll explore php://input a little closer. This is the first I&#039;ve heard of it. ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Ryan. No, that&#8217;s helpful. As I said, I know PHP <em>somewhat</em>. I appreciate the feedback. I&#8217;ll explore php://input a little closer. This is the first I&#8217;ve heard of it. ;-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/comment-page-1/#comment-1263</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 13 Feb 2010 18:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=909#comment-1263</guid>
		<description>&lt;p&gt;Sort of a side note since this is primarily about the Cocoa Touch, but it is better to use php://input to read the raw post data.  $HTTP_RAW_POST_DATA is not always set.&lt;/p&gt;

&lt;p&gt;$rawPostData = file_get_contents(&quot;php://input&quot;);&lt;/p&gt;

&lt;p&gt;http://php.net/manual/en/wrappers.php.php&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sort of a side note since this is primarily about the Cocoa Touch, but it is better to use php://input to read the raw post data.  $HTTP_RAW_POST_DATA is not always set.</p>

<p>$rawPostData = file_get_contents(&#8220;php://input&#8221;);</p>

<p><a href="http://php.net/manual/en/wrappers.php.php" rel="nofollow">http://php.net/manual/en/wrappers.php.php</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: heckj</title>
		<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/comment-page-1/#comment-1259</link>
		<dc:creator>heckj</dc:creator>
		<pubDate>Sat, 13 Feb 2010 01:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=909#comment-1259</guid>
		<description>&lt;p&gt;If you&#039;re more familiar with python, an excellent framework for doing REST is Django (http://www.djangoproject.com/) with Piston (http://bitbucket.org/jespern/django-piston/wiki/Home).&lt;/p&gt;

&lt;p&gt;It&#039;s far more complex than your excellent PHP examples above, but I thought it was worth mentioning.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you&#8217;re more familiar with python, an excellent framework for doing REST is Django (<a href="http://www.djangoproject.com/" rel="nofollow">http://www.djangoproject.com/</a>) with Piston (<a href="http://bitbucket.org/jespern/django-piston/wiki/Home" rel="nofollow">http://bitbucket.org/jespern/django-piston/wiki/Home</a>).</p>

<p>It&#8217;s far more complex than your excellent PHP examples above, but I thought it was worth mentioning.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bienvenida y cómo conectar a Internet desde tu aplicación de iPhone</title>
		<link>http://www.cimgf.com/2010/02/12/accessing-the-cloud-from-cocoa-touch/comment-page-1/#comment-1258</link>
		<dc:creator>Bienvenida y cómo conectar a Internet desde tu aplicación de iPhone</dc:creator>
		<pubDate>Sat, 13 Feb 2010 00:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=909#comment-1258</guid>
		<description>&lt;p&gt;[...] a manejar este entorno para comunicarme con vosotros, aprovecho mi primer artículo para referir a este otro que acabo de encontrar (está en inglés). En él, su autor nos hace el trabajo sucio y explica [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] a manejar este entorno para comunicarme con vosotros, aprovecho mi primer artículo para referir a este otro que acabo de encontrar (está en inglés). En él, su autor nos hace el trabajo sucio y explica [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
