<?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>eric&#039;s blog</title>
	<atom:link href="http://ebarroca.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebarroca.com</link>
	<description>on software, content management and building a company...</description>
	<lastBuildDate>Wed, 09 Feb 2011 13:00:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Nuxeo Core moves in at Eclipse</title>
		<link>http://ebarroca.com/2011/02/nuxeo-open-source-content-repository-move-eclipse/</link>
		<comments>http://ebarroca.com/2011/02/nuxeo-open-source-content-repository-move-eclipse/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 13:00:56 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[ECM]]></category>
		<category><![CDATA[Nuxeo]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ebarroca.com/?p=104</guid>
		<description><![CDATA[As you might have seen in the news today, we decided to contribute a big chunk of our code base — our content repository, Nuxeo Core — to the Eclipse Foundation as a new project under the Eclipse RT umbrella: Eclipse Enterprise Content Repository. It&#8217;s a big step for Nuxeo, we&#8217;ve been preparing this for a [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2011%2F02%2Fnuxeo-open-source-content-repository-move-eclipse%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2011%2F02%2Fnuxeo-open-source-content-repository-move-eclipse%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p>As you might have seen in the news today, we decided to contribute a big chunk of our code base — our content repository, Nuxeo Core — to the Eclipse Foundation as a new project under the Eclipse RT umbrella: <a href="http://www.eclipse.org/proposals/rt.ecr/" title="Eclipse Enterprise Content Repository Project (ECR)">Eclipse Enterprise Content Repository</a>. It&#8217;s a big step for Nuxeo, we&#8217;ve been preparing this for a few months already.</p>

<p>After 4 years of active development, Nuxeo Core is one of the most advanced content repositories on the market — if not the most advanced. It offers a wide range of services: content model definition (content types), mixins (dynamic schemas), storage abstraction, query, flexible access control, native de-duplication, format conversion, CMIS bindings and much more! And all of this is bundled as a set of OSGi bundles and highly optimized and tuned to scale well for large volumes (hundreds of million of objects in a single repository), but also run lean, making it easy to embed in existing apps, small or large.</p>

<p>Code-wise, it’s a large piece of software, yet very modular &#8211; designed around services and extension points, like the Eclipse architecture pattern. For those who like counting lines, we’re somewhere around 100K SLOC of Java code, in ~20 components, refined over the years.</p>

<p>Technically, it&#8217;s packaged and architected as a set OSGi bundles running on various Java container like Equinox, Virgo, Tomcat, JBoss (thanks to Nuxeo Runtime awesomeness) and integrated with the PDE for development. Everything is extensible through extension points. Really nice software!</p>

<h2>Why Contribute? Why at Eclipse?</h2>

<p>You might wonder why the move. After all, the software is already open source (LGPL) and follows a fully open development model.</p>

<p>We’ve got one main driver: <strong>innovation</strong>.</p>

<p>Nuxeo Core is a powerful content repository &#8211; it’s very extensible and versatile and can be used for a wide range of applications. By setting it free, we’d like to encourage the community to join and innovate in a vendor-neutral environment. We think Nuxeo Core (soon-to-be Eclipse ECR) has the potential to change the market in the same way Eclipse IDE did for the IDE market. It can ignite innovation in the content management space. We don’t know how it will morph, but we’re eager to watch it.</p>

<p>Eclipse has broad reach and a large developer community, trusted and respected by most thanks to the framework and process in place. We think it’s the right home for our little Core to grow big! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<h2>Why Now?</h2>

<p>The content management space is changing and commoditization is setting in, led by SharePoint, vendor consolidation and more recently the &lt;CMIS standard&gt;.</p>

<p>We believe that the differentiation lies in the services we provide to our customers, not in low-level software components. That’s why we have developed offerings like <a href="http://www.nuxeo.com/en/products/studio">Nuxeo Studio</a>, <a href="http://marketplace.nuxeo.com/">Nuxeo Marketplace</a> and the whole <a href="http://www.nuxeo.com/en/subscription/connect">Nuxeo Connect package</a> &#8211; a subscription offering for maintenance, support, and customization of content management applications.  From this perspective, it makes no sense to keep low-level components such as a the content repository and all related low-level services for one vendor only. And besides that, content repository technology is not yet well understood in the industry. This technology is a good fit for a surprisingly wide range of software projects, and it could be a great help for many developers and architects if knowledge about content repository technology was more widespread.</p>

<p>We’ve been thinking about contributing the Core for some time, but were waiting for the right moment. A convergence of milestones makes this the right time:</p>

<ol>
<li><p>The software has had time to mature. It is proven, robust, and deployed in thousands of shops around the world.</p></li>
<li><p>We have the bandwidth to do the work required to contribute the code and ignite the project.</p></li>
<li><p>CMIS is taking off, OSGi is hot &#8211; and the Core is compliant with both.</p></li>
</ol>

<p>We believe it’s time to put more emphasis on content repositories as a technology. I believe that it’s great software and could be part of the developer toolbox, alongside traditional ORM. And for this aspect, credit should go to <a href="http://jackrabbit.apache.org/">Apache Jackrabbit</a> from our friends at Day. They have paved the way, even if <a href="http://blogs.nuxeo.com/fguillaume/2011/01/why-nuxeo-dropped-jcr.html">we have a different take on how a repository should work</a>. And we think for many use cases the Nuxeo Core approach is a better approach, especially when your content is not inherently hierarchical, which is usually the case for <a href="http://www.nuxeo.com/en/products/document-management">document management</a>, <a href="http://www.nuxeo.com/en/products/ep">enterprise content management</a>, <a href="http://www.nuxeo.com/en/products/cmf">case management </a>and <a href="http://www.nuxeo.com/en/products/dam">digital asset management</a>.</p>

<p>So here we are &#8211; Nuxeo Core is going to Eclipse, and we hope it’s the start of a long story that will make a real difference and impact the market in a very positive way.</p>

<h2>What&#8217;s a Content Repository? Why should you care?</h2>

<p>Nuxeo Core is a Content Repository and that might not be clear for you. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  So here is my own definition.  A Content Repository, in the content management world, is the database where the content is stored. It basically gives you a high-level API and a set of services to easily store, query, retrieve and process content objects in a way that makes it easy to manipulate and match your domain model.</p>

<p>In this case, content is pretty much anything that: has a data schema (fixed or dynamic), needs access control, can live in a hierarchy, can be versioned, and can be rendered. That’s all.</p>

<p>Why use a content repository? Because if you start from scratch using a pure ORM or bare SQL when building an application to interact with business content, there is a very good chance that you’re going to rewrite the features we’ve developed, refined and optimized over last few years. And that’s the whole point of a content repository &#8211; it enables you to model, manage and interact with this content. That’s why you should care and use it! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p>You might have noticed that I haven’t mentioned “files”. That’s intentional, because that’s not the key part of the software. Of course, you can add BLOBs to any content object and we manage them well, doing low-level de-duplication and transactional integration. But a content repository is NOT just a file system. It’s much more than that. If you’re just looking to manage files, use a file system. If you’re looking to manage content, that can include files, then a content repository is the way to go! And we think Nuxeo Core is pretty powerful for this purpose.</p>

<h2>Interested? Come on in &#8211; it’s open!</h2>

<p>This technology is already fully open, so don’t hesitate to come by, say hi and start hacking if you like:</p>

<ul>
<li><p><a href="http://www.eclipse.org/proposals/rt.ecr/" title="Eclipse Enterprise Content Repository Project (ECR)">Read &amp; Comment the project proposal at Eclipse.org</a></p></li>
<li><p><a href="http://hg.nuxeo.org/nuxeo/nuxeo-core/">Explore the code</a></p></li>
<li><p><a href="http://doc.nuxeo.com/display/NXDOC/Nuxeo+Enterprise+Platform+overview">Learn how we architect the content management platform</a></p></li>
<li><p><a href="http://doc.nuxeo.com/display/NXDOC/VCS+Architecture">Learn about the content store architecture &amp; infrastructure</a></p></li>
<li><p><a href="http://www.nuxeo.com/en/products/ep">Try the software</a></li></p></li>
<li><p>And&#8230; help us find a better nickname than ECR!</p></li>
</ul>

<p>It’s going to be an interesting journey,</p>

<p>EB.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2011/02/nuxeo-open-source-content-repository-move-eclipse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quick Wrap on Nuxeo World 2010</title>
		<link>http://ebarroca.com/2010/12/quick-wrap-on-nuxeo-world-2010-ecm/</link>
		<comments>http://ebarroca.com/2010/12/quick-wrap-on-nuxeo-world-2010-ecm/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 03:16:49 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[ECM]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[ecm]]></category>
		<category><![CDATA[nuxeo]]></category>

		<guid isPermaLink="false">http://ebarroca.com/?p=64</guid>
		<description><![CDATA[About 1 week ago we held the first edition of Nuxeo World, our international conference. More than 140 participants from 8 different countries got together at the charming Théatre des Variétés, a century-old theater in the heart of the city. Regardless of some quirks inherent to any &#8220;debut&#8221;, we got a tremendous feedback from participants [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2010%2F12%2Fquick-wrap-on-nuxeo-world-2010-ecm%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2010%2F12%2Fquick-wrap-on-nuxeo-world-2010-ecm%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p>About 1 week ago we held the first edition of <a title="Nuxeo World 2010" href="http://www.nuxeo.com/en/about/events/nuxeoworld2010">Nuxeo World</a>, our  international conference. More than 140 participants from 8 different  countries got together at the charming <a href="http://www.theatre-des-varietes.fr/" target="_blank">Théatre des Variétés</a>, a  century-old theater in the heart of the city. Regardless of some quirks inherent to any &#8220;debut&#8221;, we got a tremendous  feedback from participants and I&#8217;m really pleased by this.<img class="alignright" style="margin: 1px; border: 1px solid black;" title="Nuxeo World 2010 - The Venue" src="http://farm5.static.flickr.com/4144/5198578412_57f8227468_d.jpg" alt="" width="260" height="203" /></p>

<p>Plus we got a great professional stage and a beautiful room! A &#8220;Steve  Jobs moment&#8221; for each presenter guaranteed. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Will definitely reuse  the venue, and there is room for a lot more attendees next year.</p>

<p>I was pleased to see our customers and partners engage with our tech  teams. Our developers loved it (even if some were a bit skeptical at  first). I&#8217;m sure the exchange will continue after the event and ignite  new innovations. I know our dev teams have already planned some customer  visits to better plan the work ahead and synch with external  contributors. Yes, work happens outside the company when practicing open  source! I love when our developers directly engage with our customers&#8217;  teams. I hoped it would happen and pleased it did. No doubts it will  inspire more innovation over the months ahead.</p>

<p>I&#8217;ve also been positively impressed by the level of talks from all presenters,  especially since few of us are used to present on a stage half the size  of a basketball field.</p>

<p>We got great content to expose many aspect of our company and offering a  unique insight about what we&#8217;ve done, <img class="alignright" style="margin: 1px; border: 1px solid black;" title="Nuxeo World 2010 - Participants connecting" src="http://farm6.static.flickr.com/5282/5198004431_8104aef94a.jpg" alt="" width="260" height="194" />how we do things, what&#8217;s keeping  us busy and what&#8217;s next. I highly recommend to check out the slide decks  and react on the content. We talked about the <a href="http://www.slideshare.net/nuxeo/keynote-roadmap-what-to-expect-from-nuxeo-in-2011"> roadmap for 2011</a>, <a href="http://www.slideshare.net/nuxeo/nuxeo-world-session-scaling-nuxeo-applications">(stunning)  performances</a>, <a href="http://www.slideshare.net/nuxeo/nuxeo-world-session-agile-development">agile</a>, <a href="http://www.slideshare.net/nuxeo/mobile-5861167">mobility</a>, <a href="http://www.slideshare.net/nuxeo/keynote-market-trends-in-enterprise-content-management">market trends</a>, <a href="http://www.slideshare.net/nuxeo/nuxeo-world-session-nuxeo-dam-platform-for-rich-media-management">digital assets</a>, <a href="http://www.slideshare.net/nuxeo/nuxeo-world-session-case-management-framework">case  management</a>, <a href="http://www.slideshare.net/nuxeo/nuxeo-world-session-nuxeo-osgi">more OSGi</a>, <a href="http://www.slideshare.net/nuxeo/nuxeo-semantic-ecm-from-scribo-and-stanbol-to-valuable-applications">semantic technologies</a>, <a href="http://www.slideshare.net/nuxeo/nuxeo-world-session-cmis-whats-next">CMIS</a>, <a href="http://www.slideshare.net/nuxeo/nuxeo-world-ses">Nuxeo Studio</a>, and much more&#8230;</p>

<p>I&#8217;m very grateful to our customers and partners that took the time to  come and show their achievements, I know it&#8217;s an important time  investment and we value it highly. <a href="http://dmetzler.posterous.com/">Damien Metzler</a> from Leroy Merlin  presented <a href="http://www.slideshare.net/nuxeo/community-in-action-leroy-merlin-case-study-nuxeo-world-2010">an impressive deployment of a large scale collaborative  content portal</a> for its 25000+ employees in 100+ stores. Plus, Damien  talked how his team became the largest external contributor to the  platform&#8217;s code base. Before that, Thomas Choppy from our partner Smile  presented <a href="http://www.slideshare.net/nuxeo/nuxeo-world-session-successful-deployment-of-nuxeo-document-management">an innovative collaborative portal for students of France&#8217;s  most famous business school</a>. I&#8217;m really fond of these stories, where  motivated teams innovate and make a difference in their organization.  And it&#8217;s also two examples where collaboration drives better business.</p>

<p>I was honored to open the event with the keynote speech. Hope I was up  to the task. We are growing and getting market share everyday serving  more and more customers. We&#8217;re here to make a different in the market.  Focusing on creating more and more powerful technology to let our our  customer innovate managing their content, unleashing collaboration,  creating a better work environment.</p>

<p>I&#8217;m including the video of the talk  here</p>

<p><iframe src="http://blip.tv/play/g5V_go%2BvIwI.html" width="480" height="299" frameborder="0" allowfullscreen></iframe><embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#g5V_go%2BvIwI" style="display:none"></embed></p>

<p>as well as the slide deck if you don&#8217;t have the time to listen.  <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=id=5860621&amp;doc=nxworld-keynote-eric-reviewed-101122073655-phpapp02" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><param name="wmode" value="transparent" /><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=id=5860621&amp;doc=nxworld-keynote-eric-reviewed-101122073655-phpapp02" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355" wmode="transparent"></embed></object></p>

<p>So, the event was a success and will have a positive impact on our  business and our community. I believe we&#8217;ve stayed clear of the usual  self-congratulating BS and tried to remain transparent and open at all  times (yes, the roadmap started with what we&#8217;ve achieved and what we&#8217;ve  missed, apparently it&#8217;s not a common vendor practice to do this honest  appraisal&#8230;).</p>

<p>If you&#8217;d like to know more, check out:</p>

<ul>
    <li><a href="http://www.slideshare.net/event/nuxeo-world-2010">Nuxeo World 2010 &#8211; slide decks</a> (on slideshare)</li>
    <li><a href="http://www.flickr.com/photos/nuxeo">Nuxeo World 2010 &#8211; photo sets</a> (flickr)</li>
</ul>

<p>I&#8217;m looking forward to the 2011 edition. We might double it with a  US-based event to make it easier for our North and South American  friends.</p>

<p>I hope to see you there next year!</p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2010/12/quick-wrap-on-nuxeo-world-2010-ecm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile @ Work: Kanban in the Kitchen?</title>
		<link>http://ebarroca.com/2010/10/agile-work-kanban-in-the-kitchen/</link>
		<comments>http://ebarroca.com/2010/10/agile-work-kanban-in-the-kitchen/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 14:31:23 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=5</guid>
		<description><![CDATA[I spent last week-end in NYC with my wife and we got back to Aldea for dinner. This place is becoming our favorite restaurant in NYC. The food is creative yet not too sophisticated (as in you get to actually taste and feel the ingredients) and really good. The wine list small but enticing. We [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2010%2F10%2Fagile-work-kanban-in-the-kitchen%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2010%2F10%2Fagile-work-kanban-in-the-kitchen%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p>I spent last week-end in NYC with my wife and we got back to <a href="http://aldearestaurant.com/" title="Aldea Restaurant">Aldea</a> for dinner.
This place is becoming our favorite restaurant in NYC. The food is creative
yet not too sophisticated (as in you get to actually taste and feel the
ingredients) and <em>really</em> good. The wine list small but enticing.</p>

<p><a style="float: right;" href="http://blogs.nuxeo.com/.a/6a010536291c30970b013488013e41970c-pi"><img class="asset  asset-image at-xid-6a010536291c30970b013488013e41970c" alt="Aldea-team-chef-action" title="Aldea-team-chef-action" src="http://blogs.nuxeo.com/.a/6a010536291c30970b013488013e41970c-320wi" style="margin: 0px 0px 5px 5px;" /></a>
We had a reservation for 9:30pm but got there 30min early. Our table wasn&#8217;t
available but we were offered to sit at the &#8220;chef&#8217;s counter&#8221; where you are
dining literally in front of the kitchen, fully open. So we sat there ordered
and inevitably started to look at the kitchen&#8217;s work&#8230;</p>

<p>At some point I surprised myself thinking: they have a perfect flow and are
working so seamlessly together. It was really impressive and we spent a part
of the dinner looking at them and trying to understand how they worked. Looked
a lot like what we want to achieve in software development teams: fast flow,
great collaboration, minimum waste due to unnecessary communication&#8230;</p>

<ol>
<li><p><strong>Signal-based communication</strong>: very few oral communication, which seemed
weird at fist (and not like I imagined) yet meal are prepared and ready to be
served in no time. They are using small signals. Orders comes in from the
dining room, are stacked up and each cook take a task in the pool of orders
(haven&#8217;t determined the processing order). Of course there is some
specialization (cold, hot, cooked, uncooked, etc.) but they just take the
order and do it.</p></li>
<li><p><strong>Focus on done</strong>: low level of &#8220;work-in-progress&#8221;. When a cook start
working on a meal, they work only on it until it&#8217;s finished. Finished as in ready to be served or passed to the next stage. And when a meal is ready to be served, it wait for the others on the same order and leave. Same here, few orders in WiP stage at the same time.</p></li>
<li><p><strong>Don&#8217;t let tasks stack up</strong>: When tasks start to stack up somewhere, somebody comes to help. I noticed 1-2 cooks plus the chef able to change from one part of the kitchen to another to help completing orders when they started to stack up (i.e.: too many oyster to open for the lady in charge -> help came to open oysters faster).</p></li>
<li><p><strong>Continuous testing</strong>: of course, no chance to miss a delivery here. They all go live . So you can see them check (at least visually) really often what they are doing (and start again if not good — which doesn&#8217;t seem to happen a lot)</p></li>
</ol>

<p>So of course I might be totally wrong and I know nothing about how restaurant
kitchens work. Plus there is a lot of obvious differences with software
development, but those similarities amused me and comforted my thinking that
the core principle of Agile in general and Kanban specifically &#8220;Focus on the
flow&#8221; can be applied to pretty much any team work.</p>

<p>I haven&#8217;t asked but I&#8217;m pretty sure they also do Continuous Improvement to reach and maintain this stage of efficiency!</p>

<p>We have some experiment running to apply Kanban principle to other team than software dev teams. I&#8217;ll share the learnings, but I am pretty positive on the outcome.</p>

<p>If you have any experience to share on this topic, I would be happy to learn about them.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2010/10/agile-work-kanban-in-the-kitchen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sneak Preview: Nuxeo Marketplace &amp; Nuxeo Admin Center</title>
		<link>http://ebarroca.com/2010/08/sneak-preview-ecm-nuxeo-marketplace-nuxeo-admin-center/</link>
		<comments>http://ebarroca.com/2010/08/sneak-preview-ecm-nuxeo-marketplace-nuxeo-admin-center/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 14:00:00 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[ECM]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[nuxeo connect]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=6</guid>
		<description><![CDATA[I&#8217;m very excited and proud to present the new big thing for the ECM market! We’ve been working on this plan for the last few months and now it’s ready for our community to preview. We believe it can change things in the content management market and drive a whole new innovation stream from developers! [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2010%2F08%2Fsneak-preview-ecm-nuxeo-marketplace-nuxeo-admin-center%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2010%2F08%2Fsneak-preview-ecm-nuxeo-marketplace-nuxeo-admin-center%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p>I&#8217;m very excited and proud to present the new big thing for the ECM market!
We’ve been working on this plan for the last few months and now it’s ready for our community to preview. <em>We believe it can change things in the content management market and drive a whole new innovation stream from developers!</em></p>

<p><strong>We are releasing, as preview, Nuxeo Marketplace &amp; the Nuxeo Admin Center.</strong> As part of our Nuxeo Connect subscription program, the Marketplace is a new way to distribute plug-ins and apps on our ECM platform and packaged products. The Admin Center is a new administration console, featuring a great software update dashboard to install and manage upgrades, patches and new features, streamlining the management of a Nuxeo application.</p>

<p class="asset asset-video" style="display: block; margin: 0 auto;">
<object width="500" height="400">
<param name="movie" value="http://www.youtube.com/v/LWj1TftyOL4" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="allowscriptaccess" value="never" />
<param name="allowFullScreen" value="true" /> <embed type="application/x-shockwave-flash" width="500" height="400" src="http://www.youtube.com/v/LWj1TftyOL4" quality="high" wmode="transparent" allowscriptaccess="never" allowfullscreen="true"></embed>
</object>
</p>

<p>Nuxeo Marketplace provides a completely new experience to install new features (packages) and customization/configurations in a Nuxeo application. Leveraging <a title="Nuxeo Enterprise Platform (EP) - Architecture" href="http://www.nuxeo.com/en/products/ep/architecture">our platform’s architecture and extension model</a>, the Marketplace offers a way to package those plugins and distribute them easily to enhance our products (Nuxeo EP, Nuxeo DM, Nuxeo DAM, or Nuxeo Case Management Framework).</p>

<p>The key point? <strong>It is not just another app marketplace!</strong> Most app markets today require a complete download, install, test cycle. We’ve made this easy for Nuxeo customers. <em>We have focused on the experience</em>, integrating it throughout the Nuxeo Connect services, allowing installation of new apps or plug-ins directly from your application.</p>

<p>We are delivering a completely integrated environment for our customers to browse, install and try new features, download Nuxeo Studio templates, etc. Installing new features and deploying a customization literally takes seconds and <em>doesn’t even require a restart in most cases</em>! THAT is innovation in ECM when most of our competing friends still take weeks to install and test new features… let alone create the customization… <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p>More than just a new product, more than another new service, it’s the <em>logical fusion of our products and services to make your job easier</em>.</p>

<p><strong>Want to <a title="Nuxeo Marketplace and Nuxeo Admin Center Preview" href="http://www.nuxeo.com/en/subscription/connect/overview/marketplace-preview">join the preview</a> and help shape the direction of Nuxeo Marketplace? <a href="http://www.youtube.com/watch?v=LWj1TftyOL4">Watch the sneak peak video</a> and try it by yourself!</strong></p>

<h2>Key benefits</h2>

<p>For developers, a way better to serve your users:</p>

<ul>
<li>browse and install new features from the Marketplace into your Nuxeo product</li>
<li>easily upgrade your product and related add-ons</li>
<li>easily install software patches delivered by Nuxeo’s support team</li>
</ul>

<p>For partners and contributors:</p>

<ul>
<li>create apps, features, add-ons for Nuxeo’s product and access our install base (application builders decide &#8211; free or priced as you wish)</li>
<li>easily distribute updates and collect revenue from what you’re doing</li>
</ul>

<p>For system integrators and developers:</p>

<ul>
<li>benefit from a completely unified experience, plus support and customization with Nuxeo Studio</li>
<li>quickly deploy your Studio-based customization</li>
</ul>

<h2>How does this work?</h2>

<p>The Nuxeo Admin Center lets you link your product with your Nuxeo Connect subscription (if you don’t have one, you can start a 30-day trial ). Once your application is registered, the Update Center is activated.</p>

<p>The Update Center manages packages: it can notify, download, install, upgrade and remove them. The Update Center communicates available updates (and patches) for installed software, fetching and delivering Nuxeo Studio-based apps/customization and installing packages from the Marketplace.</p>

<p>On the Nuxeo Connect side, Nuxeo Marketplace hosts the package repository and offers a central place to browse available packages via the web-based gallery of apps and plug-ins.</p>

<h2>Want to create new packages?</h2>

<p>Creating new packages is very easy when you have done plug-ins for a Nuxeo application. You just need to bundle them with an install script and the resources to create a new package suitable for the Marketplace.</p>

<h2>How to help? Want to know more?</h2>

<ul>
<li>
<p><a href="http://www.nuxeo.com/en/subscription/connect/overview/sneak-preview">Try the Marketplace &amp; the Admin Center</a></p>
</li>
<li>
<p><a href="http://doc.nuxeo.com/pages/viewpage.action?pageId=3867103">Read the FAQ</a></p>
</li>
<li>
<p><a href="http://doc.nuxeo.com/display/ADMIN/Creating+Packages+for+the+Marketplace">Create and submit packages</a></p>
</li>
<li>
<p><a href="http://www.nuxeo.org/discussions/forum.jspa?forumID=25">Report bug and give feedback</a></p>
</li>
</ul>

<h2>Timeline?</h2>

<p>The Nuxeo Marketplace and Admin Center are available today for members of our community, contributors, partners and customers for preview, testing, improvement and package creation. Nuxeo Connect customers can benefit from this update system now, receiving bug fixes and patches from our support team for Nuxeo DM 5.3.2.</p>

<p>The general availability release of the Nuxeo Marketplace will be done for Nuxeo DM 5.4, at the end of September. We expect to have many packages available by that time and directly available with this version.</p>

<p><a href="http://www.nuxeo.com/en/subscription/connect/overview/marketplace-preview">Let’s get started</a>!<br /><br /> EB.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2010/08/sneak-preview-ecm-nuxeo-marketplace-nuxeo-admin-center/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can Day Software Propel Adobe Towards a More Open Business Strategy?</title>
		<link>http://ebarroca.com/2010/07/can-day-software-propel-adobe-towards-a-more-open-business-strategy/</link>
		<comments>http://ebarroca.com/2010/07/can-day-software-propel-adobe-towards-a-more-open-business-strategy/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 16:57:26 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[ECM]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[wcm]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=7</guid>
		<description><![CDATA[As most involved in the broad content management market, I’ve seen the news of the week: Adobe acquires Day Software, the hot WCM vendor. I have known and respected Day for a while: they deliver neat technology, have a clean business model and contribute significantly to open source. Plus, I appreciate the people I know [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2010%2F07%2Fcan-day-software-propel-adobe-towards-a-more-open-business-strategy%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2010%2F07%2Fcan-day-software-propel-adobe-towards-a-more-open-business-strategy%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p>As most involved in the broad content management market, I’ve seen the news of the week: <a href="http://www.adobe.com/aboutadobe/pressroom/pressreleases/201007/072810AdobetoAcquireDaySoftware.html" target="_self">Adobe acquires Day Software</a>, the hot WCM vendor.</p>

<p>I have known and respected Day for a while: they deliver neat technology, have a clean business model and contribute significantly to open source. Plus, I appreciate the people I know from there.</p>

<p>Waking up on Wednesday and seeing the news starting to pour in my tweet stream was a big surprise. I thought about it a bit over the breakfast. My take: great for them, I know some people in the industry are going to hate it, but won’t be change much for Nuxeo and for the open source projects Day’s people are leading. So sent some congrats, a dinner invite, and went on my day waiting for the analysis and industry reaction overview from <a href="http://blogs.nuxeo.com/cmckinnon/" target="_self" title="Cheryl&#39;s Blog @ Nuxeo">our great CMO</a> later in the day. Which, in turn, confirmed my take. All good, move on. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>I’ve been asked a few time about my opinion and gave it. Until the last time when I thought “but what if Adobe doesn’t follow the Day way?”. Because many people have talked about Adobe closing more of Day’s technology and I don’t buy it. Developers working on the open source project are well respected, they will continue to work on those projects be it for Adobe or for an other company. So that wouldn&#39;t be a problem.</p>

<p>The question that started puzzling me is: What if Adobe goes onto a more open way? First reaction: That would be huge!</p>

<p>Imagine, for a second, that Adobe open source the whole CQ5 product. You have:</p>

<ul>
<li>
<p>CQ5, great WCM software considered as one of the best in its category (the best?), available as open source</p>
</li>
<li>
<p>Day’s team, a team that knows how to ignite and lead communities</p>
</li>
<li>
<p>Adobe’s marketing war machine to let the world know</p>
</li>
</ul>

<p>You get a winning product, with the capacity to transform the WCM market. By commoditizing this technology, Adobe would hit hard its competition in the WCM market. Despite the fact that it would unify some of the opens source WCM crowd, EMC/Fatwire, Autonomy/Interwoven, OpenText/RedDot/Vignette/Obtree and friends would be under heavy attack.</p>

<p>Adobe could concentrate on monetizing global service offerings: Omniture, Livecycle, end-to-end workflows for medias, acrobat.com on steroids, more online services, etc. Commoditizing the core WCM technology would keep the competition busy and let them make money where they hardly have any meaningful competition, innovate more with new services spanning and leveraging the wide reach of their offerings. We also would see an ecosystem thrive on CQ5, providing the ignition — for free — Adobe needs to enter the market. Kinda the Google way, after all.</p>

<p>Actually the more I think to this and after having read Adobe’s plan for Day, I think it’s the best way to achieve it. If they truly want to create a platform for customer engagement management, this is the way. This is how the industry builds big platform nowadays, by open source software.</p>

<p>All this for a mere $240M and -$50M in revenue addition. That would be the <a href="http://wordofpie.com/2010/07/29/acquisition-fever/">slam dunk that Laurence Hart doesn’t see coming</a>! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>Am I crazy enough to think that Adobe will execute this? No. And I haven&#39;t thought all this&#0160;thoroughly. But that would be really fun to watch! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>Onto some real work now,<br /> <br /> EB.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2010/07/can-day-software-propel-adobe-towards-a-more-open-business-strategy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Business of open source: my take on &#8220;open core&#8221;</title>
		<link>http://ebarroca.com/2010/04/business-open-source-my-take-on-the-open-core-debate/</link>
		<comments>http://ebarroca.com/2010/04/business-open-source-my-take-on-the-open-core-debate/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 23:17:07 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[nuxeo]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software business]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=8</guid>
		<description><![CDATA[The “open core” debate has been around since the inception of the model itself, and gained significant adoption among so-called “commercial open source companies”. The debate is heating a bit these day, and I got inspired by 2 recent blog posts from Brian Prentice and Matt Aslett. I advise to read both posts to understand [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2010%2F04%2Fbusiness-open-source-my-take-on-the-open-core-debate%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2010%2F04%2Fbusiness-open-source-my-take-on-the-open-core-debate%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p>The “open core” debate has been around since the inception of the model itself, and gained significant adoption among so-called “commercial open source companies”. The debate is heating a bit these day, and I got inspired by 2 recent blog posts from <a href="http://blogs.gartner.com/brian_prentice/2010/03/31/open-core-the-emperors-new-clothes/" title="Open-Core: The Emperor’s New Clothes">Brian Prentice</a> and <a href="http://blogs.the451group.com/opensource/2010/04/01/sales-and-marketing-for-open-source-same-difference/" title="451 CAOS Theory » Sales and marketing for open source – same difference">Matt Aslett</a>. I advise to read both posts to understand the reactions bellow. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <br />
</p>

<p>I think a lot about business models leveraging open source as it’s what makes our business run and I’m deeply convinced that &#8220;open core&#8221; is fundamentally flawed. This conviction has been formed by real world observations: running a real business for several years now. And I’m happy to see high-profile analysts reach the same conclusion with a sharper analysis and better process! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<h3 id="about_sales_marketing_saving">About Sales &amp; Marketing Savings</h3>

<p><a href="http://blogs.gartner.com/brian_prentice/2010/03/31/open-core-the-emperors-new-clothes/" title="Open-Core: The Emperor’s New Clothes">James Dixon</a> from Pentaho argues — not suprisingly — that open core is the right model because it reduces the sales and marketing costs to distribute the software. And that might be true. But it is not linked to open core neither to open source, intrinsically. It’s linked to the internet distribution model and the rise of the web as a way for new and small companies to become known.</p>

<p>I would also add that I think the open core market is less powerful as a distribution model than a freemium (or free trial)-one based leveraging proprietary software. The reduction in sales and marketing spend is more related to the online distribution of the software than the open source aspect of “a software core”. So, of course, when you distribute a software online, you have to make it easy to install (hence improve packaging compared to traditional proprietary offerings). But it is really linked to internet-enabled distribution, not to the open access to the source code of the software.<br />
</p>

<p>Atlassian (or Skype) might be the flagship of success for this model&#8230; without being open source at all (but while contributing to it)!</p>

<h3 id="about_the_8220open_core8221_model">About the “open core” model</h3>

<p>With an open core model, you have to exclude/remove features (hence value) from the open source software to in order to preserve your business: you could be forced to even limit innovation in the open source branch because it could damage your business. It does not leverage any benefits that should be derived from the open nature of the code — which is the very core aspect of open source. It only leverage free distribution not the open aspect of the source code.<br />
</p>

<p>I would add that a subscription-based model (where subscription is for maintenance and support services) is superior on the long-term because it drives the company to align and organize itself around the value created for its customer. The more the customer deploy and benefit from the software, the more revenue goes to the vendor. So I think it’s a great way to align vendors and users on the same value stream.</p>

<p>Also, using an open source license does not require free download (advocated by open core users): RHAT is, I think, considered as the most successful company in the open source world. Yet their software is not freely downloadable, while 100% open source.</p>

<h3>Hybrid?</h3>

<p>I read a lot about &#8220;<i>hybrid models</i>&#8220;, based some blend of proprietary and open source software, to justify/support an &#8220;open core&#8221; model. I don&#8217;t believe in this at all. Of course, proprietary software is not going away anytime soon. It&#8217;s a valuable and proven business model that works and can deliver value to customers when properly applied. Same for open source: it&#8217;s here to stay for good. But the &#8220;open core&#8221; model offer no long-term benefit for customers: it just blurs the real value of open source for them, only leveraging the distribution channel it implies for the vendor benefit. <br />
</p>

<p>I believe in clear business models. Successful companies use clear business models because that&#8217;s what enable trust from customers. Open core is not one of them: there is no clear line between open source / proprietary, neither serious justification for the customer. Open core is just the good old proprietary model, nothing new here. All vendors <b>uses </b>open source software today!<br />
</p>

<p>From a higher perspective, I believe that the whole IT market is moving toward service-based approaches — SaaS paved the way — because it aligns customer value with vendor revenue. That&#8217;s why we — at <a href="http://www.nuxeo.com/en" id="hm7d" title="Nuxeo">Nuxeo</a> — won&#8217;t use the open core model even if it could increase short term revenue. We&#8217;re here to stay and we believe that basing our revenue stream on the value we create for our customers is the best way to create sustainable growth.<br />
</p>

<p><br /></p>

<p>Cheers,
<br /><br />
EB.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2010/04/business-open-source-my-take-on-the-open-core-debate/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>What makes Nuxeo ECM different and worthy of interest? (No, it’s not “open source”)</title>
		<link>http://ebarroca.com/2010/03/what-makes-nuxeo-ecm-different-and-worthy-of-interest-no-its-not-open-source/</link>
		<comments>http://ebarroca.com/2010/03/what-makes-nuxeo-ecm-different-and-worthy-of-interest-no-its-not-open-source/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 06:30:00 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[ECM]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[business model]]></category>
		<category><![CDATA[ecm]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[nuxeo]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software platform]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=9</guid>
		<description><![CDATA[Note: this post follows the previous one about the ECM market and I advise you to read it to better understand the context of this one. What differentiates you from the other enterprise content management offerings? I get this question regularly, and too often the expected answer is “open source”. While playing a role, I [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2010%2F03%2Fwhat-makes-nuxeo-ecm-different-and-worthy-of-interest-no-its-not-open-source%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2010%2F03%2Fwhat-makes-nuxeo-ecm-different-and-worthy-of-interest-no-its-not-open-source%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p><i>Note: this post follows <a href="http://blogs.nuxeo.com/ebarroca/2010/03/is-there-room-for-nuxeo-in-the-mature-and-crowded-ecm-market-opensource.html" id="k:jh" title="Is there room for Nuxeo in the mature and crowded ECM market?">the previous one about the ECM market</a> and I advise you to read it to better understand the context of this one.</i></p>

<p><br /></p>

<blockquote>
<p><i>What differentiates you from the other enterprise content management offerings?</i></p>
</blockquote>

<p><br /></p>

<p><img alt="Standout-from-the-crowd" class="asset asset-image at-xid-6a010536291c30970b01310f97cda1970c" src="http://blogs.nuxeo.com/.a/6a010536291c30970b01310f97cda1970c-320wi" style="margin: 0px 0px 5px 5px; float: right;">I get this question regularly, and too often the expected answer is “open source”. While playing a role, I wouldn’t say that open source is what makes us different. <i>Open source is in our DNA</i>, but that’s not the key for our customers, nor the biggest change we’re aiming to bring to the market.</p>

<h4>What makes us different? Our technology, the ECM platform.</h4>

<p>This is by far our main market advantage and what we have to bring to the market: <a href="http://www.nuxeo.com/en/products/ep" id="pm21" title="Nuxeo Enterprise Platform (EP)">Nuxeo Enterprise Platform (EP)</a>, our ECM platform. We’ve built superior technology, leveraging an up-to-date Java stack, design pattern and modularity. This is hands down the main reason that we win deals today with enterprise architects and technology-savvy business sponsors.</p>

<p>The value proposition here is simple and compelling — <i>We dramatically reduce the time and the cost of building on top of the ECM platform</i> when compared to LiveLink or Documentum. This is why we won major deals with <a href="http://www.jeppesen.com/index.jsp" target="_blank">Jeppesen — a Boeing Company</a>, <a href="http://www.orange.com/en_EN/" target="_blank">Orange</a>, <a href="http://bbc.co.uk" target="_blank">BBC</a>, <a href="http://ellisdon.com" target="_blank">EllisDon</a>, <a href="http://www.cengage.com/" target="_blank">Cengage Learning</a>, <a href="http://overstock.com" target="_blank">Overstock.com</a>, and many more.</p>

<p>We don’t try to hide from architects, we bring them back to the center of the game and give them the tools to answer challenges of the 21st century. To fully bring competitive advantage and deliver the value it promises, technology is important. We believe software is an engineering discipline, at the service of the business.</p>

<p>Of course, open source is deep in our DNA and brings a lot of value, ease and insurance to our customers. But from a decision-making standpoint, it plays a role but isn’t usually a key factor. The same is true for cost. Yes it is important but clearly only satisfying the functional and technical requirements are paramount. Ironically, price regularly plays against us: such as when our competitor friends have the financial resources to buy deals from us when money is key. Hence the best case for us to win is when what we offer is not achievable by the incumbents.</p>

<h4>We offer a better ECM platform, enabling a new generation of content applications</h4>

<p>On the platform side, our mission is to commoditize the market for “ECM platforms” with standards, widely known technology and great infrastructure. We made a strategic bet 3 years ago on a stack of technology and infrastructure that is now mainstream. So we have a great ECM platform, leveraging open standards and a well-known technology stack, highly modular and flexible. It runs on a wide range of hardware (from embedded devices in planes to large farms with terabytes of data) and serves very diverse needs (from mission-critical editorial systems for press agencies to a highly secure case management system for a nuclear agency or a mobile document repository for an offshore<font><span style="background-color: rgb(255, 255, 255);"> welding engineer</span></font><font><span style="background-color: rgb(255, 255, 255);">.</span></font>)</p>

<p>The net result of all this is that our platform is the most flexible and modular on the market and is widely recognized as such. This has become a great market advantage for us with the rise of content applications (CEVA/CCA: Content Enabled Vertical Applications / Composite Content Applications &#8211; as Gartner puts it and discussed at its recent <a href="http://blogs.nuxeo.com/cmckinnon/2010/03/recap-of-gartnerpcc.html" id="moko" title="Gartner Portals, Content &amp; Collaboration Summit">Gartner Portals, Content &amp; Collaboration Summit</a>).</p>

<p>Content Apps represent a steady move in the ECM market where buyers want to buy vertical solutions, solving actual business problems. They don’t want to pour money into generic technology anymore. We are seeing a new category of ISVs, packaging business knowledge into software to create and sell those content applications (ex: construction project management, clinical facts management for biotech and life sciences, software for control and command centers, etc.). Content apps are a logical evolution of the ECM market toward more vertical, business-ready solutions. And we believe we offer a great development and composition model for the next generation of content apps.</p>

<p>As such, I believe Nuxeo is well-positioned to benefit from this evolution given that:</p>

<ul><li>Open source software has shown superior ability to commoditize markets, recycling big vendors’ license revenue into a new stream of value. We participate actively in this commoditization, deriving revenue for us and offering better value for the customers.</li>
<li>Our platform’s flexibility and feature scope combined with the open source aspect of the software ease the life of content app architects and developers. The development model the platform offers is widely recognized and praised. We believe we can enable a new way of building content apps. Easier, cleaner, faster.</li>
<li>Our business model derives value from applications built on top of Nuxeo EP (thanks to the subscription-based business model we have created).</li></ul>

<p>That’s why we’re here. To offer and evangelize an ECM platform and the associated content apps, responding to the new needs of businesses in this era of information explosion.</p>

<p>I hope this also bring some clarification and will entice people to look beyond the “open source” label. Because there’s a lot more to discover and that could really help your business!</p>

<p>Cheers, <br />
<br />
EB.
</p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2010/03/what-makes-nuxeo-ecm-different-and-worthy-of-interest-no-its-not-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is there room for Nuxeo in the mature and crowded ECM market?</title>
		<link>http://ebarroca.com/2010/03/is-there-room-for-nuxeo-in-the-mature-and-crowded-ecm-market-opensource/</link>
		<comments>http://ebarroca.com/2010/03/is-there-room-for-nuxeo-in-the-mature-and-crowded-ecm-market-opensource/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 10:16:45 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[ECM]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[commoditization]]></category>
		<category><![CDATA[disruption]]></category>
		<category><![CDATA[ecm]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=10</guid>
		<description><![CDATA[While exchanging with a well-recognized and successful industry expert about our differentiators and the market we are in. Since they popup frequently, I thought it might be interesting to publish the answer. ECM is a mature and crowded market. Is there really room for anything more than a niche player at this late stage in [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2010%2F03%2Fis-there-room-for-nuxeo-in-the-mature-and-crowded-ecm-market-opensource%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2010%2F03%2Fis-there-room-for-nuxeo-in-the-mature-and-crowded-ecm-market-opensource%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p><em>While exchanging with a well-recognized and successful industry expert
about our differentiators and the market we are in. Since they popup frequently, I thought it might be interesting to publish the answer.</em></p>

<p><br />
<img  style="border: 1px solid black; margin: 2px; float: right;" class="asset asset-image at-xid-6a010536291c30970b01310f9cdedb970c " alt="Bazaar-istanbul" title="Bazaar-istanbul" src="http://blogs.nuxeo.com/.a/6a010536291c30970b01310f9cdedb970c-320pi" border="1px"/>
<br /></p>

<blockquote><p>ECM is a mature and crowded market. Is there really room for anything more than a niche player at this late stage in the game?</p>
</blockquote>

<h4>Hegemonic vendors</h4>

<p>At a macro-level, the enterprise content market is composed by 5 hegemonic vendors (OpenText, EMC, IBM, Oracle, Microsoft) and a set of minor ones (~15 notable), after a strong and fast consolidation of this market. Gartner says: <cite>3 top vendors have 52% of the ECM market</cite>. The Triad of ECM? <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p>As many vendors have skipped investment in technology aggregating software from their acquisitions (with the notable exception of Microsoft) much of the current batch of software has been designed 15 years ago and hasn’t evolved much. They have forgotten they are in engineering, not retail. In this world of lean, on-demand, instant-on, the major ECM payers still talk literally in days or weeks to install their software. It’s faster to setup a whole virtual datacenter processing and storing terabytes of data on the Amazon Cloud than setting up a vanilla ECM system!</p>

<p>On top of this technology breakdown, many of these acquisitions have been poorly integrated, to say the least (with a <a href="http://www.reddotcmsblog.com/why-the-acquisition-by-open-text-was-bad-for-reddot-cms" title="Why the acquisition by Open Text was bad for RedDot CMS | Unofficial RedDot CMS blog">special mention to OpenText</a> on this side). And the pace of the recent consolidation has created a disturbance in the market. </p>

<p>Those two combined dynamics enable new vendors with good technology and the right go-to-market approach to enter the ECM arena, tickle the incumbents and rise, and bring some fresh air and fun to this market.</p>

<h4>Perspective shift from customers</h4>

<p>We see important shifts in how customers evaluate and choose ECM platforms:</p>

<ul>
<li><p>More and more Architects are actively involved in the choice of next-generation ECM platforms (not only business users / archive managers) and are putting it at the core of their information system. This sets high expectations in terms of software architecture, integration capabilities or flexibility and technology stack.</p></li>
<li><p>They need to update systems deployed in the ’00s because incumbent vendors are not supporting those versions anymore =&gt; the cost of upgrading is high and they are looking for alternatives. Often we can offer efficient and better replacement for those systems for a fraction of the price of the ongoing maintenance. Let alone the license fees…</p></li>
<li><p>Given the lack of technical investment and the legacy of major ECM platforms, implementation is complex and expensive =&gt; we can do better with today’s technology. Monolithic is no where near the state-of-the-art of software-and Architects care because it directly impacts their ability to make these ECM platforms meet the new business challenges.</p></li>
</ul>

<h4>Move fast, commoditize legacy, create value with the rest</h4>

<p>I really believe that the market maturity combined with the legacy technologies of monolithic players is a key advantage for us: we are disrupting the market by commoditizing the technology (platform) and deriving value from this commoditization.</p>

<p>We target what hurts: the fat and comfortable maintenance stream. We target it with more flexible, up-to-date technology and a company organized to provide superior service for support &amp; maintenance as our customers actually deploy and use our products. That’ll tickle! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p>So yes, I’m firmly convinced that there is a room for new players, like us. And timing seems just right for a big one. The market needs to evolve and renew, in the best interest of customers. And they well deserve it, given the challenges of the knowledge era that just starts…</p>

<p>That’s going to be a tough ride. But… feels fun too!</p>

<p>Cheers,
<br /><br />
EB.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2010/03/is-there-room-for-nuxeo-in-the-mature-and-crowded-ecm-market-opensource/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Recruiting 2.0 @ Nuxeo &#8211; a real world story</title>
		<link>http://ebarroca.com/2009/12/recruiting-20-nuxeo-a-real-world-story/</link>
		<comments>http://ebarroca.com/2009/12/recruiting-20-nuxeo-a-real-world-story/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 16:40:23 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Recruitment]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[nuxeo]]></category>
		<category><![CDATA[recruitment]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=11</guid>
		<description><![CDATA[As you might have noticed, in September we (proudly) welcomed a new member of our executive team, Cheryl McKinnon has joined to lead our marketing, bringing many years of ECM experience from big name players. Cheryl is a key member of our executive team and I am proud to have her on board: she brings [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2009%2F12%2Frecruiting-20-nuxeo-a-real-world-story%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2009%2F12%2Frecruiting-20-nuxeo-a-real-world-story%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p><img style="float: right;" class="asset asset-image at-xid-6a010536291c30970b0128766072c4970c" alt="Dream-job-signal" src="http://blogs.nuxeo.com/.a/6a010536291c30970b0128766072c4970c-320wi" style="margin: 0px 0px 5px 5px;" /> As you might have noticed, in September we (proudly) welcomed a new member of our executive team, <a href="http://blogs.nuxeo.com/cmckinnon/" title="Cheryl's Blog">Cheryl McKinnon</a> has joined to lead our marketing, bringing many years of ECM experience from big name players.</p>

<p>Cheryl is a key member of our executive team and I am proud to have her on board: she brings deep knowledge of ECM alongside great sense or marketing. It&#8217;s a unusual hire for a company like Nuxeo. I believe the hiring process is a very interesting aspect of this story&#8230; It&#8217;s a total &#8220;2.0&#8243; process.</p>

<p>Earlier this month, Cheryl <a href="http://candyandaspirin.blogspot.com/2009/12/on-being-blogmother.html">organized and hosted a workshop</a> for tech professionals who needed to get back into the job market – <a href="http://myifridge.blogspot.com/2009/12/listen-learn-execute.html">a move that &#8216;went viral&#8217;</a>. She has lived the new Recruiting 2.0 experience and offered to share her learnings with others – because this is how we found her:</p>

<p>For several months I was thinking of finding a CMO to accelerate and strengthen our go-to-market strategy, as well add some serious brain power and experience in the field of ECM to our company. It wasn&#8217;t an active search at first – it took time to imagine the profile I was looking for. Once figured out, it became one of those sticky ideas I get sometimes&#8230; I had to fix this!</p>

<p>I considered several options to find the right person:</p>

<ol>
<li><p>Hunter Route -> great to find the typical &#8220;world-class marketing guy&#8221; but he/she might miss the twist that I was after. Plus I wasn&#8217;t sure I could properly explain the profile, let alone assuming the head hunter really gets it. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p></li>
<li><p>Wait for somebody to send a resume spontaneously -> can work, but I wasn&#8217;t confident in the exact timeline for obvious reasons! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p></li>
<li><p>Find her/him myself using my own (limited) resources.</p></li>
</ol>

<p>As the first route seemed wrong (and/or too expensive) and the second one too uncertain I went for the third one and started to work on the topic.</p>

<p>I wanted an &#8220;ECM expert / Web 2.0 thinker / social media pundit / community-aware marketer&#8221;. That would have been the first brief for a head-hunter. Hence, I headed to LinkedIn: refined searches, careful manual review of profiles (including blog / twitter-feed reading).</p>

<p>Applying several rules: proper Linkedin profile, a professional blog, a twitter account, some activities in social media and communities of practice. But more than anything, I was looking for the &#8220;twist&#8221;, the small things, difficult to describe, that make a person right for a particular job  at our company. The thing that makes your company special and that is so difficult to describe. I was looking for &#8220;Nuxeo&#8217;s CMO&#8221;, not &#8220;a CMO&#8221;.</p>

<p>I ended up with a very small hand-picked group of people that seemed to fit the profile. Next, I sent an intro email to explain the opportunity, got answers, (lot of) calls, in person meetings, explained and discussed about vision and strategy. Kind of a standard hiring process, actually, for a key position. With a difference, however, from the old times&#8230; I would never had been able to do it, just 5 years ago. LinkedIn, social media, blogs and twitter made that possible: find great people for key position in (close to) no time. Less time than describing such a complex profile and complex position to a head hunter actually.</p>

<p>I now use this approach for all key positions in the company: you don&#8217;t find us, we find you (well, if <a href="http://www.nuxeo.com/en/about/careers" title="Jobs at Nuxeo">you find us</a> that&#8217;s cool too&#8230;). The social web is just a wonderful opportunity for great companies to find great people and for great people to find great companies. It enables to hear the voice of the talents and connect with them, before the first interview. That&#8217;s a brand new way of seeing the hiring process. This would have been completely impossible just 5 years ago. And I don&#8217;t think we&#8217;re an isolated case, my wife has been hunted and hired the same way a few month ago (which is maybe what got me started with this approach, actually). </p>

<p>As a CEO, it&#8217;s the most valuable result I&#8217;m getting from social media: being able to connect and engage with great people that can join and strengthen the company, at no cost (except participating to the system, being very open and transparent). I have access to a virtually unlimited pool of talent: just need to pay attention and look for people. This is a huge opportunity, totally new compared to what our predecessors had to deal with. And a great threat for those who don&#8217;t get it. </p>

<p>We&#8217;re living amazing times&#8230;</p>

<p>EB.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2009/12/recruiting-20-nuxeo-a-real-world-story/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open Source vs. Proprietary Software Platforms: the Market&#8217;s Perspective</title>
		<link>http://ebarroca.com/2009/09/open-source-vs-proprietary-software-platforms-the-markets-perspective/</link>
		<comments>http://ebarroca.com/2009/09/open-source-vs-proprietary-software-platforms-the-markets-perspective/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 20:54:24 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[market analysis]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software platform]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=12</guid>
		<description><![CDATA[Matt Asay,&#0160;in the good post &#34;Open source is a platform, not a product&#34;, is claiming the end of the platform wars because open source has won. Clearly, open source platforms are winning. Just take Eclipse (development apps and desktop apps), Java, Android, etc. But saying that open source platforms are winning doesn&#39;t mean the platform [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2009%2F09%2Fopen-source-vs-proprietary-software-platforms-the-markets-perspective%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2009%2F09%2Fopen-source-vs-proprietary-software-platforms-the-markets-perspective%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p>Matt Asay,&#0160;in the good post &quot;<a href="http://news.cnet.com/8301-13505_3-10362946-16.html">Open source is a platform, not a product</a>&quot;, is claiming the end of the platform wars because open source has won. Clearly, open source platforms are winning. Just take Eclipse (development apps and desktop apps), Java, Android, etc.</p>

<p>But saying that open source platforms are winning doesn&#39;t mean the platform wars are over. I would say the contrary. Platform wars will continue, and this helps innovation (if the wars stop, then I would worry actually). We&#39;ll see a lot of open source platform wars. Competition rules the world! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>The question is: why are open source platforms winning? I don&#39;t think it&#39;s because of their flexibility. Flexibility is a feature of a software platform open source or not. Being open source doesn&#39;t give you inherent flexibility, goodness or ease of use. Of course, flexible platforms win, and often they happen to be open source. But not always. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>I think the core reason lies in the intrinsic economic efficiency: open source is a better way to produce software platforms from a market perspective. It&#39;s just more efficient at the macro-economic level, factoring cost and fostering collaboration. Hence, it wins. Period.</p>

<p>I believe the economic efficiency aspect is key in the success of open source software, especially for platforms. And it&#39;s not pure magic.
Open source licensing scheme and open development models enable collaboration between self-interested entities, which can combine forces as they need within a clear legal framework, and such without a complex initial collaboration setup and big contracts negotiation.</p>

<p>And as platforms are inherently meant to serve a wide range of needs and people, open source reveals its superior nature: it enables great collaboration between actors using the platform, hence aggregating their work to advance the platform.</p>

<p>This virtuous cycle is clearly shown by great successes such as the Eclipse Platform (the more vendors joined the game, the more Eclipse became the de facto platform for dev tools), Apache projects, WordPress as a blogging platform, Firefox and WebKit as browser platforms (on different fronts), and the list goes on&#8230;</p>

<p>And, open source doesn&#39;t kill innovation. Quite the contrary &#8211; thanks to the inherent openness of the model and the competitive nature built-in (forks are an extreme example) – open source fosters great innovation.</p>

<p>So yes, as Matt says, for any given market segment, open source platforms win, are about to, or at least represent a significant share. But it&#39;s not because of their flexibility or because of their open source license. It&#39;s because the open source licensing scheme catalyzed by an open development model bring so much efficiency that it beats any proprietary competitor.</p>

<p>That&#39;s economic reality, not software architecture. And it&#39;s a lot stronger!</p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2009/09/open-source-vs-proprietary-software-platforms-the-markets-perspective/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Commercial Open Source — Or Just a Free Demo?</title>
		<link>http://ebarroca.com/2009/08/commercial-open-source-or-just-a-free-demo/</link>
		<comments>http://ebarroca.com/2009/08/commercial-open-source-or-just-a-free-demo/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 01:10:51 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[market]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=13</guid>
		<description><![CDATA[I’m reading a lot recently about “Commercial Open Source” being the next great thing in the software industry. I’ve just read the presentation “Talk Slides: The Commercial Open Source Business Model” by SAP Labs&#39;s Dirk Riehle. It’s a great presentation that really captures the vision and strategy of some high-profile companies in the so-called “Commercial [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2009%2F08%2Fcommercial-open-source-or-just-a-free-demo%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2009%2F08%2Fcommercial-open-source-or-just-a-free-demo%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p>I’m reading a lot recently about “Commercial Open Source” being the next great thing in the software industry. I’ve just read the presentation “<a href="http://dirkriehle.com/2009/08/07/talk-slides-the-commercial-open-source-business-model/">Talk Slides: The Commercial Open Source Business Model</a>” by SAP Labs&#39;s <a href="http://dirkriehle.com/">Dirk Riehle</a>. It’s a great presentation that really captures the vision and strategy of some high-profile companies in the so-called “Commercial Open Source” arena.</p>

<p>In summary, the “commercial open source” business model is based on the 3 pillars:
</p>

<ol>
<li>a GPL (or GPL-like) software tagged “community”</li>
<li>a proprietary version of the GPL software with some “proprietary extensions” sold using a traditional license</li>
<li>a serious dose of communication efforts to explain how open source magically creates cheap great software for everyone (and that in fact you’re not really selling it) and generates a ton of leads allowing you to get to market faster and cheaper</li>
</ol>

<h2>Core myths of the “Commercial Open Source”</h2>

<p>Here is how I analyse the core speech of the current &quot;Commercial Open Source&quot; model. I would be happy to hear about your opinion.</p>

<h3>“Community Editions” you mean… “Free Demo”?</h3>

<p>I don’t get the fundamental difference between offering a “low-end” open source version of your software and offering a free but proprietary one. Especially when I read that the “Community version” is for “developers, hobbyists and small deployments ‘cause it’s cool and fun tech” while the “Enterprise version” is for “enterprise deployment ‘cause it’s full of tests and stable code.”</p>

<p>Hmmm… how do you turn an untested, unstable software into an enterprise-grade, rock-solid software with “some extension”? Well, you don’t. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Either your software is well-tested and rock-solid, or it’s not.</p>

<p>If you just want to create a product line with different features depending on varying customer size, that’s fine but let’s call it this way.</p>

<p>
</p>

<h3>Open source software generates leads, right?</h3>

<p>Wrong. Freely downloadable apps generate leads. Free trials generate leads. Smart marketing efforts generate leads. Having access to source code does not generate leads, at least not when you are offering applications (it might be different for middleware or dev tools).</p>

<p>Want to generate leads? Create great software and offer free trial and downloadable software.</p>

<h3>“It’s not proprietary software, it’s giving reason to buy when people use the software”</h3>

<p>I love this one! Seriously. Of course customers need a reason to buy. That’s why they buy. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>The reason to buy is called “license fee for usage right”. It’s been around for 20 years and if you want to give people a “reason to buy” your software, just use a “license fee” for usage and maintenance. That is what it&#39;s designed for — it will save you a bunch of marketing dollars.</p>

<h3>Open Source is good for Communities</h3>

<p>It helps but it’s not enough. And it’s not limited to Open Source.</p>

<p>Openness, honesty, good software and good marketing create community. Ask Atlassian, Google, Twitter, Salesforce or even Microsoft. Not open source, but great communities and vibrant ecosystems.</p>

<h2>“Commercial Open Source” or “Ashamed proprietary software”?</h2>

<p>There is nothing wrong with selling “usage right to use binary software” (or more often called “license fees”…), which is what all “Commercial Open Source” vendors are doing. It doesn’t prevent you from creating great software, building a community and be nice. It just requires a bit more effort.</p>

<p>It&#39;s time to go public and add some clarity to all this. There is nothing wrong selling proprietary software, especially when you&#39;re contributing a lot of open source code (I’m a great fan of <a href="http://www.atlassian.com">Atlassian</a> and <a href="http://day.com">Day</a>, in this respect). It is nothing to be ashamed of. Just be clear and focus on your software&#39;s competitive advantage rather than its open source &quot;nature.&quot;</p>

<h2>“Commercial Open Source” is not&#0160;the&#0160;business model of open source</h2>

<p>There is no such thing as a business model of open source, by the way. There are many reason companies are producing open source software (from Microsoft to Google, from Oracle to RedHat). The only common fact: it’s a tsunami in the industry. Everybody’s using it, software vendors being the firsts. And many are producing some.</p>

<p>There are a lot of reasons to produce open source and a lot of ways to make money leveraging it, as some brilliant analysts and bloggers already said (two notable reading: “<a href="http://blogs.the451group.com/opensource/2009/02/23/on-open-source-business-strategies-again/">On open source business strategies (again)</a>” by 451 Group’s <a href="http://blogs.the451group.com/opensource/author/maslett/">Matthew Aslett</a> or “<a href="http://www.redmonk.com/cote/2009/02/19/closedopensource/">Making Billions with Open Source, Revisited</a>” by Redmonk’s <a href="http://www.redmonk.com/cote/about/">Coté</a>).</p>

<p>Here is how I would summarize it:</p>

<ol>
<li><strong>Proprietary software (!)</strong>: Build and distribute proprietary software leveraging open source ones (be it complete apps or just extensions). Take <a href="http://day.com">Day Software</a>, quietly producing tons of good open source infrastructure components, they sell a great proprietary app. Or IBM with <a href="http://geronimo.apache.org">Geronimo</a> / Websphere. Or Oracle. <a href="http://springsource.com">SpringSource</a> and most “Commercial Open Source” companies fall into this category too. I think it’s the easiest way to make money out of open source.</li>
<li><strong>Support &amp; Packaged Services</strong>: Sell support as subscription and high-value packaged services (monitoring, inventory, etc.) for open source software you’re producing. <a href="http://www.jboss.com">JBoss</a> was the flagship in this business with quite a success making money with it. This is Nuxeo’s business too.</li>
<li><strong>Proprietary distribution</strong>: assemble open source software into a proprietary stack. It’s all open source software, but the recipe to assemble the different components together and deliver a coherent and supported stack is kept secret. This can also include some “proprietary services” such as automated updates or monitoring.
This is RedHat’s business. Sun seems to look toward this way too (see Solaris and the recent <a href="http://www.sun.com/software/webstack/index.xml">WebStack</a>).
</li>
<li><strong>Proprietary tooling</strong>: sell proprietary tools that help running / operating / managing open source products. These tools are usually development tools, administration tools or deployment tools.</li>
<li><strong>SaaS</strong>: package open source software to deliver apps as a service. This is the business of managed apps hosting (to make apps run) and packaged services (to deliver great customer support and business domain knowledge). This is also Nuxeo’s business.</li>
</ol>

<p>So in the end, what’s the key point? Is it doing open source no matter what for the sake of hype or is it solving problems by delivering great software and/or services to customers?</p>

<p>I wish people of the Commercial Open Source arena would focus more on the later&#8230;; cause it does not diminish their contribution to open source overall nor does it diminish their company’s greatness and value. For the best of the open source industry.&#0160;These times are about transparency and openness after all&#8230;</p>

<p>What do you think? I have spent 10 years in the open source software industry, building a company, living through short-term hypes and various business models.&#0160;And I&#39;m still learning. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Would be really happy to discuss more about all this.</p>

<p>Cheers,
<br /><br />
EB.</p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2009/08/commercial-open-source-or-just-a-free-demo/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>CMS Vendor Meme &#8211; Nuxeo&#8217;s turn</title>
		<link>http://ebarroca.com/2009/03/cms-vendor-meme-nuxeos-turn/</link>
		<comments>http://ebarroca.com/2009/03/cms-vendor-meme-nuxeos-turn/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 01:35:46 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[ECM]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Web/Tech]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=14</guid>
		<description><![CDATA[We’ve been challengeded by Day Software for a CMS meme, inspired by Kas Thomas’s A reality checklist for vendors. Since it’s kind of fun and we’re not shy, let’s take the challenge, even if we really don’t focus on WCM! 1. Our software comes with an installer program? Yes. We have a native installer for [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2009%2F03%2Fcms-vendor-meme-nuxeos-turn%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2009%2F03%2Fcms-vendor-meme-nuxeos-turn%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p>We’ve been <a href="http://dev.day.com/microsling/content/blogs/main/cmsvendormeme.html">challengeded by Day Software</a> for a CMS meme, inspired by <a href="http://twitter.com/kasthomas">Kas Thomas</a>’s <a href="http://www.cmswatch.com/Trends/1518-A-reality-checklist-for-vendors" title="Trends: A reality checklist for vendors">A reality checklist for vendors</a>.</p>

<p>Since it’s kind of fun and we’re not shy, let’s take the challenge, even if we really don’t focus on WCM! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p></p>

<h3 id="1_our_software_comes_with_an_installer_program">1. Our software comes with an installer program?</h3>

<p>Yes. We have a native installer for Windows and a multi-platform installer for Linux and Mac.</p>

<p><strong>Note: 3/3</strong></p>

<h3 id="2_installing_or_uninstalling_our_software_does_not_require_a_reboot_of_your_machine">2. Installing or uninstalling our software does not require a reboot of your machine.</h3>

<p>Of course.</p>

<p><strong>Note: 3/3</strong></p>

<h3 id="3_you_can_choose_your_locale_and_language_at_install_time_and_never_have_to_see_english_again_after_that">3. You can choose your locale and language at install time, and never have to see English again after that.</h3>

<p>You choose your language at login time, and your done.
If your browser is properly configured, it’s automatically detected.</p>

<p><strong>Note: 3/3</strong></p>

<h3 id="4_eval_versions_of_the_latest_editions_of_our_software_are_always_available_for_download_from_the_company_website">4. Eval versions of the latest edition(s) of our software are always available for download from the company website.</h3>

<p>Full versions are always available from our website. Oh, and with the source code. And the development is open too! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p><strong>Note: 3/3</strong></p>

<h3 id="5_our_wcm_software_comes_with_a_fully_templated_8220sample_web_site8221_and_sample_workflows_which_work_out_of_the_box">5. Our WCM software comes with a fully templated “sample web site” and sample workflows, which work out-of-the-box.</h3>

<p>Yes to both (as of version 5.2). We have two technology options for sample websites (WebEngine and WebWorkspaces) and we supply two sample workflows for document management. The level that one would describe as “fully templated web site” is arguable but these samples are pretty basic. And you also get a fully ready system for collaboration &amp; document management.</p>

<p><strong>Note: 3/3</strong></p>

<h3 id="6_we_ship_a_tutorial">6. We ship a tutorial.</h3>

<p>We have a <a href="http://doc.nuxeo.org/xwiki/bin/view/Main">user guide</a> that walks you through the software using most of the features. We also have a <a href="http://www.nuxeo.org/static/book-draft/">book</a> in progress &#8211; you can read and comment on the draft online- that teaches you how to develop for the platform. And a big “<a href="http://doc.nuxeo.org/5.1/books/nuxeo-book/html/">reference guide</a>” for experimented developers.</p>

<p><strong>Note: 2/3</strong></p>

<h3 id="7_you_can_raise_a_support_issue_via_a_button_link_or_menu_command_in_our_administrative_interface">7. You can raise a support issue via a button, link, or menu command in our administrative interface.</h3>

<p>Yes, for supported customers. We also have an issue tracker available to anyone. You can raise issues on the forums or on email lists as well.</p>

<p><strong>Note: 3/3</strong></p>

<h3 id="8_all_help_files_and_documentation_for_the_product_are_laid_down_as_part_of_the_install">8. All help files and documentation for the product are laid down as part of the install.</h3>

<p>No. They are available and downloadable via <a href="http://doc.nuxeo.org">the web site</a>. Does that work?</p>

<p><strong>Note: 2/3</strong></p>

<h3 id="9_we_run_our_entire_company_website_using_the_latest_version_of_our_own_wcm_products">9. We run our entire company website using the latest version of our own WCM products.</h3>

<p>It’s an older version for some parts of our website.
We do use our software for our document management system and our content infrastructure.</p>

<p><em>But remember</em>: we don’t do “corporate” WCM (yet, at least).</p>

<p><strong>Note: 2/3</strong></p>

<h3 id="10_our_salespeople_understand_how_our_products_work">10. Our salespeople understand how our products work.</h3>

<p>Yes. They work with the technical staff directly for training, pre-sales, and support. Plus, they install and demo the software by themselves! And they use it to manage their documents and proposals, so they&#39;re eating our dogfood too&#8230; <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>

<p><strong>Note: 3/3</strong></p>

<h3 id="11_our_software_does_what_we_say_it_does">11. Our software does what we say it does.</h3>

<p>Yes, and you can verify it yourself anytime you want. It’s open.</p>

<p><strong>Note: 3/3</strong></p>

<h3 id="12_we_don8217t_charge_extra_for_our_sdk">12. We don’t charge extra for our SDK.</h3>

<p>No. But you can mail us a thank-you note or buy us a beer. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p><strong>Note: 3/3</strong></p>

<h3 id="13_our_licensing_model_is_simple_enough_for_a_5_year_old_to_understand">13. Our licensing model is simple enough for a 5-year-old to understand.</h3>

<p>Yes: Zero cost (LGPL).
You pay for support and packaged services.</p>

<p><strong>Note: 3/3</strong></p>

<h3 id="14_we_have_one_price_sheet_for_all_customers">14. We have one price sheet for all customers.</h3>

<p>Yes. And it’s easy to verify: <a href="http://www.nuxeo.com/en/services/support/operations/">http://www.nuxeo.com/en/services/support/operations/</a>.</p>

<p><strong>Note: 3/3</strong></p>

<h3 id="15_our_top_executives_are_on_skype_twitter_or_some_similar_channel_and_feel_free_to_contact_them_directly_at_any_time">15. Our top executives are on Skype, Twitter, or some similar channel, and: Feel free to contact them directly at any time.</h3>

<ul>
<li><p>Florent Guillaume, Head of R&amp;D: <a href="http://twitter.com/efge">@efge</a> &#8211; <a href="http://blogs.nuxeo.com/sections/blogs/florent_guillaume">blog</a> &#8211; <a href="http://www.linkedin.com/in/fguillaume">linkedin</a></p></li>
<li><p>Anne de Forsan, Marketing &amp; Communication: <a href="http://twitter.com/adeforsan">@adeforsan</a> &#8211; <a href="http://blogs.nuxeo.com/megaphone">blog</a> &#8211; <a href="http://www.linkedin.com/in/annedeforsan">linkedin</a></p></li>
<li><p>Stefane Fermigier, Founder and Chairman: <a href="http://twitter.com/sfermigier">@sfermigier</a> &#8211; <a href="http://blogs.nuxeo.com/sections/blogs/fermigier">blog</a> &#8211; <a href="http://www.linkedin.com/in/sfermigier">linkedin</a></p></li>
<li><p>me, CEO: <a href="http://twitter.com/ebarroca">@ebarroca</a> &#8211; <a href="http://blogs.nuxeo.com/ebarroca">blog</a> &#8211; <a href="http://linkedin.com/in/ebarroca">linkedin</a></p></li>
<li><p>and the company! <a href="http://twitter.com/nuxeo">@nuxeo</a> &#8211; <a href="http://blogs.nuxeo.com/">blog</a> &#8211; <a href="http://www.linkedin.com/companies/nuxeo">linkedin</a> <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p></li>
</ul>

<p>Plus, a lot of others, of course.</p>

<p>And we blog, too ! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p><strong>Note: 3/3</strong></p>

<h3 id="conclusion">Conclusion</h3>

<p><strong>Final Score: 41/45</strong>.</p>

<p>Not too bad, and we’re not even focused on WCM. And I don’t tag, since I can’t find any serious player that hasn’t been tagged already…</p>

<p>Would be happy to play to a ECM, DM or collaboration meme, now… Someone interested? </p>

<p>meme ID: <a href="http://www.google.com/search?q=9c56d0fcf93175d70e1c9b9d188167cf">9c56d0fcf93175d70e1c9b9d188167cf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2009/03/cms-vendor-meme-nuxeos-turn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Think Tank 09 &#8211; CIOs Panel: excerpts &amp; comments</title>
		<link>http://ebarroca.com/2009/03/open-source-think-tank-09-cio-panel-excerpts-comments/</link>
		<comments>http://ebarroca.com/2009/03/open-source-think-tank-09-cio-panel-excerpts-comments/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 00:19:30 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=15</guid>
		<description><![CDATA[The round-table about “Open Source for CIOs” was co-led by Carol Rizzo from Kaiser Permanente and Michael Gallagher from ABN-AMRO. Both have successfully brought some open source software in their organization. This round-table was the right occasion to actually give some feedback on this experience and explain what’s the main issues with the current state [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2009%2F03%2Fopen-source-think-tank-09-cio-panel-excerpts-comments%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2009%2F03%2Fopen-source-think-tank-09-cio-panel-excerpts-comments%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p>The round-table about “Open Source for CIOs” was co-led by Carol Rizzo from <a class="zem_slink" href="http://en.wikipedia.org/wiki/Kaiser_Permanente" rel="wikipedia" title="Kaiser Permanente">Kaiser Permanente</a> and Michael Gallagher from <a class="zem_slink" href="http://en.wikipedia.org/wiki/ABN_AMRO" rel="wikipedia" title="ABN AMRO">ABN-AMRO</a>. Both have successfully brought some <a class="zem_slink" href="http://en.wikipedia.org/wiki/Open_source_software" rel="wikipedia" title="Open source software">open source software</a> in their organization. This round-table was the right occasion to actually give some feedback on this experience and explain what’s the main issues with the current state of the open source industry, from a CIO point of view.</p>

<p>This talk was really enlightening about what we might be missing in our market approach, as an industry. And was pretty funny, too. Read on if you’re interested by the main topics for me and some personal opinions, of course.</p>

<h2 id="michael_gallagher_svp_enterprise_architecture_abn_amro">Michael Gallagher, SVP Enterprise Architecture, ABN-AMRO</h2>

<p>Michael Gallagher started as Chief Architect in a subsidiary of ABN-AMRO, and begun to introduce some open source in the development strategy of his team. He is now SVP &#8211; Enterprise Architecture of ABN-AMRO.</p>

<p>What has been achieved:</p>

<ul>
<li><p>An Open Source policy to define a framework to use open source software in the IT environment</p></li>
<li><p>A managed central repository with all approved open source components available for developers. The repository is managed and a team is now in charge of updating packages, monitor new interesting components that might qualify to be added, etc.</p></li>
<li><p>Related processes for risk management and adding component to the repository</p></li>
</ul>

<p>Executive, while no being direct sponsors, supported the project and enabled the change.</p>

<p>Open Source is now widely used by the development at ABN-AMRO and is bringing a lot of value: more agility and flexibility in the developments process, cost reductions, etc.</p>

<p>ABN-AMRO IT dept is now going up the stack, onto the applicative level.</p>

<h2 id="carol_rizzo_chief_technology_officer_kaiser_permanente">Carol Rizzo, Chief Technology Officer, Kaiser Permanente</h2>

<p>The project started for a simple reason: many tactical apps were developed by the users with a variety of unapproved and unsupported proprietary products;&#0160;&#0160; products that were not scalable or supportable, thus making the applications difficult to support.&#0160; The IT dept and the management must be able to support the applications and direct the technology environment future to assure cost efficacy and supportability. This needed to be balanced against the users desire to build innovative decision support systems they believe they need. Those tactical apps, often play a major role in the organization&#39;s mission. But it was time to assess the risks (legal, maintenance, legacy) and be able to support users.</p>

<p>Hence, those achievements:</p>

<ul>
<li>Defined a OSS policy that defines how OSS can be used and under what conditions. </li>
<li>Negotiated an agreement with a vendor who will provide the OSS library, assure there is community support for the OSS, test it, send us notifications of updates, provide tools for discovery and asset management and indemnify the company if there is a legal action.</li>
<li>Library of open source components that can be used to build applications</li>
<li>Got a support service and indemnification for this stack (from [OpenLogic](http://openlogic.com) in this case)</li>
<li>Created a training program for people interested in creating those apps</li>
</ul>

<p>The operation is now fledgling success: users are adopting the tools and feedback has been really positive.</p>

<p>Unfortunately the dev teams for the central IT dept are slow to embrace the open source world.&#0160; Much more communication and training is still required to convince them, but there&#39;s hope. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>Personal note: I think the acknowledgment of the importance of those &quot;tactical apps&quot; is very interesting. Might be a new market for OSS businesses: help IT to control those apps, while enabling people&#39;s creativity.</p>

<p>Now here is some key quotes I’ve selected from the roundtable. They are not straight quotes, but it should reflect the general arguments. (note: I’m not a journalist <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<h3 id="market_approach_8220get_a_marketing_pitch8221">Market approach: “get a marketing pitch!”</h3>

<p>First major point: OSS need a better marketing pitch, understand what CIOs are looking at and how they buy it. Stop explaining <em>what</em> is OSS. Explain what it brings and what are its benefits.</p>

<p>Excerpt:</p>

<blockquote><p>Stop thinking that CIOs understand tech aspects! Most CIOs understand business cases, budget management and cost control. Get a marketing pitch, guys!<br />— Carol
</p><p>
Moreover, procurement dept prefers public company because &quot;the vendor&#39;s financials are known and the vendor&#39;s ability to sustain and grow the software is still the risk&quot;. Procurement want to assess the financial viability of the vendor. And it&#39;s easier when the company is publicly traded.<br />— Carol
</p><p>
A don&#39;t tell me about not being locked-in: as long as I have the software installed on my servers and my users have been trained and are using an application, I&#39;m locked in. That&#39;s all!&quot;<br />— Carol
</p><p>
CIOs need to understand what open source actually is and what it can bring to them. Moreover, OSS can be a good way for large corporation to taste Agile, and introduce Agile in their IT dept.
<br />— Michael
</p><p>
OSS is very subversive for IT processes: it bypasses easily all IT firewalls. But that could be damaging for OSS. Find a way to get in with the processes. Help IT to use you. Explain the dynamics explain what you can do for us. Explain why your approach can change things.
<br />— Michael
</p></blockquote>

<p>Even if a bit provocative (but I like it), I think it touches the right points. I agree on most of this and this matches a position we’re defending at Nuxeo since a long time: focus on your business and “open source” is as much a business as “proprietary”. ECM is our business. OSS, our development and distribution model.</p>

<p>I would disagree on one point: <a class="zem_slink" href="http://en.wikipedia.org/wiki/Vendor_lock-in" rel="wikipedia" title="Vendor lock-in">vendor lock-in</a>. If the software is actually open source, it does not reduce the “software-lockin” but it actually reduce the vendor-lockin, especially if the later fails. If the software is mature-enough (importance of the community), you will have alternatives to change the vendor / service-supplier. This is maybe the biggest benefit when using OSS: you have an option which is not even remotely available with proprietary software.</p>

<p>And on “publicly traded” and vendor viability I would say that it’s not related to open source but more to large software corp vs. small ones. And if we take our field (ECM), a strong balance sheet does not really gives any inssurance of stability: vendors can be acquired by larger ones. And in that case, you’re lock-in depends on the acquirer… Except if you choose open source, where you’ll have options anyway, thanks to competition.</p>

<h3 id="about_it_department">About IT Department</h3>

<p>IT dept are struggling maintaining a diverse jungle of apps, while trying to cope with new users’ needs and staying up to date on the tech innovation front. They will face huge transformation and open source might help in the mix.</p>

<p>Excerpt:</p>

<p></p>

<blockquote><p>
80-90% of IT budgets are assigned for maintenance. You can’t innovate with this. And existing apps are already paid, they don’t cost so much. Change means more money. Hence, often IT can’t deliver fast enough.
<br />— Michael
</p><p>
“Shadow” IT departments are created within the organization and deploy apps, because they need it. And IT doesn’t like this. But, there here for a reason. Understand why and adapt the service delivered to answer those needs. Don’t fight them blindly. IT has to change to deliver more innovation to their users.<br />— Michael
</p><p>
The fact is many IT departments are focused on control instead of focusing on enabling. Tech is clearly enabling, IT dept should adapt themselves to become an enabling organization inside the company, and drive change. Not fear it.<br />— Carol
</p><p>Technology has come to organizations and people understand its power. Thanks to Microsoft with Excel and Visual Basic, people have started to innovate and create interesting business applications, everywhere. Don&#39;t prevent this, it&#39;s a huge advantage for an organization. IT needs to be able to support and catalyze those tactical apps, that can be very powerful to improve the organization&#39;s performance.<br />— Carol
</p><p>This one was really enlightening because I didn’t see all of this this way. But it makes a lot of sense. I think I’ll have more to say on this later:-)</p>
<p>That’s all for the excerpt of the roundtable. A lot more has been said, of course. I just captured was I thought was most important.</p>
<p>Thanks a lot to Carol and Michael for sharing their (deliciously irreverent?) views on IT role in organization in general and open source in particular.</p>
<p>One of the outcome of the Open Source Think Tank 09 was the ignition of a “Open Source Trade Association”. This might be an answer to some of the issues and advices Carol and Michael gave us today.</p>
<p>*To come: Business Case III — Proprietary software vendor: to switch or not to switch?*</p>
<p>Hope this helps, <br /><br />
EB.</p>
</blockquote>

<fieldset class="zemanta-related"><legend class="zemanta-related-title">Related articles by Zemanta</legend><ul class="zemanta-article-ul"><li class="zemanta-article-ul-li"><a href="http://blogs.nuxeo.com/ebarroca/2009/01/free-market-open-source-and-risk-mitigation.html">Free market, Open Source and risk mitigation</a> (blogs.nuxeo.com)</li>
<li class="zemanta-article-ul-li"><a href="http://blogs.nuxeo.com/ebarroca/2009/03/open-source-think-tank-09-business-case-open-source-for-smb.html">Open Source Think Tank 09 &#8211; Business Case &quot;Open Source for SMBs&quot;</a> (blogs.nuxeo.com)</li>
</ul>
</fieldset>

<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img " src="http://img.zemanta.com/pixy.gif?x-id=2db0c747-7b5c-4e85-9f69-bc8de83c8cf7" style="border: medium none ; float: right;" /><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2009/03/open-source-think-tank-09-cio-panel-excerpts-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Think Tank 09 &#8211; Business Case &#8220;Open Source for SMBs&#8221;</title>
		<link>http://ebarroca.com/2009/03/open-source-think-tank-09-business-case-open-source-for-smb/</link>
		<comments>http://ebarroca.com/2009/03/open-source-think-tank-09-business-case-open-source-for-smb/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 08:30:00 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=16</guid>
		<description><![CDATA[Image by The Library of Congress via Flickr This business case was really interesting as it’s involving an actual software user and a critical environment of deployment. Company “A” is a medium-sized manufacturing company who needs to upgrade their enterprise software to better conduct business with partners, vendors and customers through a more seamless sharing [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2009%2F03%2Fopen-source-think-tank-09-business-case-open-source-for-smb%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2009%2F03%2Fopen-source-think-tank-09-business-case-open-source-for-smb%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p class="zemanta-img" style="margin: 1em; float: right; display: block; width: 250px;"><a href="http://www.flickr.com/photos/8623220@N02/2179041336"><img alt="Factory buildings in Lowell, Mass. (LOC)" src="http://farm3.static.flickr.com/2231/2179041336_9cdf69d15a_m.jpg" style="border: medium none ; display: block; width: 198px; height: 139px;" /></a><span style="font-size: 10px; font-family: Arial;">Image by <a href="http://www.flickr.com/photos/8623220@N02/2179041336">The Library of Congress</a> via Flickr</span></p>

<p>This business case was really interesting as it’s involving an actual software user and a critical environment of deployment.</p>

<blockquote><p>
Company “A” is a medium-sized <a class="zem_slink" href="http://en.wikipedia.org/wiki/Manufacturing" rel="wikipedia" title="Manufacturing">manufacturing</a> company who needs to upgrade their enterprise software to better conduct business with partners, vendors and customers through a more seamless sharing of data and user friendly interface. Company “A” would like to remove a large dependency on a single vendor and is willing to take some risks to lower costs and reduce <a class="zem_slink" href="http://en.wikipedia.org/wiki/Vendor_lock-in" rel="wikipedia" title="Vendor lock-in">vendor lock-in</a>, but is not sure how to weigh the risk vs. rewards of a different approach using multiple smaller open source vendors or how to direct/influence their principal integrators or solution providers to support that route. Company “A” wants to keep control of the solution, and therefore has decided to keep the solution in house, not hosted at a remote 3rd party vendor site.
</p></blockquote>

<p>Our group was pretty diverse: two large vendors (open source and proprietary), three small ones (open source) and a &quot;top-CIO&quot;, which made the discussion interesting&#8230;</p>

<p>First recommendation: don’t start with this! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  <br />
It’s pretty tough to start implementing Open Source with your <a class="zem_slink" href="http://en.wikipedia.org/wiki/Enterprise_resource_planning" rel="wikipedia" title="Enterprise resource planning">ERP</a> when you’re a manufacturing company. Start with less critical systems to get skilled, refine and assess the process.</p>

<p>But well, the business case is here, so okay… let’s take the challenge. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<h4>A. Can open source change the way enterprise software (especially ERP) is evaluated, deployed and serviced? Suggest one approach company “A” can take to utilize smaller open source technology components instead of purchasing the majority of the software solutions through a single vendor. What are the first 3-5 things to do to support your approach?</h4>

<p>Open Source can certainly change how the software is evaluated. Just because it opens new horizons, risks and possibilities. As any other business innovation, basically…</p>

<p>So here is what we think are the must-does:</p>

<ol>
<li><p>Get someone skilled on board, be it an external consultant or an internal resources. You need someone to guide this process and avoid the obstacles. He/she needs to be knowledgeable is all aspects of the project: business case, it projects, open source. Or build a team to merge all those skill if the project if big enough.</p></li>
<li><p>Get an Open Source Policy and a Common Infrastructure Stack: either you want to start an integration work for your ERP or take an OSS platform, you need an OSS policy (licensing, contribution, etc.) and a “standard stack” (what are the core tech choices: you don’t want a tech mashup instead of a well engineered tech stack) of components to guide the RFPs and/or your tech team in their choices. </p></li>
<li><p>Take care of Open Standard and software architecture: if you start integrating components, it’s the right time to make sure you’re building on open standards and on a well-defined and well-engineered software architecture. If you choose a platform, it helps too anyway.
[Personal note: it should be the case regardless the open source or proprietary nature of the software. It’s just a good practice for your organization.]</p></li>
</ol>

<h4>B. Typically, mid-sized companies deploy the technology their SI or solution provider recommends. What are the top three (3) things a mid-sized company could do to incentivize channel partners (SIs, solutions providers) to accelerate development and deployment of enterprise solutions based more on open source components?</h4>

<p>Well, money is usually a good incentive… <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<ol>
<li><p>Explicitly ask in the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Request_for_Proposal" rel="wikipedia" title="Request for Proposal">RFP</a> to have — at least — an alternative technical platform leveraging <a class="zem_slink" href="http://en.wikipedia.org/wiki/Open_source_software" rel="wikipedia" title="Open source software">open source software</a></p></li>
<li><p>Constraint the budget allowed to license fees. In the worst case you’ll get a better deal on license costs. In the better, you’ll spend less and more wisely: actually adding real value (that actually matters to your business) to the software. And the SI will think it’s good for him because he’ll get more on implementation and support.</p></li>
<li><p>Highlight that developing an open source skill in its existing practice will give him a competitive advantage compared to other SI. And other company of your field might also consider this way if your experience is positive.</p></li>
</ol>

<h4>C. Are the decision factors and priorities (e.g., acquisition costs, vendor lock-in, maintenance costs, risk of software failure running the business, risk of vendor going out of business, etc…) the same when comparing traditional ERP solutions vs. multiple, open-source based software solutions? If different, name the top 2-3 factors that would be prioritized differently.</h4>

<p>Well, from a business perspective, it’s alway a balance between cost, gain and risk. From that perspective, it doesn’t change actually.
But there is new factor you need to take into account:</p>

<ol>
<li><p>Check the community size and the actual software adoption in the world. This give resilience to the open source software. This resilience is a protection from vendor failure (or acquisition) you wouldn’t hope for proprietary actors (small and big). If the main vendor/maintainer fail and there is a market for support and innovation around this software, the market will do its work and players will propose services and maintenance.
The community is key here, it gives you a way to be sure of the resilience the software will have, hence drastically reducing the vendor lock-in.</p></li>
<li><p>Assess that the SI can actually deliver support for the software. Require he gets the right contract from actual maintainer of the core software. You don’t want to be stuck because the software has a bug and the SI cannot deliver the right skills to fix it. Open Source Vendors exists for a reason. <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p></li>
<li><p>Benefit from the speed of innovation you can get from open source: influence the roadmap, ask for generic features to be contributed back on the main code line (hence reducing the specific code you’ll maintain), understand how you can benefit from ongoing work on the software. </p></li>
</ol>

<h4>D. Is a <a class="zem_slink" href="http://en.wikipedia.org/wiki/Software_as_a_service" rel="wikipedia" title="Software as a service">SaaS</a> model always preferred for an SMB company looking to utilize open source enterprise applications due to the high risk integration costs? Under what circumstance would SaaS NOT be a preferred alternative for an SMB with similar dynamics?</h4>

<p>General answer: don&#39;t seem to be interesting for the case, but would need to dig into it. And it would require a complete business case only for this.<br />One key point, though: do not loose the flexibility of the software and the control on your data that the open source approach is giving you.<br /> [Personal note: using SaaS for your core ERP does not make sense to me except if you don&#39;t need customization and flexibility and that your completely trust the provider to not loose / keep your data.]</p>

<p><br /></p>

<p></p>

<p>Done! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p>I tried to represent what was said. If I forgot something, comment. And if you have reactions to those results: same.</p>

<p>Happy implementation!<br /><br />EB.</p>

<fieldset class="zemanta-related"><legend class="zemanta-related-title">Related articles by Zemanta</legend><ul class="zemanta-article-ul"><li class="zemanta-article-ul-li"><a href="http://news.bbc.co.uk/2/hi/technology/7910110.stm">UK Government backs open source</a> (news.bbc.co.uk)</li>
<li class="zemanta-article-ul-li"><a href="http://blogs.nuxeo.com/ebarroca/2009/03/open-source-think-tank-09-monday.html">Open Source Think Tank 09 &#8211; Monday Report</a> (blogs.nuxeo.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.theregister.co.uk/2008/11/18/gartner_open_source/">Gartner: open source software &#39;pervasive&#39;</a> (theregister.co.uk)</li>
</ul>
</fieldset>

<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=c050e15b-2632-49f5-a3e8-9022f26df6aa" style="border: medium none ; float: right;" /><span class="zem-script more-related"><script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2009/03/open-source-think-tank-09-business-case-open-source-for-smb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Think Tank 09 &#8211; Tuesday &amp; Thank you!</title>
		<link>http://ebarroca.com/2009/03/open-source-think-tank-09-thuesday-thank-you/</link>
		<comments>http://ebarroca.com/2009/03/open-source-think-tank-09-thuesday-thank-you/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 08:00:00 +0000</pubDate>
		<dc:creator>Eric Barroca</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://ebarroca.wpengine.com/?p=17</guid>
		<description><![CDATA[Image by Julie, Dave &#38; Family via Flickr Today&#39;s been the last yet most productive day. Very intense. We had two brainstorming sessions on Business Cases, one great talk about &#34;Open Source and Fortune 500 CIOs&#34; (by two of those top CIOs) and one open discussion about doing marketing as an Open Source Industry. And [...]]]></description>
				<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Febarroca.com%2F2009%2F03%2Fopen-source-think-tank-09-thuesday-thank-you%2F">
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Febarroca.com%2F2009%2F03%2Fopen-source-think-tank-09-thuesday-thank-you%2F&amp;source=ebarroca&amp;style=normal&amp;service=bit.ly&amp;service_api=ebarroca%3AR_7c273db7920d53365b4154a9ecf71677&amp;b=2" height="61" width="50" />
			</a>
		</div><p class="zemanta-img" style="margin: 1em; float: right; display: block; width: 250px;"><a href="http://www.flickr.com/photos/64834051@N00/2362079974"><img alt="Napa Wine Tasting" src="http://farm4.static.flickr.com/3235/2362079974_421b956389_m.jpg" style="border: 1px none ; margin: 2px; display: block; width: 198px; height: 148px;" title="Napa Wine Tasting" /></a><span style="font-size: 10px; font-family: Arial;">Image by <a href="http://www.flickr.com/photos/64834051@N00/2362079974">Julie, Dave &amp; Family</a> via Flickr</span></p>

<p>Today&#39;s been the last yet most productive day. Very intense. We had two brainstorming sessions on Business Cases, one great talk about &quot;<a class="zem_slink" href="http://en.wikipedia.org/wiki/Open_source" rel="wikipedia" title="Open source">Open Source</a> and <a class="zem_slink" href="http://en.wikipedia.org/wiki/Fortune_500" rel="wikipedia" title="Fortune 500">Fortune 500</a> CIOs&quot; (by two of those top CIOs) and one open discussion about doing marketing as an Open Source Industry. And the results are actually so interesting that I&#39;ll report/discuss them in separate posts.</p>

<p>The lunch was pretty innovative. Much like speed dating. Open Source Speed-dating! (I should go to a VC with this idea! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  It fostered networking and worked pretty well. I think many people discovered great companies and great people, exploring this new horizon in the software business.</p>

<p>The afternoon lead us to the second Business Case of the day and to an open discussion on whether we should or not do some marketing as an industry as a whole, using some kind of trade association, focusing on open source business. This question comes back on the table for the 3rd year in a row. But now the answer is a loud and definitive: yes. Some work started on this, let&#39;s see where it goes now. But things are moving around this. And I think it might be a major step onto global awareness of CIOs. Something huge has been ignited today, hopefully&#8230; <img src='http://ebarroca.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>After all this work, volunteers have been kindly invited to another wine tasting session at a nice Napa Valley&#39;s vineyard, for a casual closing party. Was relaxed and entertaining.</p>

<p>SO, now the event is closed, what the general impression? I would say: inspiring, hopeful and productive yet fun. I had the chance to meet quite a few very interesting people and to start some interesting discussions. Let&#39;s see where it goes, but the event is a clear success from my perspective.</p>

<p>Thanks to the <a href="http://www.olliancegroup.com/">Olliance Group</a>, to the <a href="https://thinktank.olliancegroup.com/index.php?option=com_frontpage&amp;Itemid=1">sponsors</a> and to all participants. I&#39;m excited to see you again in <a class="zem_slink" href="http://maps.google.com/maps?ll=48.8666666667,2.33305555556&amp;spn=0.1,0.1&amp;q=48.8666666667,2.33305555556%20%28Paris%29&amp;t=h" rel="geolocation" title="Paris">Paris</a> for the next session of the think tank and see where we&#39;ll be. Growth is around us, for good! <img src='http://ebarroca.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<p>I&#39;ll be posting more detailed post on the two business cases and the talk of the day in following posts. Don&#39;t hesitate to comment or drop an email if you&#39;d like to get more information.</p>

<p>Thanks Napa&#8230; onto Paris now!</p>

<p>EB.</p>

<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=7bc1a3a8-29b6-4163-b7a3-2f9a2e9053e9" style="border: medium none ; float: right;" /><span class="zem-script more-related"><script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://ebarroca.com/2009/03/open-source-think-tank-09-thuesday-thank-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
