<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>OpSource Executive Blog on Software as a Service (SaaS)</title>
	<link>http://www.opsource.net/blog</link>
	<description>The Experts in Delivering Software as a Service and Web Applications</description>
	<pubDate>Tue, 23 Jun 2009 00:17:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Performance, Security and the Virtual Private Cloud</title>
		<link>http://www.opsource.net/blog/2009/06/22/performance-security-and-the-virtual-private-cloud/</link>
		<comments>http://www.opsource.net/blog/2009/06/22/performance-security-and-the-virtual-private-cloud/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 00:12:40 +0000</pubDate>
		<dc:creator>Treb</dc:creator>
		
		<category><![CDATA[Cloud]]></category>

		<category><![CDATA[Web Services]]></category>

		<category><![CDATA[Virtual Private Cloud]]></category>

		<guid isPermaLink="false">http://www.opsource.net/blog/2009/06/22/performance-security-and-the-virtual-private-cloud/</guid>
		<description><![CDATA[Often the two biggest concerns about using Cloud resources today is the lack of latency SLA&#8217;s and the difficulty of locking down sensitive data in cloud environments.  These issues of performance and security are often cited as the most common reasons users either don&#8217;t adopt the cloud, or if they do use cloud resources, the [...]]]></description>
			<content:encoded><![CDATA[<p>Often the two biggest concerns about using Cloud resources today is the lack of latency SLA&#8217;s and the difficulty of locking down sensitive data in cloud environments.  These issues of performance and security are often cited as the most common reasons users either don&#8217;t adopt the cloud, or if they do use cloud resources, the reason they only use them for test/dev environments.</p>
<p>Interesting enough, the base reason for the inability of cloud providers to SLA latency between different systems in the cloud and the difficulty in locking down data in the cloud  is the same.  It is what I call the flat network problem.  The flat network problem is the underlying structural defect of the first generation of cloud systems.  Essentially in order to make the cloud as flexible as possible, all of the systems within a cloud sit on the same network.</p>
<p><img src="http://lh4.ggpht.com/_fTzavDU0DZ0/SkAU2KxTccI/AAAAAAAAABw/_Rx_eKjiIl4/s400/Flat%20Network.jpg" alt="Flat Network" align="baseline" height="226" width="400" />This is fine if you want to add lots of front end systems doing the same thing.  But in a traditional two tier architecture, putting your databases on the same network as your front end web traffic creates all sorts of headaches.  First of all, while you can secure the servers it&#8217;s generally best not to directly connect sensitive database servers to the internet.</p>
<p>Secondly, since all traffic between your web/application servers and your database servers must be routed over the front end network it is difficult if not impossible to guaranty latency between those systems.  Even if they sit in the same data center, the latency can often be microseconds instead of milliseconds.  That just won&#8217;t work for most traditional two tier architectures.</p>
<p>Now their have been many ingenious work arounds to the increased latency between cloud based systems.  That said, what would make the cloud much more accessible for enterprise is a way to create what I call Virtual Private Clouds within the public cloud.  Essentially it gives cloud users network level as well as systems level control on how their infrastructure is managed.  Cloud infrastructures would look much more like this:</p>
<p><img src="http://lh5.ggpht.com/_fTzavDU0DZ0/SkAcvm3irdI/AAAAAAAAAB4/K6hSKRJIYDo/s400/Virtual%20Private%20Cloud.jpg" alt="Virtual Private Cloud" align="baseline" height="325" width="400" /></p>
<p>By creating true layer two connections between systems within the public cloud we solve three issues.</p>
<ol>
<li><strong>Security</strong> - Any database servers can be disconnected from the public net.  This makes securing and locking down data much easier to do.</li>
<li><strong>Performance</strong> - By creating a VLAN within the Virtual Private Cloud, users can ensure layer two access between systems that sit on that VLAN.  That alloows for millisecond access times between systems and performance that mimics traditional hosted architectures.</li>
<li><strong>Network Based Management</strong> - This is the last benefit.  Right now to achieve functions like VPN&#8217;s, Clustering, and custom Access Control Firewalls, cloud users have to provision open source &#8220;servers&#8221; to do the trick.  Virtual Private Clouds allow these functions to be migrated back in to the networking gear where the performance is much higher and the management is much simpler.</li>
</ol>
<p>While we are seeing some of the elements of virtual private clouds in the cloud offering out there (<a href="http://www.gogrid.com" title="Go Grid" target="_blank">GoGrid</a> does allow you to configure network based clustering) most of the solutions are not truly cloud based, flexible, API driven offerings.  Instead they are virtual farms you order where the networks can be configured.  For the cloud to truly take off with corporate users, we&#8217;ll need to see true cloud offerings with this type of network configurations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opsource.net/blog/2009/06/22/performance-security-and-the-virtual-private-cloud/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Private Cloud is not truly Cloud</title>
		<link>http://www.opsource.net/blog/2009/05/14/private-cloud-is-not-truly-cloud/</link>
		<comments>http://www.opsource.net/blog/2009/05/14/private-cloud-is-not-truly-cloud/#comments</comments>
		<pubDate>Thu, 14 May 2009 18:38:05 +0000</pubDate>
		<dc:creator>Treb</dc:creator>
		
		<category><![CDATA[Cloud]]></category>

		<category><![CDATA[SaaS - Software As A Service]]></category>

		<guid isPermaLink="false">http://www.opsource.net/blog/2009/05/14/private-cloud-is-not-truly-cloud/</guid>
		<description><![CDATA[Much has been made lately of  the fact that the cloud is not enterprise-ready.  Security, performance,  SLAs, support, standards and management tools are all cited as reasons  the cloud isn&#8217;t ready for enterprise adoption.
Many vendors are proposing  Private Clouds as a solution. Private Clouds are clouds that run inside  enterprise data [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 1ex"><font size="3" face="Times New Roman">Much has been made lately of  the fact that the cloud is not enterprise-ready.  Security, performance,  SLAs, support, standards and management tools are all cited as reasons  the cloud isn&#8217;t ready for enterprise adoption.</font></p>
<p><font size="3" face="Times New Roman">Many vendors are proposing  Private Clouds as a solution. Private Clouds are clouds that run inside  enterprise data centers, by enterprise IT, for the use of the members  of the enterprise. Basically it&#8217;s a way to virtualize a large swath of  the IT data center. As is often the case with technology vendors, they  think that the infrastructure technology, virtualization, is the end  solution the user wants rather than the vehicle with  which their needs are filled. While large scale adoption of Private  Virtual farms will aid in the management of the data center, it will  not address the value that users are getting from true Cloud computing.</font></p>
<p><font size="3" face="Times New Roman">To understand the true value  of Cloud computing, you first need to understand how the ‘Cloud Generation’  uses technology and why the Cloud is so attractive to that generation  as an infrastructure solution. The Cloud Generation has grown up on the  web.  As a result they have come to expect three core elements to their  technology experience:</font></p>
<ol type="1">
<li><font size="3" face="Times New Roman">Immediate Availability    - They do a search and get going right away. </font></li>
<li><font size="3" face="Times New Roman">Ubiquitous Access    - They can get to their data and apps anytime, anyplace. </font></li>
<li><font size="3" face="Times New Roman">Sharing and Collaboration    - They expect to be able to collaborate and share    anything they are working on. </font></li>
</ol>
<p><font size="3" face="Times New Roman">The current Cloud addresses  those needs by providing infrastructure in a way that is far different  than any past solutions.</font></p>
<p><strong><font size="3" face="Times New Roman">Immediate Availability = Complete  Flexibility</font></strong></p>
<p><font size="3" face="Times New Roman">Cloud solutions allow users  to provision resources immediately. By the time you are done reading  this, you could have a server running in Amazon or an application published  in Google. It&#8217;s that immediate. Moreover, it&#8217;s completely flexible. You  can turn off services as quickly as you turn them on. Finally you only  pay for what you use down to the hour or gigabyte. This resonates with  a group that&#8217;s not use to spending up front for anything on the web.</font></p>
<p><strong><font size="3" face="Times New Roman">Ubiquitous Access = APIs</font></strong></p>
<p><font size="3" face="Times New Roman">A  true Cloud solution not only offers infrastructure anytime, anywhere,  it also provides access either through a web interface or through an  API. To the Cloud Generation of programmers this means anything they  can interact with on the Cloud they can program to through APIs. The  idea of infrastructure being an item that can be addressed as part of  the application, instead of something the application lays on top of,  is a radical concept.  It has allowed not only for  innovative applications, but also for true elastic computing making  the Cloud environment even more flexible. Finally, it&#8217;s an essential  element of the communities that have become critical to the advancement  of Cloud computing.</font></p>
<p><strong><font size="3" face="Times New Roman">Sharing and Collaboration =  Communities</font></strong></p>
<p><font size="3" face="Times New Roman">Great Cloud offerings have  great Communities around them. This is the aspect of Cloud computing  that is so often missed – and even scoffed at  – by the IT folks who think it&#8217;s all about virtualization. One of the  biggest gripes about Cloud computing is that support is done by the  Community and not the vendor. While most will agree that far more proactive  vendor support is necessary for Cloud computing, Community support is  just as critical. For questions of configuration and usage tricks, the  Community is a far better source of information than some call center  employee with limited access. Often the Community devises more innovative  solutions than the vendor ever could.</font></p>
<p><font size="3" face="Times New Roman">But in addition to support,  the Community can create third-party add-ins that make the Cloud even  more useful. As easy as it is to set up a server on </font><a href="http://aws.amazon.com/ec2/" target="_blank"><font color="#0000ff" size="3" face="Times New Roman"><u>Amazon&#8217;s EC2</u></font></a><font size="3" face="Times New Roman">, the vast majority of pre-configured  Amazon Machine Images created by the community make it that much easier,  shaving hours of configuration time. In conjunction with the aforementioned  APIs, it also allows for a healthy development  of third party add-ons that both add functionality to the Cloud vendor’s  solution and even act as a channel to market for the vendor.</font></p>
<p><font size="3" face="Times New Roman">So let&#8217;s take a look at Private  Clouds. They don&#8217;t provide complete flexibility. You still need to buy  a bunch of servers and virtualization software and data center space  first and, once you&#8217;ve bought it all, you&#8217;re paying for it whether you  use it or not. Private Clouds also don&#8217;t provide Ubiquitous Access and  if they do have APIs they are usually extremely  limited compared to true Cloud solutions. Finally, if there is any Community  at all (which there usually isn&#8217;t) it&#8217;s restricted to the enterprise  that is deploying it. That&#8217;s a much less powerful Community than the  group of internet users as whole.</font></p>
<p><font size="3" face="Times New Roman">So while Private Clouds may  offer many advantages for managing your data center, they do not truly  address the Cloud Generation’s needs. What&#8217;s really needed is a way  to make the true Cloud (that is to say the public internet) safe for  enterprise use by improving security, performance, SLAs, support, standards  and management tools. That way the users and the enterprise both get  what they want. What does it take to do that? That&#8217;s a subject for the  next post.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.opsource.net/blog/2009/05/14/private-cloud-is-not-truly-cloud/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Silo Busting 4 - Where is the Channel?</title>
		<link>http://www.opsource.net/blog/2008/08/29/silo-busting-4-where-is-the-channel/</link>
		<comments>http://www.opsource.net/blog/2008/08/29/silo-busting-4-where-is-the-channel/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 21:44:00 +0000</pubDate>
		<dc:creator>Treb</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.opsource.net/blog/2008/08/29/silo-busting-4-where-is-the-channel/</guid>
		<description><![CDATA[Just in time for the third part of my Silo Busting Trilogy (don&#8217;t be confused by the 4, the first post was just an overview) Sarah Lacy published her fantastic article On Demand Computing: A Brutal Slog.Â  (Sara, thanks for the set-up.Â  Let me know how I can return the favor.)
For those without the patience [...]]]></description>
			<content:encoded><![CDATA[<p>Just in time for the third part of my Silo Busting Trilogy (don&#8217;t be confused by the 4, the first post was just an overview) <a href="http://www.sarahlacy.com" target="_blank">Sarah Lacy</a> published her fantastic article <a href="http://www.businessweek.com/technology/content/jul2008/tc20080717_362776.htm">On Demand Computing: A Brutal Slog</a>.Â  (Sara, thanks for the set-up.Â  Let me know how I can return the favor.)</p>
<p>For those without the patience to read her prose, Sarah basically says, the world is going to On Demand but selling this stuff is really, really hard.Â  CEO&#8217;s are flying all over the place trying to get deals done.</p>
<p>The natural reaction might be, isn&#8217;t this the case with traditional software as well?Â  It is for big deals, but smaller deals (still the majority of SaaS sales) are done through the channel. Â  The network of channels for traditional ISV&#8217;s is huge, from local Mom and Pop VARs, to huge resellers such as CDW, to the big integrators like Accenture.Â  Unfortunately none of these organizations does much for SaaS (seems like they are as addicted to up-front revenue as the traditional ISV&#8217;s.)</p>
<p>Fortunately we are seeing a next generation of integrators focused on integrating SaaS products.Â  Companies such as <a href="http://www.astadia.com" target="_blank">Astadia</a>, <a href="http://www.bluewolf.com" target="_blank">BlueWolf</a>, and <a href="http://www.appirio.com" target="_blank">Appirio</a> have built burgeoning business&#8217;s around SaaS application cusotmization and integration.Â  Problem is that most of the focuse has still been around integration SalesForce.com.</p>
<p>That&#8217;s where web services come in.Â  By insuring you have a good web services interface you allow your app to be integrated in to these solutions by these next generation integrators.Â  This opens whole new channels (admittedly small right now, but growing like the rest of SaaS.)Â Â  Integrators can either use your software as a platform in which to develop custom apps, or more likely, integrate your app as part of a custom solution for a specific company or vertical.</p>
<p>Beyond the SI play, there is the ability to integrate your app in other SaaS applications allowing them do the hard work of sales while you grow every time they get a new customer.Â  <a href="http://www.intacct.com">Intacct</a> software has done just that with <a href="http://www.realpages.com">RealPage</a>.Â  Intacct is a critical component of RealPage, providing the underlying financial package that is part of RealPage apartment management solution.Â  Now every time RealPage signs up a new apartment building, Intacct get&#8217;s a new customer.</p>
<p>Now that&#8217;s a great way to stay off the plane.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opsource.net/blog/2008/08/29/silo-busting-4-where-is-the-channel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Silo Busting 3 - Integrate with the Enterprise</title>
		<link>http://www.opsource.net/blog/2008/06/30/silo-busting-3-integrate-with-the-enterprise/</link>
		<comments>http://www.opsource.net/blog/2008/06/30/silo-busting-3-integrate-with-the-enterprise/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 23:29:49 +0000</pubDate>
		<dc:creator>Treb</dc:creator>
		
		<category><![CDATA[Cloud]]></category>

		<category><![CDATA[SaaS - Software As A Service]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web Services]]></category>

		<category><![CDATA[Web applications]]></category>

		<guid isPermaLink="false">http://www.opsource.net/blog/2008/06/30/silo-busting-3-integrate-with-the-enterprise/</guid>
		<description><![CDATA[A couple of posts ago, I spoke to the busting of the SaaS Silo with Web Services and the impact that was having on the SaaS industry.Â  The last post spoke specifically about using Web Services to add functionality to your app.Â  While adding cool new functionality to the app is big for the product [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of posts ago, I spoke to the busting of the SaaS Silo with Web Services and the impact that was having on the SaaS industry.Â  The last post spoke specifically about using Web Services to<a href="http://www.opsource.net/blog/2008/05/30/silo-busting-2-beyond-google-maps/" title="Beyond Google Maps"> add functionality to your app</a>.Â  While adding cool new functionality to the app is big for the product guys and the marketing guys, the interest from the sales side seems to be driven by a whole separate set of concerns, chief among them&#8230; Integration.</p>
<p>According to recent research by both <a href="http://www.saugatuck.com">Saugatuck</a> and <a href="http://www.forrester.com">Forrester</a>, integration has surpassed security as the main concern for enterprise implementations of SaaS.Â  This is actually a great sign for SaaS vendors.Â  It means that SaaS is extending beyond the departmental sale and making true progress into the enterprise.Â  It also means that in order to get past this increasingly common sales objection, companies need to figure out how to use Web Services to integrate their SaaS application.</p>
<p>While enterprise adoption of SaaS has been quite good, it&#8217;s usually done at the departmental level initially.Â  That means good SaaS apps appeal to business users with specific problems.Â  As the adoption of those applications spreads from the department to the whole enterprise, IT gets involved.Â  And it&#8217;s logical to think IT wouldn&#8217;t want a separate employee record in its <a href="http://www.taleo.com">Taleo</a> system than it has in its payroll system.Â  Solutions such as <a href="http://www.boomi.com">Boomi&#8217;s Atoms</a> help IT shops avoid that problem.</p>
<p>Besides integrating with legacy applications, Web Services are beginning to help companies integrate multiple SaaS applications.Â  Up to now the most ubiquitous integration problem, user management, has either been ignored by companies using SaaS or has had to be cobbled together by in house teams.Â  I can tell you, we use everything from SalesForce to NetSuite to RightNow and we&#8217;ve had to put some pretty tricky things in to (imperfectly) manage users.Â  Now we are seeing ready built solutions from <a href="http://www.tricipher.com">TriCipher</a> and <a href="http://www.symplified.com/">Symplified</a> that are making this easier and easier for both the SaaS vendor and the enterprise.</p>
<p>Finally, the integration piece is allowing companies like <a href="http://www.astadia.com">Astadia</a> to go beyond SalesForce customizations in to the world of really creating custom applications out of many <a href="http://www.astadia.com/partners/partner-overview.aspx">different SaaS apps</a>.Â Â  Astadia&#8217;s acquisition of <a href="http://www.astadia.com/about/astadia_press_release-global-operation-theikos.aspx">Theikos</a> indicates that pre-built custom applications are going to be a big part of their future.</p>
<p>So while integration may be listed as a concern on SaaS adoption in the enterprise, it&#8217;s really an opportunity.Â  An opportunity to expand your app by tying it in to other SaaS apps, to legacy apps, and to even see it as the basis for custom apps.Â  Next post, we&#8217;ll talk about using Web Services to not only to break down customer objections but to actually create new opportunities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opsource.net/blog/2008/06/30/silo-busting-3-integrate-with-the-enterprise/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Silo Busting 2 - Beyond Google Maps</title>
		<link>http://www.opsource.net/blog/2008/05/30/silo-busting-2-beyond-google-maps/</link>
		<comments>http://www.opsource.net/blog/2008/05/30/silo-busting-2-beyond-google-maps/#comments</comments>
		<pubDate>Fri, 30 May 2008 20:46:48 +0000</pubDate>
		<dc:creator>Treb</dc:creator>
		
		<category><![CDATA[SaaS - Software As A Service]]></category>

		<category><![CDATA[Web Services]]></category>

		<category><![CDATA[Web applications]]></category>

		<guid isPermaLink="false">http://www.opsource.net/blog/2008/05/30/silo-busting-2-beyond-google-maps/</guid>
		<description><![CDATA[Probably the simplest thing SaaS apps can do to improve their business is to use web services to improve the functionality of their application.  By integrating third party applications in &#8220;Corporate Mash-Ups&#8221; SaaS companies can have the best of both worlds; a robust feature set and a complete focus on their core product.
Companies like [...]]]></description>
			<content:encoded><![CDATA[<p>Probably the simplest thing SaaS apps can do to improve their business is to use web services to improve the functionality of their application.  By integrating third party applications in &#8220;Corporate Mash-Ups&#8221; SaaS companies can have the best of both worlds; a robust feature set and a complete focus on their core product.</p>
<p>Companies like <a href="http://www.salesforce.com" target="_blank">SalesForce</a> and <a href="http://www.webex.com" target="_blank">WebEx</a> have all shown the value of doing things like offering on-line ordering and billing, tracking site usage, and adding strong reporting and user management features.  The problem with all of these additional features take programming time away from the core value of the apps, sales force automation and collaboration.  That&#8217;s fine if you have 100&#8217;s of million in funding and 8 years of development.  What&#8217;s the new SaaS app to do?</p>
<p>Fortunately, we have a new world of apps available to add that functionality.  No longer is it just Google Maps and Hoover information.  There is a ton of new apps you can integrate via api&#8217;s or web services.  Examples include:</p>
<ul>
<li><a href="http://www.tricipher.com" target="_blank">TriCipher</a> - For strong identity management and integration with corporate directories.</li>
<li><a href="http://www.sabrix.com" target="_blank">Sabrix</a> - For tax calculations.</li>
<li><a href="http://www.pivotlink.com" target="_blank">PivotLink</a> - For graphs and pivot tables.</li>
<li><a href="http://www.opsource.net/bllling.php">OpSource Billing</a> - If I don&#8217;t get one corporate plug in, Richard, Kim, and Christina get mad.</li>
<li><a href="http://www.crystalreports.com" target="_blank">Business Objects</a> - For Crystal Reports and others.</li>
<li><a href="http://www.ribbit.com" target="_blank">Ribbit</a> - For integrating Cell Phones in to your app.  If that doesn&#8217;t make sense, go to their site.  It&#8217;s extremely cool.</li>
</ul>
<p>This list could be ten times as long and it&#8217;s growing daily.  Needless to say, a lot of the &#8220;extraneous&#8221; work of creating the app can now be integrated instead of programmed, allowing your precious coders to focus on the core value you are selling to your customers.  This not only keeps the R&amp;D costs down, it allows for more robust apps to hit the market sooner.</p>
<p>Up next, Silo Busting 3 - web services for enterprise integration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opsource.net/blog/2008/05/30/silo-busting-2-beyond-google-maps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SaaS Grows Up (and busts out of the Silo)</title>
		<link>http://www.opsource.net/blog/2008/05/22/saas-grows-up-and-busts-out-of-the-silo/</link>
		<comments>http://www.opsource.net/blog/2008/05/22/saas-grows-up-and-busts-out-of-the-silo/#comments</comments>
		<pubDate>Thu, 22 May 2008 21:44:04 +0000</pubDate>
		<dc:creator>Treb</dc:creator>
		
		<category><![CDATA[SaaS - Software As A Service]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web Services]]></category>

		<category><![CDATA[Web applications]]></category>

		<guid isPermaLink="false">http://www.opsource.net/blog/2008/05/22/saas-grows-up-and-busts-out-of-the-silo/</guid>
		<description><![CDATA[It&#8217;s time to grow up&#8230;.and learn to play nice with others.
SaaS adoption in the enterprise has definitely increased.  But with that organizations are increasingly asking SaaS applications to start working with both other SaaS applications and the company&#8217;s legacy applications as well.  According to recent studies by both Saugatuck and Forrester suggest that [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time to grow up&#8230;.and learn to play nice with others.</p>
<p>SaaS adoption in the enterprise has definitely increased.  But with that organizations are increasingly asking SaaS applications to start working with both other SaaS applications and the company&#8217;s legacy applications as well.  According to recent studies by both <a href="http://www.saugatech.com/">Saugatuck</a> and <a href="http://www.forrester.com">Forrester</a> suggest that integration has surpassed security and compliance as Enterprise IT&#8217;s chief concern with implementing (or growing) SaaS applications.</p>
<p>This is an extremely encouraging sign.  It shows the acceptance of SaaS as a legitimate enterprise software solution by the majority of Enterprise IT shops.  Up to now, SaaS has been primarily a departmental sale.  HR departments buy <a href="http://www.taleo.com">Taleo</a> for human capital management, Marketing buys <a href="http://www.marketo.com">Marketo</a> for marketing analysis, and call centers buy <a href="http://www.supportsoft.com">SupportSoft</a> to manage their ticketing.   As you know from past posts, selling immediately recognizable value at the departmental level is key to a strong success story in SaaS andwe can see how that has happened.</p>
<p>But now these apps are growing up and reaching across the organization (growing your app is another key SaaS sales strategy.)  When that happens, IT is willing to accept the app&#8217;s growth, but needs it to do more now.  Enterprise IT doesn&#8217;t want a separate employee record in Taleo from their payroll system.  The want to be able to correlate all this marketing data back to their sales productivity, and they want to use the same master customer record for their ERP system as for their ticketing system.  And they don&#8217;t want to have different log-ins for each employee, they want a single sign-on solution for all of their SaaS as well as on-premise apps (ala <a href="http://www.tricipher.com">TriCipher</a>.)</p>
<p>So SaaS applications have to stop being Silo&#8217;s that work just inside themselves.  They need to start using web services to integrate with other SaaS apps and with legacy applications.  By doing so, they&#8217;ll open up three great new areas for growth</p>
<ol>
<li>Increased Functionality by working with other Apps</li>
<li>Enterprise Growth by integrating with existing Apps</li>
<li>The Opening of New Sales Channels</li>
</ol>
<p>Their is so much to talk about in each of those three areas, they will get their own posts in the coming weeks.</p>
<p>In the meantime, think about adding web services, playing nice with others and growing up.  It&#8217;s a great time to be an adult.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opsource.net/blog/2008/05/22/saas-grows-up-and-busts-out-of-the-silo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cloud Hogwash</title>
		<link>http://www.opsource.net/blog/2008/02/04/cloud-hogwash/</link>
		<comments>http://www.opsource.net/blog/2008/02/04/cloud-hogwash/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 22:49:44 +0000</pubDate>
		<dc:creator>Treb</dc:creator>
		
		<category><![CDATA[Cloud]]></category>

		<category><![CDATA[SaaS - Software As A Service]]></category>

		<category><![CDATA[Web applications]]></category>

		<guid isPermaLink="false">http://www.opsource.net/blog/2008/02/04/cloud-hogwash/</guid>
		<description><![CDATA[When Mike Mankowski sent me this blog post today, I figured &#8220;Yeah! My running buddy David Greenfield from Altera is writing a post about me.  I didn&#8217;t even know he blogged.
Alas, it was a case of mistaken identity but the post was real.  This David Greenfield disagrees with my hogwash, but that&#8217;s O.K., [...]]]></description>
			<content:encoded><![CDATA[<p>When Mike Mankowski sent me this blog post today, I figured &#8220;Yeah! My running buddy <a href="http://www.edn.com/index.asp?layout=article&amp;articleid=CA6439855" title="David Greenfield Quoted in an article on Chips or Something" target="_blank">David Greenfield</a> from <a href="http://www.altera.com">Altera</a> is writing a post about me.  I didn&#8217;t even know he blogged.</p>
<p>Alas, it was a case of mistaken identity but the post was real.  This David Greenfield disagrees with my <a href="http://blogs.zdnet.com/Greenfield/?p=178" title="Look Mom I Got Quoted" target="_blank">hogwash</a>, but that&#8217;s O.K., I just like getting quoted.   That said, I think Mr. Greenfield&#8217;s issue that function (cloud applications) and form (cloud computing) are mutually exclusive is misguided.</p>
<p>I was stating that the next generation of users will demand on-demand, collaborative group applications they can access anywhere and connect to in any way.  This is what everything we see on the web from SaaS to Social Networking is driving to.  David&#8217;s argument that these applications will run like exisiting applications behind the firewall and on servers bought and managed by IT is short sighted.</p>
<p>Instead, I think Cloud Infrastructures will evolve with the applications that they serve.  And with that evolution, IT will find a way to exert the kind of data control and security necessary to run Enterprise critical applications.  So instead of buying servers, IT will find ways to use cloud resources that give them the same type of control they had with the old models.  We are already seeing that today.  While an Amazon ec2 cluster is fine for a blog site, when a Web Applications (or SaaS) company wants to sell they know their cloud environement needs to be secure and robust.  Hence the proliferation of certifications (SaS 70, PCI, European SafeHarbor, etc.) that have become the ingrained into the DNA of SaaS applications.   These are the beginnings of IT reasserting it&#8217;s control over cloud apps.</p>
<p>I see the evolution of enterprise class Cloud computing similar to what we saw with Client/Server.  When the PC was seen as a toy IT talked about getting apps back under central control.  This was accomplished not by moving back to mainframes and mini&#8217;s but by evolving PC apps to Client/Server apps.  Many people forget that &#8220;Servers&#8221; are just souped up PC&#8217;s with more processors, memory and disk and sturdier versions of desktop OS&#8217;s.</p>
<p>Now the interesting thing is how watching these &#8220;Cloud Environments&#8221; evolve to meet the enterprise needs.  10-20 years from now, I&#8217;m sure we&#8217;re going to see environments that are as different from today&#8217;s clouds as a 30 system HP blade farm is from the PC XT I first used in business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opsource.net/blog/2008/02/04/cloud-hogwash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hard to stay mad at Google</title>
		<link>http://www.opsource.net/blog/2007/11/05/hard-to-stay-mad-at-google/</link>
		<comments>http://www.opsource.net/blog/2007/11/05/hard-to-stay-mad-at-google/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 23:28:14 +0000</pubDate>
		<dc:creator>Treb</dc:creator>
		
		<category><![CDATA[SaaS - Software As A Service]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web applications]]></category>

		<category><![CDATA[SOA]]></category>

		<category><![CDATA[Web Platrfomrs]]></category>

		<guid isPermaLink="false">http://www.opsource.net/blog/2007/11/05/hard-to-stay-mad-at-google/</guid>
		<description><![CDATA[As many who know me, know thatÂ I have not been a big fan of Google. I love the desktop search (or I did until I got a Mac with Spotlight) but am not a big fan of their corporate culture. Just because they got search right (emphasis on the past tense, but that&#8217;s a later [...]]]></description>
			<content:encoded><![CDATA[<p>As many who know me, know thatÂ I have not been a big fan of Google. I love the desktop search (or I did until I got a Mac with Spotlight) but am not a big fan of their corporate culture. Just because they got search right (emphasis on the past tense, but that&#8217;s a later post) doesn&#8217;t give them the license to walk around the valley looking down their noses. (Prius anyone?)Â  They are a notoriously difficult company to partner with and to sell to (probably the real genesis of my distaste.)</p>
<p>I especially dislike the &#8220;Do No Evil&#8221; motto.Â As if other companies have the mottoÂ &#8221;Do Evil.&#8221; It&#8217;s like an ad campaign that asserts &#8220;Trebelicious BubbleGum has no Spider Eggs in it.&#8221; (Although we know that certain telco&#8217;s bubblegum does have spider eggs.)</p>
<p>But lately, I&#8217;m beginning to like Google. They really do seem committed to an open web, and that is good for everyone. First was their support of <a target="_blank" href="http://www.google.com/help/netneutrality.html">Net Neutrality</a>. Actively fighting the telcos in their effort to control what traffic they deliver is critical to the success of the Internet. To see what would happen if AT&amp;T and Verizon got their way on Net Neutrality, one would just have to look at how horrible the mobile web browsing experience is (another area Google is trying to address with it&#8217;s <a href="http://svextra.com/blogs/gmsv/2007/11/google_announces_the_gee-its-just-software-after-all_phone.html">gPhone</a> initiative.)</p>
<p>Now one could argue that Google supports Net Neutrality because they don&#8217;t want to pay telcos for carrying terabits worth of YouTube videos. Except that Google has more than enough cash to pay the telcos and serve their cafeteria meals in disposable gold happy meal boxes.Â  If Google didn&#8217;t believe in an open web, it would do just that. The truth is while Google can afford to pay the telcos off, start-ups would not. They could effectively bar a good portion of their next generation of competitors from the market by allowing the telcos to set up a content tax that would be a market killer.</p>
<p>Google&#8217;s latest salvo of course is their <a href="http://code.google.com/apis/opensocial/">OpenSocial</a> initiative. Again, Google has come down on the side of an open platform over using its muscle to promote a Google-only platform. The cynics of my readers (also known as my family minus my wife) would point out that&#8217;s because Google is getting its seat handed to them on a platter in social networking by Facebook and this is their way of fighting back.</p>
<p>And the cynics would be right. They also would completely miss these two points:</p>
<ol>
<li>It doesn&#8217;t matter if Google&#8217;s self interest helps everyone else. What matters is that we keep moving to an open web platform that fosters innovation and interconnectivity.</li>
<li>Google seems to be the only big company that realizes that an open internet is the best way to expand it&#8217;s market presence. By making the web more open (and by extension better) they believe they will have more opportunity, not less.</li>
</ol>
<p>Not surpisingly the old line telco&#8217;s and software companies doen&#8217;t understand this, which is why we have so many proprietary platforms (from Verizon&#8217;s vCast to SAP&#8217;s NetWeaver.) Suprisingly, some of the coolest and smartest new companies don&#8217;t seem to realize it either. I love Facebook, SalesForce.com and Apple and I use their products every day, but all of them are closed proprietary systems. That makes it difficult for me to interconnect them and other apps in a way I find as useful.</p>
<p>So hats off to Google today. From Net Neutrality, to OpenSocial, to the gPhone - theyÂ are making the internet a more interesting place. I&#8217;m sure they will benefit from that openness mightily, but so will <a href="http://www.opsource.net">OpSource</a>, and our customers and thousands of other companies who have yet to be formed.</p>
<p>And to thank them, I have now changed my default search engine from Yahoo to Google. Think that will get me a ride on <a href="http://valleywag.com/tech/larry-and-sergey/sergey-and-larrys-google-jet-mapped-185809.php">Google Jet</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opsource.net/blog/2007/11/05/hard-to-stay-mad-at-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Children are the Future &#8212; Pt. 2</title>
		<link>http://www.opsource.net/blog/2007/10/18/the-children-are-the-future-pt-2/</link>
		<comments>http://www.opsource.net/blog/2007/10/18/the-children-are-the-future-pt-2/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 21:59:30 +0000</pubDate>
		<dc:creator>Treb</dc:creator>
		
		<category><![CDATA[SaaS - Software As A Service]]></category>

		<category><![CDATA[Web applications]]></category>

		<category><![CDATA[educational software]]></category>

		<category><![CDATA[installed software]]></category>

		<guid isPermaLink="false">http://www.opsource.net/blog/2007/10/18/the-children-are-the-future-pt-2/</guid>
		<description><![CDATA[Just a quick update on the last post.  I&#8217;ve seen a variety of articles on the decline of Educational Software, but I like this one the best.  I like it because the time frame represents the delta between my oldest child, who we bought software for, and my youngest, who we have never [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick update on the last post.  I&#8217;ve seen a variety of articles on the decline of <a href="http://www.nytimes.com/2005/08/22/technology/22soft.html" target="_blank">Educational Software</a>, but I like this one the best.  I like it because the time frame represents the delta between my oldest child, who we bought software for, and my youngest, who we have never bought software for.  I also like it, because I could find it. (When is the new and better search coming?)  I like it mostly because it shows that kids have stopped using installed software and instead use the web for everything.</p>
<p>When these kids who never used installed educational software grow up to adults, do you think they are going to suddenly adapt to installed business apps?  No, they are going to use Web Applications for work because that&#8217;s what they are used to.  And don&#8217;t think the old guard will stop it.  The old guard couldn&#8217;t force people to use main-frames when they were used to PCs.</p>
<p>Just one more reminder, <strong>All Apps will be Web Apps.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.opsource.net/blog/2007/10/18/the-children-are-the-future-pt-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>When The Children Grow Up</title>
		<link>http://www.opsource.net/blog/2007/10/18/when-the-children-grow-up/</link>
		<comments>http://www.opsource.net/blog/2007/10/18/when-the-children-grow-up/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 21:49:02 +0000</pubDate>
		<dc:creator>Treb</dc:creator>
		
		<category><![CDATA[SaaS - Software As A Service]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web applications]]></category>

		<category><![CDATA[children]]></category>

		<category><![CDATA[saas]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.opsource.net/blog/2007/10/18/when-the-children-grow-up/</guid>
		<description><![CDATA[Reading M.R. Rangaswami&#8217;s recent post Where are Software&#8217;s Children, I am struck by the continued belief that enterprises will continue to use installed applications through the next generation of software.  That is simply not going to happen.
Mr. Rangaswami&#8217;s observation of the age of the ruling class of software companies is aging and that most [...]]]></description>
			<content:encoded><![CDATA[<p>Reading M.R. Rangaswami&#8217;s recent post <a href="http://www.sandhill.com/opinion/editorial_print.php?id=156" target="_blank">Where are Software&#8217;s Children</a>, I am struck by the continued belief that enterprises will continue to use installed applications through the next generation of software.  That is simply not going to happen.</p>
<p>Mr. Rangaswami&#8217;s observation of the age of the ruling class of software companies is aging and that most good young programmers and executives are going to Web 2.0, open source, and SaaS companies.  He makes a number of suggestions on what the TBA &#8220;traditional business application&#8221; companies can do to combat that trend.  While Mr. Rangaswami is correct in observation, his suggestions in the end will be spitting in the wind.</p>
<p>That is because the young talent is attracted to these companies because of what they are doing, creating the next generation of applications.  They have no interest in working on client server technologies.  They grew up on the web and they want to be building Web Applications on next generation platforms.   The idea that better mentoring will get these people to work on a fading technology is absurd.  So the real interesting question is what is the world going to be like when these &#8220;Children&#8221; grow up.</p>
<p>I remember a similar shift when I first got in to the business world back in the late 80&#8217;s.  The company I worked for did all their computing on a VAX, and made very minimal use of PCs (just for word processing and some spreadsheets).  I was charged with putting together  a corporate training database and employee scheduling tools.  I never once considered doing it on the VAX.  The idea of using that technology was as a complete anathema.</p>
<p>The same thing is happening in todays technology world.  These new generation of technologists grew up on-line.  They look at client server computing and installed software the way I looked at the VAX.  They probably realize the power of it, but would never consider using it or working on it.  It&#8217;s as separated from their existence as an ATM network would be to todays network engineers.</p>
<p>Which of course leads back to one of my favorite assertions.  In the next twenty years <strong>all</strong> applications will be Web Applications.  Not because they are cheaper or easier to use or better platforms for group work (though they are all three), but because they are how the next generation of users and programmers are used to working.  This young guard will be the old guard by then and they won&#8217;t be installing software any more than I am using a VAX to run my business today.</p>
<p>The hardest part of all of this is realizing I&#8217;m the old guard now (I guess turning 40 had something to do with that as well).  I love this next generation of applications and I almost wish I could create a training database today so that I could use a <a href="http://www.rollbase.com" target="_blank">Rollbase</a>, or <a href="http://www.dataweb.com" target="_blank">Dataweb</a>, or <a href="http://www.coghead.com" target="_blank">Coghead</a> to do it.   Unfortunately, that will be the job of the Jason Cumberlands of the world.   I&#8217;ll just have to be content with coming up with ways to help these guys grow in to the &#8220;Adults of the Web.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opsource.net/blog/2007/10/18/when-the-children-grow-up/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
