<?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>Strategies for Software-as-a-Service (SaaS), Governance Risk and Compliance (GRC), Open Source&#124; PrudentCloud &#187; Persistence</title>
	<atom:link href="http://www.prudentcloud.com/tag/persistence/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prudentcloud.com</link>
	<description>Software-as-a-Service (SaaS), Governance Risk and Compliance, Cleantech are becoming critical decision points  in companies. PrudentCloud will help you make some of these strategic decisions.</description>
	<lastBuildDate>Wed, 08 Sep 2010 23:45:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Graduating Cloud to the Enterprise: Platform-as-a-Service</title>
		<link>http://www.prudentcloud.com/cloud-computing-technology/graduating-cloud-to-the-enterprise-platform-as-a-service-25012010/</link>
		<comments>http://www.prudentcloud.com/cloud-computing-technology/graduating-cloud-to-the-enterprise-platform-as-a-service-25012010/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 03:16:18 +0000</pubDate>
		<dc:creator>Subraya Mallya</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Business Process Modeling]]></category>
		<category><![CDATA[Caching]]></category>
		<category><![CDATA[Cross-Browser Support]]></category>
		<category><![CDATA[Cross-site scripting]]></category>
		<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Denial of Service]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[IaaS]]></category>
		<category><![CDATA[Internationalization]]></category>
		<category><![CDATA[Persistence]]></category>
		<category><![CDATA[Platform-as-a-Service]]></category>
		<category><![CDATA[Reliability]]></category>
		<category><![CDATA[Scalability]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[State Management]]></category>
		<category><![CDATA[WYSIWIG]]></category>

		<guid isPermaLink="false">http://www.prudentcloud.com/?p=2390</guid>
		<description><![CDATA[In my previous post in this series Graduating Cloud to the Enterprise, I covered Infrastructure-as-a-Service and highlighted some of the key gating factors for mass adoption by large enterprises. In this post I will analyze the benefits and challenges of Platform-as-a-Service (PaaS). To give you good sense of what Platform-as-a-Service would mean I will start [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous post in this series Graduating Cloud to the Enterprise, I covered <a title="Infrastructure-as-a-Service" href="http://www.prudentcloud.com/cloud-computing-technology/graduating-cloud-to-enterprise-infrastructure-as-a-service-20012010/" target="_self">Infrastructure-as-a-Service </a>and highlighted some of the key gating factors for mass adoption by large enterprises. In this post I will analyze the benefits and challenges of Platform-as-a-Service (PaaS).</p>
<p>To give you good sense of what Platform-as-a-Service would mean I will start with an analogy with a relevant topic.</p>
<p>Say you are FremantleMedia and you are in the business of producing and hosting American Idol. Since your core business is creating and delivering an entertainment programs, building and owning an auditorium/theater probably figures last in your list. Your other choice is to rent the Kodak Theater. With your rental comes all the necessary components you need to create and deliver the show &#8211; namely the  studio, the podium, the green room, A/V system, the lighting, the chairs, the ticket booth, the tiered seating, the rest rooms, parking lot.. you get the idea. It even comes with accommodations for the different classes of audience (Think customer segments) children, aged, families, physically disabled audience. So you did what your core competency was created, delivered the program in the theater. You did not have to go through the hassle of building a theater, owning it and incurring the overhead of managing and maintaining it. The theater by itself, might have turned to the electric utility, water district, security companies for delivering the various needs you might have needed. But all that came as a package as part of renting the theater.</p>
<p>Platform-as-a-Service seeks to deliver a similar experience to companies using and creating web based applications, to meet their business needs.</p>
<p><strong>Platform-as-a-Service (PaaS)</strong> at its core comprises of a computing platform  that facilitates the development and deployment of web application  without requiring companies to build, configure and maintain the infrastructure that hosts it.</p>
<p>A best-in-class Platform-as-a-Service must include</p>
<ol>
<li><strong>Application Development Technology Framework:</strong> A robust application development technology framework built on a technology that is widely used. Most widely used technology frameworks are built on J2EE, .NET, PHP. The framework must support the management of the entire application lifecycle of design, development, testing, delivery, change control and update of software applications.</li>
<li><strong>Ease-of-Use:</strong> One of the key selling points of Cloud Computing is that the complexity gets masked from the clients. So PaaS should be no different. A Platform-as-a-Service should come with easy to use WYSIWIG tools with pre-built widgets, canned UI components, drag-and-drop tools and support for some standard IDEs. Eclipse, NetBeans, InteliJ to name a few. It should facilitate rapid, iterative Application Development.</li>
<li><strong>Business Process Modeling:</strong> A strong business process modeling framework that allows you model your business process and build the application around it. Remember, the new age applications should be built using model-driven, agile methodologies to afford you the ability to quickly adapt to the rapidly changing dynamics in a global business landscape. A good platform must support robust digital and human workflow capabilities and allow for rich collaboration as part of the business transactions that would be conducted in the application.</li>
<li><strong>Ubiquitous:</strong> Companies these days have extended workforce in the far extremes of the world and they operate round the clock. The platform of choice should be accessible and available (at acceptable service levels).</li>
<li><strong>Scalable:</strong> Businesses are dynamic and the workforce is elastic with all the M&amp;As, divestitures. The platform should be smart enough to leverage the elastic capacity from the underlying infrastructure, when put under stress of  volume data and/or user load. In addition, it should also address the needs around <strong>State Management</strong>, <strong>Persistence</strong>, <strong>Caching</strong>, <strong>Localization</strong>, <strong>Accessibility</strong>, <strong>Cross Browser</strong> support while abstracting it from the application development team.</li>
<li><strong>Adaptive:</strong> Technologies change by the day. Mobile is increasingly becoming platform to deliver atomic services. A best-in-class PaaS should provide ability to develop an application and deliver it on multiple run time platforms besides web. Mobile and Rich Client capabilities are becoming increasingly the norm.</li>
<li><strong>Secure:</strong> Should I say more? The more things we push on the internet the more we offer to the hackers. To effectively combat the threats, the platform should address things like Cross-site scripting, SQL Injection, Denial of Service, Encryption of traffic and make it ingrained into the application development. Additionally the platform must support <strong></strong> <strong>single sign-0n</strong> capabilities for you to be integrate with your other on-premise applications or any cloud applications.</li>
<li><strong>Inclusive:</strong> The platform should provide the ability to include/embed/integrate other applications built on the same platform or others. In fact, support for integrating to third party services using REST, Web Services or any other RPCs should be built in should be a minimum requirement in evaluating Platforms.</li>
<li><strong>Portable:</strong> Business dynamics change and there is a distinct possibility that you might want to move your application from one Infrastructure-as-a-Service provider to another that your acquirer has standardized on. The platform should be agnostic to the underlying infrastructure and allow companies to move the application to another infrastructure. This might also be the case as you scale from a smaller vendor to a larger vendor as your business goes from being a million dollar company to a billion dollar company.</li>
<li><strong>On-board Tools:</strong> Considering that most companies transition existing applications to the platform, it is fair to assume that they would also like to bring a subset of data with them. To easily and quickly migrate data over from the legacy on-premise application to the application based on Platform, bulk import, transformation tools would be a necessary part of the toolkit that comes with the platform.</li>
</ol>
<p><strong>PaaS Landscape</strong></p>
<p>If you look at the current landscape, you will find two sets of players &#8211; the big kahunas in <strong> Force.com</strong>, <strong>Microsoft Azure </strong>, <strong>Google App Engine</strong> and some niche nimble successful smaller ones like <strong>LongJump</strong>, <strong>Engine Yard</strong> and <strong>SaaSGrid</strong>.</p>
<p><strong>Who needs it?</strong></p>
<p>The two key consumers of Platform-as-a-Service would be</p>
<ol>
<li>Small ISVs/Startups who work under tight budgets and scant resources. They cannot afford to invest in a dedicated team building a platform. Since majority of them operate on a atomic idea and opportunity window, time to market is critical for them. PaaS provides them a quick way to get their product to market.</li>
<li>IT shops laden with the inventory of fragmented legacy apps (<strong>i-have-an-app-for-that?</strong>) which are band-aided together. Invariably most of those applications will be written in some outdated technologies like ColdFusion or Foxpro. The challenge companies would be facing would be dwindling knowledge about the application and not being able to retain that &#8220;special talent&#8221; who built that application and finally deciding to re-write them.</li>
</ol>
<p>As I mentioned in my <a title="Infrastructure-as-a-Service | PrudentCloud" href="http://www.prudentcloud.com/cloud-computing-technology/graduating-cloud-to-enterprise-infrastructure-as-a-service-20012010/" target="_self">last post</a>, specialized tasks are best done by a specialist. And that is more apt in the case of Platform-as-a-Service than others.  Building a Application Technology Platform is highly complicated stuff and is not for the regular &#8220;Joe the Geek&#8221; who hacks some early version of an open source software and creates a small bespoken app.  It takes a lot of foresight and architectural skills to create an adaptive, scalable platform and support it.</p>
<p>So after establishing the virtues of PaaS, let us look at some of the hurdles that are preventing a wider adoption by companies.</p>
<ol>
<li><strong>Transition:</strong> Companies have a lot of legacy applications that are currently in use.  For better or for worse, they work and help run business. There is no way to migrate them as is to a Platform without rewriting them. Any new application requires new investment. With IT budgets no longer the same as the glory days, CIOs will have tough time wiggling out a slice of the budget for a new application. Any tools that will have Rapid Application Development and data migration tools that can reduce the upfront work and cost will surely help get past this hurdle.</li>
<li><strong>Portability:</strong> Each PaaS platform comes with a underlying IaaS platform that they have partnered with. Already finicky, companies that bet on a particular platform would definitely like their applications be portable to other Infrastructure that is either their corporate standard IaaS or internally hosted infrastructure. The PaaS platforms available today are not geared to be  <strong>a-platform-to-go</strong>. Also of critical importance is ensuring that platform based on a widely used technology. Try getting a Ruby-on-Rails programmer or architect in a offshore country. They are expensive and scant.</li>
<li><strong>Viability:</strong> Outside of Force.com, there are not many successful PaaS platform companies that have established a track record. Coghead&#8217;s PaaSing is still fresh in memory. Google and Microsoft have announced  me-too platforms but it remains to be seen if there is enough focus on it amidst the hundreds of other things they both try to do. The rest are small vendors who will f ind it difficult to get past the corporate attorneys and their terms.</li>
<li><strong>Credibility</strong>: While there are many vendors claiming their platform as the nirvana for all things application development in future, there are few that case studies of real critical applications being built on their platforms. Without that, a pure-play PaaS vendor will have a tough time convincing the CIOs of expanding their technology footprint to yet another platform. In the case of Salesforce.com, their success can be attributed to the fact that they are a SaaS company, that owns a key business entity in companies &#8211; i.e., customer. With that under their management, it is easy to cajole companies to build extension applications around that key entity.</li>
<li><strong>Governance:</strong> As with all things cloud, the elephant in the room is governance. With SaaS, it is clear whose throat will get choked if things fell apart. With Platform-as-a-Service it gets a little tricky. If things fell apart, is the developer who built on the platform going to be blamed or the platform on which it is built or the third party infrastructure that it is built on going to take the blame. Here are three things that I think the would have to happen to allay those fears
<ol>
<li>An independent body akin to Better Business Bureau model that grades the platforms for their reliability.</li>
<li>Ownership of SLA by the Platform provider irrespective of who the infrastructure provider is.</li>
<li>Disclosure of the underlying technologies used in the platform that corporate architects or third party reviewers can review to get comfortable. Under strict non-disclosure obviously.</li>
</ol>
</li>
</ol>
<p><strong>If you are a startup</strong></p>
<p>As Brian Jacobs (<a title="Brian Jacobs - Emergence Capital Partners" rel="nofollow" href="http://twitter.com/brian_emcap " target="_blank">@brian_emcap</a>), General Partner at <strong>Emergence Capital Partners</strong>, pointed out to me, one of the most important considerations for startups thinking of building their application on a standard Platform-as-a-Service is thinking about their eventual exit. Here are couple of things to get you thinking on that front.</p>
<ol>
<li>You might limit of your chances of getting acquired based on the platform you decide to base your application on. For example: A company built on Force.com might not be appealing to a company that has its own platform like Microsoft or Google.</li>
<li>The issue of Intellectual Property might get a little challenging. You will have to sort that out before derivative work on the platform is created. How does the ownership transfer happen? Case-in-Point: If SAP acquires a company built on Force.com does it get to take the application and customers to its own platform? or more importantly can it?</li>
</ol>
<p>In conclusion, there are is a lot of value to be derived from a platform-as-a-service but more questions need to be answered.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.prudentcloud.com/cloud-computing-technology/graduating-cloud-to-the-enterprise-platform-as-a-service-25012010/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
