<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 21:53:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Reddit.com: Should I be doing just about everything using REST?]]></title>
      <guid>http://www.phpdeveloper.org/news/17225</guid>
      <link>http://www.phpdeveloper.org/news/17225</link>
      <description><![CDATA[<p>
In <a href="http://www.reddit.com/r/PHP/comments/n1pyn/should_i_be_doing_just_about_everything_using_rest/">this new post</a> to Reddit.com, the question is asked "Should I be doing just about everything using REST?" - wondering if their new applications should all sit on top of a web service for their functionality.
</p>
<blockquote>
I'm pretty new to server-side programming, and actually started out with Python/mod-wsgi. From the ground up, mod-wsgi made a lot of sense. The server gets a request, you route the request. It feels like that's where I should start, so that's pretty much what I'm trying to create with PHP (a REST router - for learning purposes, I know frameworks exist). I'm trying to think of a situation where I wouldn't use a REST interface, but I can't seem to think of one (even for simple cases). Would it be safe to say that using REST is a pretty safe bet, most of the time?
</blockquote>
<p>
There's some good discussion and answers to his question touching on things like Service Oriented Architectures, some implications of having a web service power an entire application (or applications) and 
 a few comments with some personal experience.
</p>
<p>A comment about SOA sums it up well:</p>
<blockquote>
You learn to write for your platform in the way developers/partners will have to, so you produce a good quality usable API which encourages development and consumption of your platform.
</blockquote>]]></description>
      <pubDate>Wed, 07 Dec 2011 12:41:38 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Luc De Brouwer's Blog: Web services and backward compatibility]]></title>
      <guid>http://www.phpdeveloper.org/news/14910</guid>
      <link>http://www.phpdeveloper.org/news/14910</link>
      <description><![CDATA[<p>
<i>Luc De Brouwer</i> has <a href="http://www.lucdebrouwer.nl/web-services-and-backward-compatibility/">a reminder for web services developers</a> out there - don't forget about backwards compatibility.
</p>
<blockquote>
About a year ago I was asked by a client to update their existing web service because of some changes in the way they wanted to process their sales data. Luckily this client has always understood the importance of a Service-Oriented Architecture ( SOA ) since they deal with large amounts of resellers who need to access, edit and create data. All I had to do was apply the changes to their web service.
</blockquote>
<p>
He lists the steps he followed when making the update - thinking about backwards compatibility, evaluating current functionality for use and possibly decommissioning older pieces. 
</p>]]></description>
      <pubDate>Thu, 05 Aug 2010 12:44:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevX.com: Integrating PHP into Your SOA Solutions]]></title>
      <guid>http://www.phpdeveloper.org/news/6978</guid>
      <link>http://www.phpdeveloper.org/news/6978</link>
      <description><![CDATA[<p>
From the IBM Online Training Center (DevX.com) comes <a href="http://www.devx.com/ibmtraining/Article/33385">a new article</a> covering the integration of PHP into a SOA solution:
</p>
<blockquote>
With its fast deployment cycles, PHP is ideal for companies short on skilled programming resources and/or facing tight time to market deadlines. PHP's features and benefits are so compelling it should be considered for your SOA solutions.
</blockquote>
<p>
They <a href="http://www.devx.com/ibmtraining/Article/33385">talk about</a> the PHP integration kit that IBM offers to make using PHP as simple as plugging in things in the right places and how that would fit in with a "Service Component Architecture" and "Service Data Objects". They even give a simple example of a SCA component that works much like a PHP class.
</p>
<p>
They wrap up the article with a look at some asynchronous messaging with PHP - using the SAM extension to communicate messages back to the server for common tasks (like putting text messages in a queue).
</p>]]></description>
      <pubDate>Wed, 27 Dec 2006 15:43:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Tobias Schlitt's Blog: PHPUGDO proudly presents: The PHP Weekender]]></title>
      <guid>http://www.phpdeveloper.org/news/6290</guid>
      <link>http://www.phpdeveloper.org/news/6290</link>
      <description><![CDATA[<p>
<i>Tobias Schlitt</i> is <a href="http://schlitt.info/applications/blog/index.php?/archives/491-PHPUGDO-proudly-presents-The-PHP-Weekender.html">officially announcing</a> a new offering from the PHPers in the Dortmund area as voted on via feedback from others in the surrounding area - The PHP Weekender.
</p>
<blockquote>
It's been a good month, since the PHP Usergroup Dortmund asked for feedback on the idea of a PHP introduction workshop in Dortmund. Because of the huge masses of interessted people, we expanded the idea and are now going to make a 2 day, 2 track PHP introduction weekend, including 2 workshops and a lot of interessting sessions about topics like "XML handling", "Enterprise PHP", "SOA" and "Shell scripting.
</blockquote>
<p>
The <a href="http://weekender.phpugdo.de">event will be presented in German</a> and will be happening October 7th and 8th at Dortmund University. You can get complete details about the event (and reserve your spot) from <a href="http://weekender.hartes-php.de/">the event's main website</a>. 
</p>]]></description>
      <pubDate>Mon, 18 Sep 2006 07:34:47 -0500</pubDate>
    </item>
  </channel>
</rss>
