<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rick Guyer .com &#187; webservice</title>
	<atom:link href="http://rickguyer.com/tag/webservice/feed/" rel="self" type="application/rss+xml" />
	<link>http://rickguyer.com</link>
	<description>Information about the web, web development, and technology.</description>
	<lastBuildDate>Wed, 21 Sep 2011 13:50:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Letting multiple CakePHP apps talk</title>
		<link>http://rickguyer.com/letting-multiple-cakephp-apps-talk/</link>
		<comments>http://rickguyer.com/letting-multiple-cakephp-apps-talk/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 02:38:50 +0000</pubDate>
		<dc:creator>ricog</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://ricoguyer.com/?p=21</guid>
		<description><![CDATA[CakePHP is getting really popular, so naturally, there are quite a few sites out there using it. If you&#8217;ve been using CakePHP long enough, sooner or later you will want to have 2 or more of those apps talk to each other. Setting CakePHP up to act as a webservice is pretty easy. Teaching the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cakephp.org">CakePHP</a> is getting really popular, so naturally, there are quite a few sites out there using it. If you&#8217;ve been using CakePHP long enough, sooner or later you will want to have 2 or more of those apps talk to each other. <a href="http://book.cakephp.org/view/477/The-Simple-Setup">Setting CakePHP up to act as a webservice</a> is pretty easy. Teaching the other apps to talk to that webservice takes a little more work. Jesse (over at <a href="http://techno-geeks.org">TechnoGeeks</a>) and I have been working on just that.</p>
<p>So far we have one app authenticating against the other. This can be very useful if you have a central user database, and don&#8217;t want to maintain users across every application you create. We used XML as the transport, so this could easily be used for applications that aren&#8217;t written in CakePHP. You can get all the details in Jesse&#8217;s article: <a href="http://techno-geeks.org/2009/03/authenticating-a-cakephp-app-against-a-cakephp-webservice/">Authenticating a CakePHP App Against a CakePHP Webservice</a>.</p>
<p>We hope to extend it and allow standardized CRUD functionality across the applications. During that time, we may move the code into a datasource. But who knows.</p>
]]></content:encoded>
			<wfw:commentRss>http://rickguyer.com/letting-multiple-cakephp-apps-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

