<?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>[Be el o ge] &#187; Cloud Computing</title>
	<atom:link href="http://blog.project-sierra.de/archives/category/cloud-computing/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.project-sierra.de</link>
	<description>I &#9829; The Web</description>
	<lastBuildDate>Sun, 04 Dec 2011 18:08:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google Dev Day 2010 in Prague</title>
		<link>http://blog.project-sierra.de/archives/1859</link>
		<comments>http://blog.project-sierra.de/archives/1859#comments</comments>
		<pubDate>Tue, 16 Nov 2010 20:09:14 +0000</pubDate>
		<dc:creator>Stefan Siebel</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[AppEngine]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[GWT]]></category>

		<guid isPermaLink="false">http://blog.project-sierra.de/?p=1859</guid>
		<description><![CDATA[Wow, Google Dev Day 2010 in Prague is over and there was lots of interesting information presented in the sessions. Below some notes I took during some of the sessions. Native Client Currently supported languages: C, C++. There are plans &#8230; <a href="http://blog.project-sierra.de/archives/1859">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p><a href="http://blog.project-sierra.de/wp-content/uploads/2010/11/googledevday.jpg"><img src="http://blog.project-sierra.de/wp-content/uploads/2010/11/googledevday.jpg" alt="" title="Google Dev Day 2010" width="300" height="200" class="alignright size-full wp-image-1860" /></a> Wow, Google Dev Day 2010 in Prague is over and there was lots of interesting information presented in the sessions. Below some notes I took during some of the sessions.</p>
<p><strong>Native Client</strong></p>
<ul>
<li>Currently supported languages: C, C++. There are plans to extend the platform for other languages like C# and also to integrate with IDEs like Visual Studio and Eclipse.</li>
<li>Currently works reliably only in Google Chrome; can be used for extension development.</li>
<li>Possible use cases: client side encryption, image processing, games</li>
<li>Native Client is sandboxed in two layers: Native Client Sandbox, Google Chrome Sandbox.</li>
<li>Additionally certain IO and system calls are blocked.</li>
<li>Code must be verifiable, which has a size and performance impact.</li>
<li><a href="http://code.google.com/p/nativeclient/">http://code.google.com/p/nativeclient/</a></li>
</ul>
<p>In my opinion Native Client probably won&#8217;t become popular in main stream applications, but I see a lot potential for Chrome Extensions.</p>
<p><strong>What&#8217;s new in Google App Engine</strong></p>
<ul>
<li>AE for Business has been released recently. Main highlights are a Service Level Agreement and SQL support.</li>
<li>New features and API&#8217;s
<ul>
<li>Channel API: bidirectional client server communication.</li>
<li>Mapper API: Support for full MapReduce. Ideal for dealing with large datasets and distributable problems. <a href="http://code.google.com/p/appengine-mapreduce/">App Engine Map Reduce.</a></li>
<li>Multi-Tenancy: Very easily usable by implementing a servlet filter and setting a namespace.</li>
<li>Matcher API: Document matching infrastructure.</li>
<li>High Performance Image Processing</li>
</ul>
</li>
</ul>
<p>All in all App Engine made a much more mature impression than last year. Together with <a href="http://www.springsource.org/roo">SpringRoo</a>, <a href="http://code.google.com/intl/de/webtoolkit/">GWT</a> and the <a href="http://www.springsource.com/developer/sts">Spring Source Tool Suite</a> it&#8217;s a great environment for rapid application development &#8230;. if you are into Java &#8230;</p>
<p><strong>Storage, Big Query, Prediction API</strong></p>
<ul>
<li>While App Engine is a Platform As A Service (PAAS) offering, Storage, BigQuery and Prediction API are the first products of Google&#8217;s Infrastructure As A Service (IAAS) offering.</li>
<li>Storage: essentially like Amazon S3. Compatible with S3&#8242;s REST API.</li>
<li>BigQuery and Prediction API builds on top of Storage</li>
<li>Data is stored in US data centers, but distributed through Google&#8217;s global network. Thus latency is very low.</li>
<li>Currently no Amazon-like areas are supported.</li>
<li>Comes with a command line util: <a href="http://code.google.com/p/gsutil/">gsutil</a>. gsutil can be used together with S3, too.</li>
<li>Prediction API is an API to Google&#8217;s machine learning algorithms. Essentially you can upload a dataset to Google Storage, train the algorithm and then ask for a prediction based on a new input. The algorithms themselves are a blackbox; you don&#8217;t have any influence and no way to configure / fine tune them.</li>
<li>BigQuery: lets you query large datasets with a subset of SQL very quickly. Great for reporting.</li>
</ul>
<p><strong>Android News</strong></p>
<p>New in Android 2.2 </p>
<ul>
<li>Licensing Verfication Library and Service</li>
<li>Application Error Reports (integrated into the market place, including the possibility for customers to provide feedback)</li>
<li>Just in time compiler: makes native apps 2x &#8211; 5x faster</li>
<li>Uses now V8 Javascript engine: makes web applications 2x &#8211; 3x faster</li>
<li>Device admin API: Enforcing enterprise Security Policies (e.g. max password length, etc)</li>
<li><a href="http://code.google.com/intl/de/android/c2dm/index.html">Cloud to device messaging</a>: Great for server push. Saves battery on the client side and provides a much better user experience.</li>
<li>App Data Backup API: Additionally to restoring the users apps on a new device, this gives the developer the opportunity to restore the users application data, too</li>
<li>Speech API</li>
<li>Easier configuration of &#8220;Install on SD&#8221;: simply configure this in your manifest file.</li>
</ul>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F1859&amp;linkname=Google%20Dev%20Day%202010%20in%20Prague" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F1859&amp;linkname=Google%20Dev%20Day%202010%20in%20Prague" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F1859&amp;linkname=Google%20Dev%20Day%202010%20in%20Prague" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F1859&amp;linkname=Google%20Dev%20Day%202010%20in%20Prague" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F1859&amp;linkname=Google%20Dev%20Day%202010%20in%20Prague" title="Reddit" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_slashdot" href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F1859&amp;linkname=Google%20Dev%20Day%202010%20in%20Prague" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F1859&amp;linkname=Google%20Dev%20Day%202010%20in%20Prague" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F1859&amp;linkname=Google%20Dev%20Day%202010%20in%20Prague" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F1859&amp;title=Google%20Dev%20Day%202010%20in%20Prague" id="wpa2a_2"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.project-sierra.de/archives/1859/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great article by IBM: Connecting to the Cloud</title>
		<link>http://blog.project-sierra.de/archives/948</link>
		<comments>http://blog.project-sierra.de/archives/948#comments</comments>
		<pubDate>Thu, 27 Aug 2009 14:17:29 +0000</pubDate>
		<dc:creator>Stefan Siebel</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>

		<guid isPermaLink="false">http://blog.project-sierra.de/?p=948</guid>
		<description><![CDATA[The article has three parts: Part 1 What is cloud computing Driving the hybrid model (outsourcing of specific services to the cloud) Amazon Cloud Services Google AppEngine Microsoft Azure Salesforce.com Part 2 Implementing a hybrid application: reading messages from local &#8230; <a href="http://blog.project-sierra.de/archives/948">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>The article has three parts:</p>
<p><strong><a href="http://www.ibm.com/developerworks/xml/library/x-cloudpt1/">Part 1</a></strong></p>
<ul>
<li>What is cloud computing</li>
<li>Driving the hybrid model (outsourcing of specific services to the cloud)</li>
<li><a href="http://aws.amazon.com/">Amazon Cloud Services</a></li>
<li><a href="http://code.google.com/appengine/">Google AppEngine</a></li>
<li><a href="http://www.microsoft.com/azure/default.mspx">Microsoft Azure</a></li>
<li><a href="http://www.salesforce.com/">Salesforce.com</a></li>
</ul>
<p><strong><a href="http://www.ibm.com/developerworks/xml/library/x-cloudpt2/">Part 2</a></strong></p>
<p>Implementing a hybrid application: reading messages from local queue, sending to Amazon SQS and reading it again back from there</p>
<p><strong><a href="http://www.ibm.com/developerworks/xml/library/x-cloudpt3/">Part 3</a></strong></p>
<p>Security considerations</p>
<ul>
<li>Cloud Governance: Define _local_ policies for how to use the cloud. Usage of XML Gateway is of advantage, e.g. <a href="http://www.vordel.com/products/vx_gateway/">Vordel XML Gateway</a></li>
<li>XML Gateway can be used additionally to encrypt data before it&#8217;s send to the cloud or to strip out private information.</li>
<li>How does Security work for Amazon SQS and S3</li>
<li>Amazon SQS Policies</li>
</ul>
<p>Enjoy reading!</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F948&amp;linkname=Great%20article%20by%20IBM%3A%20Connecting%20to%20the%20Cloud" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F948&amp;linkname=Great%20article%20by%20IBM%3A%20Connecting%20to%20the%20Cloud" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F948&amp;linkname=Great%20article%20by%20IBM%3A%20Connecting%20to%20the%20Cloud" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F948&amp;linkname=Great%20article%20by%20IBM%3A%20Connecting%20to%20the%20Cloud" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F948&amp;linkname=Great%20article%20by%20IBM%3A%20Connecting%20to%20the%20Cloud" title="Reddit" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_slashdot" href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F948&amp;linkname=Great%20article%20by%20IBM%3A%20Connecting%20to%20the%20Cloud" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F948&amp;linkname=Great%20article%20by%20IBM%3A%20Connecting%20to%20the%20Cloud" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F948&amp;linkname=Great%20article%20by%20IBM%3A%20Connecting%20to%20the%20Cloud" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F948&amp;title=Great%20article%20by%20IBM%3A%20Connecting%20to%20the%20Cloud" id="wpa2a_4"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.project-sierra.de/archives/948/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazon offeres private cloud service</title>
		<link>http://blog.project-sierra.de/archives/943</link>
		<comments>http://blog.project-sierra.de/archives/943#comments</comments>
		<pubDate>Wed, 26 Aug 2009 19:47:57 +0000</pubDate>
		<dc:creator>Stefan Siebel</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>

		<guid isPermaLink="false">http://blog.project-sierra.de/?p=943</guid>
		<description><![CDATA[Amazon today announced a new product called Virtual Private Cloud. For now it&#8217;s available as a limited public beta, but still it&#8217;s amazing news because it will make the cloud concept more enterprise-friendly and can be set as an argument &#8230; <a href="http://blog.project-sierra.de/archives/943">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>Amazon today announced a new product called <a href="http://aws.amazon.com/vpc/">Virtual Private Cloud</a>. For now it&#8217;s available as a limited public beta, but still it&#8217;s amazing news because it will make the cloud concept more enterprise-friendly and can be set as an argument against the typical <a href="http://blog.project-sierra.de/archives/881">security concerns</a> corporations <a href="http://blog.project-sierra.de/archives/939">typically</a> raise against shared environments.</p>
<p>For further reading check out TechCrunch&#8217;s article: <a href="http://www.techcrunch.com/2009/08/26/amazon-eyes-big-enterprise-budgets-with-virtual-private-cloud-service/">Amazon Eyes Big Enterprise Budgets With Virtual Private Cloud Service</a></p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F943&amp;linkname=Amazon%20offeres%20private%20cloud%20service" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F943&amp;linkname=Amazon%20offeres%20private%20cloud%20service" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F943&amp;linkname=Amazon%20offeres%20private%20cloud%20service" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F943&amp;linkname=Amazon%20offeres%20private%20cloud%20service" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F943&amp;linkname=Amazon%20offeres%20private%20cloud%20service" title="Reddit" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_slashdot" href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F943&amp;linkname=Amazon%20offeres%20private%20cloud%20service" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F943&amp;linkname=Amazon%20offeres%20private%20cloud%20service" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F943&amp;linkname=Amazon%20offeres%20private%20cloud%20service" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F943&amp;title=Amazon%20offeres%20private%20cloud%20service" id="wpa2a_6"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.project-sierra.de/archives/943/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who is likely to move to the cloud and who not</title>
		<link>http://blog.project-sierra.de/archives/939</link>
		<comments>http://blog.project-sierra.de/archives/939#comments</comments>
		<pubDate>Tue, 25 Aug 2009 18:42:48 +0000</pubDate>
		<dc:creator>Stefan Siebel</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>

		<guid isPermaLink="false">http://blog.project-sierra.de/?p=939</guid>
		<description><![CDATA[2009 is the year of the cloud. Google started to support Java on its AppEngine platform, Microsoft released the Azure platform to run .NET applications in the cloud and if you&#8217;re running a Rails app you might want to take &#8230; <a href="http://blog.project-sierra.de/archives/939">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>2009 is the year of the cloud. Google <a href="http://googlecode.blogspot.com/2009/04/new-features-for-app-engine-announced.html">started to support Java</a> on its AppEngine platform, Microsoft <a href="http://www.microsoft.com/presspass/press/2008/oct08/10-27PDCDay1PR.mspx">released the Azure platform</a> to run .NET applications in the cloud and if you&#8217;re running a Rails app you might want to take a look at <a href="http://www.engineyard.com/cloud-services">EngineYards cloud offererings</a> or <a href="http://heroku.com/">Heroku</a>.<br />
Additionally to these  PAAS (platform as a service) kind of clouds you find more open / configurable platforms: <a href="http://http://aws.amazon.com/ec2/">Amazons Elastic Cloud</a> or <a href="http://www.joyent.com/">Joyent</a> are two examples. There are companies building up on these platforms like <a href="http://http://www.rightscale.com/">RightScale</a> and <a href="http://www.cohesiveft.com/">Cohesive FT</a>. Both are operating on EC2 and helping you manage the cloud.</p>
<p>Cloud services are a great way for startups to deploy their applications on a scalable platform without the need to invest thousands and eventually millions of $ to build up a reliable data center to deliver the service they have in mind. They don&#8217;t need to hire a whole staff to take care of their operations and they don&#8217;t need to sign expensive support contracts for hard- and software components.</p>
<p>One often mentioned concern about the cloud approach is <a href="http://blog.project-sierra.de/archives/881">security</a>. There are applications which are critical: financial applications, applications in the health care space to mention two examples. One solution for this is the &#8220;private&#8221; cloud, meaning basically a private data center &#8230;</p>
<p>Next to security there is another point you should consider. I haven&#8217;t really thought about that by myself, not until I read this fantastic article on Forbes: <a href="http://www.forbes.com/2009/04/28/cloud-computing-enterprise-technology-cio-network-cloud-computing.html">Analyzing The Cloud</a>.<br />
In short: Who do you expect will your customers be? If you sell your product mainly to private customer or small and medium sized companies you&#8217;re probably fine. Bigger corporations tend to have already big data centers and complete staffed operation departments and it&#8217;s less likely that these want to move parts of their operation outside the company.</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F939&amp;linkname=Who%20is%20likely%20to%20move%20to%20the%20cloud%20and%20who%20not" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F939&amp;linkname=Who%20is%20likely%20to%20move%20to%20the%20cloud%20and%20who%20not" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F939&amp;linkname=Who%20is%20likely%20to%20move%20to%20the%20cloud%20and%20who%20not" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F939&amp;linkname=Who%20is%20likely%20to%20move%20to%20the%20cloud%20and%20who%20not" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F939&amp;linkname=Who%20is%20likely%20to%20move%20to%20the%20cloud%20and%20who%20not" title="Reddit" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_slashdot" href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F939&amp;linkname=Who%20is%20likely%20to%20move%20to%20the%20cloud%20and%20who%20not" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F939&amp;linkname=Who%20is%20likely%20to%20move%20to%20the%20cloud%20and%20who%20not" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F939&amp;linkname=Who%20is%20likely%20to%20move%20to%20the%20cloud%20and%20who%20not" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F939&amp;title=Who%20is%20likely%20to%20move%20to%20the%20cloud%20and%20who%20not" id="wpa2a_8"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.project-sierra.de/archives/939/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;Going Google&#8221; Phenomenon</title>
		<link>http://blog.project-sierra.de/archives/888</link>
		<comments>http://blog.project-sierra.de/archives/888#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:03:52 +0000</pubDate>
		<dc:creator>Stefan Siebel</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>

		<guid isPermaLink="false">http://blog.project-sierra.de/?p=888</guid>
		<description><![CDATA[According to this article Google says there are &#8220;over 1.75 million businesses, schools and organizations&#8221; using Google Apps. This is far more than I thought. No wonder that Microsoft announced the Microsoft Office Web Apps as part of Office 2010. &#8230; <a href="http://blog.project-sierra.de/archives/888">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>According to <a href="http://googleblog.blogspot.com/2009/08/going-google-with-google-apps.html">this</a> article Google says there are <em>&#8220;over 1.75 million businesses, schools and organizations&#8221;</em> using <a href="http://www.google.com/apps/intl/en/business/index.html">Google Apps</a>.<br />
This is far more than I thought. No wonder that Microsoft announced the <a href="http://www.pcworld.com/article/168309/microsoft_office_vsgoogle_docs_a_web_apps_showdown.html">Microsoft Office Web Apps</a> as part of Office 2010. Everybody wants a piece of the cake!</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F888&amp;linkname=The%20%26%238220%3BGoing%20Google%26%238221%3B%20Phenomenon" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F888&amp;linkname=The%20%26%238220%3BGoing%20Google%26%238221%3B%20Phenomenon" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F888&amp;linkname=The%20%26%238220%3BGoing%20Google%26%238221%3B%20Phenomenon" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F888&amp;linkname=The%20%26%238220%3BGoing%20Google%26%238221%3B%20Phenomenon" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F888&amp;linkname=The%20%26%238220%3BGoing%20Google%26%238221%3B%20Phenomenon" title="Reddit" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_slashdot" href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F888&amp;linkname=The%20%26%238220%3BGoing%20Google%26%238221%3B%20Phenomenon" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F888&amp;linkname=The%20%26%238220%3BGoing%20Google%26%238221%3B%20Phenomenon" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F888&amp;linkname=The%20%26%238220%3BGoing%20Google%26%238221%3B%20Phenomenon" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F888&amp;title=The%20%26%238220%3BGoing%20Google%26%238221%3B%20Phenomenon" id="wpa2a_10"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.project-sierra.de/archives/888/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security of Cloud Computing</title>
		<link>http://blog.project-sierra.de/archives/881</link>
		<comments>http://blog.project-sierra.de/archives/881#comments</comments>
		<pubDate>Mon, 03 Aug 2009 20:38:41 +0000</pubDate>
		<dc:creator>Stefan Siebel</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[in den News]]></category>

		<guid isPermaLink="false">http://blog.project-sierra.de/?p=881</guid>
		<description><![CDATA[No matter which IT news channel you read, there&#8217;s no way you missed the dozens of articles about Cloud Computing which have been released in 2009 up to now. It looks like 2009 is the year of the Cloud, more &#8230; <a href="http://blog.project-sierra.de/archives/881">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>No matter which IT news channel you read, there&#8217;s no way you missed the dozens of articles about Cloud Computing which have been released in 2009 up to now. It looks like 2009 is the year of the Cloud, more than ever. In fact I believe that the Cloud is a great model for many applications, eventually even more than you&#8217;d think right now.<br />
There are some things though you want to consider when planning to move your app to the Cloud. These two articles are good starting points:</p>
<ul>
<li><a href="http://www.nytimes.com/2009/07/20/opinion/20zittrain.html?_r=2">Lost in the Cloud</a> by Jonathan Zittrain</li>
<li><a href="http://www.schneier.com/blog/archives/2009/06/cloud_computing.html">Cloud Computing</a> by Bruce Schneier</li>
</ul>
<p>There was an article on TechCrunch about what can happen if all the data of you company is in the Cloud: <a href="http://www.techcrunch.com/2009/07/19/the-anatomy-of-the-twitter-attack/">The Anatomy Of The Twitter Attack</a>.</p>
<p>All the risks which come along with the Cloud Computing model don&#8217;t speak against the model itself. It&#8217;s all just about mastering these risks to make that model successful long term.</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<p><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F881&amp;linkname=Security%20of%20Cloud%20Computing" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F881&amp;linkname=Security%20of%20Cloud%20Computing" title="Twitter" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F881&amp;linkname=Security%20of%20Cloud%20Computing" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F881&amp;linkname=Security%20of%20Cloud%20Computing" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F881&amp;linkname=Security%20of%20Cloud%20Computing" title="Reddit" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_slashdot" href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F881&amp;linkname=Security%20of%20Cloud%20Computing" title="Slashdot" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a><a class="a2a_button_technorati_favorites" href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F881&amp;linkname=Security%20of%20Cloud%20Computing" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F881&amp;linkname=Security%20of%20Cloud%20Computing" title="Digg" rel="nofollow" target="_blank"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.project-sierra.de%2Farchives%2F881&amp;title=Security%20of%20Cloud%20Computing" id="wpa2a_12"><img src="http://blog.project-sierra.de/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.project-sierra.de/archives/881/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

