<?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>Tue, 21 May 2013 01:33:26 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Taking Advantage of Simple Cloud with the Zend Cloud Component]]></title>
      <guid>http://www.phpdeveloper.org/news/15802</guid>
      <link>http://www.phpdeveloper.org/news/15802</link>
      <description><![CDATA[<p>
On PHPBuilder.com today there's a new tutorial looking at how you can <a href="http://www.phpbuilder.com/columns/zend_cloud/Jason_Gilmore01242011.php3">use the Simple Cloud technology</a> that Zend offers directly from your Zend Framework application with the help of the Zend_Cloud component.
</p>
<blockquote>
In an effort to eliminate this inconvenience several companies (among them Zend, Microsoft, and IBM) have banded together to create the <A href="http://simplecloud.org/">Simple Cloud API</a>. The Simple Cloud API offers a unified interface for document storage, file storage, and simple queue services, and currently supports several of the most popular service vendors, including Amazon, Windows Azure, and Nirvanix. Zend has already moved quickly to incorporate support for Simple Cloud into the Zend Framework, greatly reducing the barriers and complexity involved in moving from one service to another, or using multiple vendors within the same application.
</blockquote>
<p>
They show how to use the <a href="http://framework.zend.com/manual/en/zend.cloud.html">Zend_Cloud</a> component to make a connection to an Amazon S3 instance via the Simple Cloud unified interface. They push a simple file (book.txt) up to the instance and the code to pull it back down. There's also a bit of code showing how to set a default bucket name with the factory method (as shown with a Windows Azure instance instead).
</p>]]></description>
      <pubDate>Tue, 25 Jan 2011 11:02:49 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Kevin Schroeder's Blog: An Introduction to SimpleCloud (Series)]]></title>
      <guid>http://www.phpdeveloper.org/news/15601</guid>
      <link>http://www.phpdeveloper.org/news/15601</link>
      <description><![CDATA[<p>
<i>Kevin Schroeder</i> has released a series of blog posts based on a webinar he did for <a href="http://zend.com">Zend</a> about using the <a href="http://simplecloud.org/">SimpleCloud API</a> to work with cloud services on multiple platforms seamlessly.
</p>
<blockquote>
The Simple Cloud API brings cloud technologies to PHP and the PHPilosophy to the cloud, starting with common interfaces for three cloud application services: file Storage Services, document Storage Services, simple Queue Services. You can start writing scalable, highly available, and resilient cloud applications that are portable across all major cloud vendors today.
</blockquote>
<p><i>Kevin</i>'s four part series consists of posts covering:</p>
<ul>
<li><a href="http://www.eschrade.com/page/simplecloud-part-setting-stage-4d0b7424">SimpleCloud Part 1 - Setting the Stage</a>
<li><a href="http://www.eschrade.com/page/simplecloud-part-manager-4d0b9f30">SimpleCloud Part 2 - The Job Manager</a>
<li><a href="http://www.eschrade.com/page/simplecloud-part-abstract-4d0ba4c5">SimpleCloud Part 3 - The Abstract Job</a>
<li><a href="http://www.eschrade.com/page/simplecloud-part-storage-4d0bda54">SimpleCloud Part 4 - Storage</a>
</ul>]]></description>
      <pubDate>Mon, 20 Dec 2010 10:06:31 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Josh Holmes' Blog: Zend SimpleCloud and Azure]]></title>
      <guid>http://www.phpdeveloper.org/news/15323</guid>
      <link>http://www.phpdeveloper.org/news/15323</link>
      <description><![CDATA[<p>
In a new post to his blog, <i>Josh Holmes</i> has posted about some of the <a href="http://www.joshholmes.com/blog/2010/10/22/zend-simplecloud-and-azure">testing he done with Azure and SimpleCloud</a> to get them connected and playing nicely together.
</p>
<blockquote>
I've been playing with <a href="http://simplecloud.org/">Zend's SimpleCloud API</a> for the webcast that I'm doing with Zend today. I started with the <a href="http://framework.zend.com/manual/en/learning.quickstart.intro.html">Zend Framework Quickstart tutorial</a>  but changed out the backend to hit the Azure Tables and such (well kinda - I used Zend Studio 8 Beta 2 and didn't use the ZF tool but I still created a little guestbook). I'm going to expand this example to include blob storage and queues as well in the near future but at the moment, I'm just going to hit the Azure Tables. 
</blockquote>
<p>
He uses the Zend Framework CE, Zend Studio Beta, the Windows Azure SDK and the Windows Azure 4 Eclipse plugin to interface directly with the Azure instance. He shows how to create the project (complete with screenshots), map the IIS document root directory to the Azure instance (a Virtual Directory) and build the application. All of the code and table structures needed are included with the end result looking <a href="http://www.joshholmes.com/blog/wp-content/uploads/2010/10/Empty.png">something</a> <a href="http://www.joshholmes.com/blog/wp-content/uploads/2010/10/sign.png">like</a> <a href="http://www.joshholmes.com/blog/wp-content/uploads/2010/10/firstentry.png">this</a>.
</p>]]></description>
      <pubDate>Fri, 22 Oct 2010 10:59:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Technology Preview of the SimpleCloud API]]></title>
      <guid>http://www.phpdeveloper.org/news/14503</guid>
      <link>http://www.phpdeveloper.org/news/14503</link>
      <description><![CDATA[<p>
On the Zend Developer Zone today there's a new post from <i>Matthew Weier O'Phinney</i> with information about the <a href="http://devzone.zend.com/article/12119-Technology-Preview-of-the-SimpleCloud-API">latest release of the SimpleCloud API</a> from Zend.
</p>
<blockquote>
It's been over six months since the initial code release of the SimpleCloud API, and the code has come a long way since then: thanks to the efforts of Stas, Wil, and our partners, we now have a solid, well-tested, documented code base that shows off integration with Amazon, Windows Azure, and Nirvanix. 
</blockquote>
<p>
You can <a href="http://framework.zend.com/download/simplecloud">dowload the latest release here</a> but keep in mind that the API has the possibility to change since this release isn't a final version. Bugs that are found can be entered into <a href="http://framework.zend.com/issues">the bug tracker</a>.
</p>]]></description>
      <pubDate>Wed, 12 May 2010 11:24:37 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Clay Loveless' Blog: 5 Reasons Simple Cloud is a Dark Cloud]]></title>
      <guid>http://www.phpdeveloper.org/news/13287</guid>
      <link>http://www.phpdeveloper.org/news/13287</link>
      <description><![CDATA[<p>
Following the release of the Zend Simple Cloud API for their Zend Framework, <i>Clay Lovess</i> has <a href="http://claylo.com/5-reasons-simple-cloud-is-a-dark-cloud">pointed out</a> that sometimes a simple cloud could be a "dark cloud" for your application.
</p>
<blockquote>
Developing "cloud-native" applications? Soon there'll be an abstraction layer for that too. [...] Sounds great, right? Not so much. As Chief Architect of a PHP-based "cloud-native" application that's handling hundreds of millions of requests per month, there's no way I'd consider using Simple Cloud. Here are five reasons why you shouldn't either.
</blockquote>
<p>
His reasons are pretty simple ones - leaky abstractions, lowest common denominator calls the shots, the important groups (leaders) don't always get involved, creating a native option isn't that hard and, face it, you'll never make the move over because of the work level and uncertainty involved.
</p>
<p>
If you'd like to find out more about what he's talking about, check out <a href="http://www.simplecloud.org/">this site</a> for more information on Simple Cloud.
</p>]]></description>
      <pubDate>Fri, 25 Sep 2009 11:49:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Zend & Partners Release Simple Cloud API for Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/13267</guid>
      <link>http://www.phpdeveloper.org/news/13267</link>
      <description><![CDATA[<p>
In a new blog post <i>Maarten Balliauw</i> <a href="http://blog.maartenballiauw.be/post/2009/09/22/Simple-API-for-Cloud-Application-Services.aspx">has mentioned a new release</a> in cooperation of Zend and several major cloud services providers of a simple API that makes it easy to interface with Cloud Application Services.
</p>
<blockquote>
The Simple Cloud API project empowers developers to use one interface to interact with the cloud services offered by different vendors. These vendors are all contributing to this open source project, making sure the Simple Cloud API "fits like a glove" on top of their service.
</blockquote>
<p>
The API lets you work with things like Windows Azure blobs, Amazon S3, Amazon's SimpleDB and Rackspace Cloud Files. <i>Maarten</i> includes a bit of sample code using the new Zend_Cloud components of the Zend Framework to make a connection to Windows Azure and store/retrieve an item to and from the service. You can find out more about the interface and what all it supports on <a href="http://www.simplecloudapi.org/">the Simple Cloud website</a>.
</p>]]></description>
      <pubDate>Tue, 22 Sep 2009 13:25:31 -0500</pubDate>
    </item>
  </channel>
</rss>
