<?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>CMIS Blog- Content Management Interoperability Services &#187; Alfresco</title>
	<atom:link href="http://www.cmis.biz/tag/alfresco/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cmis.biz</link>
	<description></description>
	<lastBuildDate>Sat, 21 Aug 2010 14:44:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Struts2CmisExplorer &#8211; a web-based CMIS explorer</title>
		<link>http://www.cmis.biz/2010/07/04/implementation/cmis-clients/struts2cmisexplorer-a-web-based-cmis-explorer/</link>
		<comments>http://www.cmis.biz/2010/07/04/implementation/cmis-clients/struts2cmisexplorer-a-web-based-cmis-explorer/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 13:38:00 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CMIS Clients]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[ecm]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[struts2]]></category>
		<category><![CDATA[Struts2CmisExplorer]]></category>
		<category><![CDATA[webapp]]></category>

		<guid isPermaLink="false">http://www.cmis.biz/?p=485</guid>
		<description><![CDATA[Struts2CmisExplorer is a further web-based CMIS explorer. The lead developer of this client is Nicolas Raoul. Struts2CmisExplorer has also been developed to be forged to Spring.
Now I will write something about the developer of this explorer. Nicolas Raoul is 28, French and living in Tokyo. 
He has been working at Aegif (Alfresco partner) for one [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-487" href="http://www.cmis.biz/2010/07/04/implementation/cmis-clients/struts2cmisexplorer-a-web-based-cmis-explorer/attachment/struts2cmisexplorer-2/"><img class="alignleft size-thumbnail wp-image-487" title="struts2cmisexplorer" src="http://www.cmis.biz/wp-content/uploads/2010/07/struts2cmisexplorer1-150x148.png" alt="" width="150" height="148" /></a>Struts2CmisExplorer is a further web-based CMIS explorer. The lead developer of this client is Nicolas Raoul. Struts2CmisExplorer has also been developed to be forged to Spring.</p>
<p>Now I will write something about the developer of this explorer. Nicolas Raoul is 28, French and living in Tokyo.<span> </span></p>
<p><span>He has been working at <span>Aegif</span> (Alfresco partner) for one year, the only foreigner in his company.</span><span><span> Aegif</span> was founded by ex-<span>Documentum</span> people when Alfresco appeared, and is the exclusive partner in Japan for Alfresco and <span>Liferay</span>. They contribute localizations and answer questions on the Alfresco Japanese forum, among other things.</span><br />
They have been following the details of CMIS since June 2009. Their blog is actually one of the only Japanese websites talking about CMIS:<br />
<a href="http://aegif.typepad.jp/blog" target="_blank"><span>http://<span>aegif</span>.<span>typepad</span>.<span>jp</span>/blog</span></a> (You need to be able to read Japanese <img src='http://www.cmis.biz/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )<br />
Struts2CmisExplorer is their second CMIS-based project.</p>
<p><span>They realized a lot of companies needed a lighter alternative to the complex full-featured web clients that come with ECM products (for instance the &#8220;Alfresco Explorer&#8221;). Those juggernauts are great for power-users, but employees are usually provided with a lighter, simpler <span>webapp</span>. Clients sometimes also need a simple interface to check &#8220;their&#8221; documents (bills, reports, etc).</span></p>
<p>Those interfaces are basically showing the files of a particular directory, embedded into the company&#8217;s portal, and are usually developed for a particular ECM product.</p>
<p>So they wanted such a reusable browser, that they could easily integrate into any client&#8217;s portal, working with any ECM product. For the repository protocol, the choice was not hard. JCR could have worked, but CMIS is much more promising for document management. Even though most proprietary ECM products don&#8217;t support it yet.</p>
<p>For the UI library, they chose Struts2 because it is one of the most widespread enterprise web frameworks. Companies will not be afraid of using Struts2, and chances are they already use it. They brainstormed about the name, from monster names to totally abstract names, but finally settled for Struts2CmisExplorer, a plain and simple concatenation that leaves no ambiguity.</p>
<p><span>Struts2<span>CmisExplorer</span> was born to be forked. For instance some people will probably need to integrate it with Spring <span>IoC</span>, and Nicolas would love them to create a branch for this. He uses <span>GitHub</span> for source control, which makes branching/merging easy and visual.</span></p>
<p>About Nicloas: He released his first open source software in 1998, then studied maths and IT. He has worked in 14 countries and speaks 6 languages.<br />
<span>Projects: He worked on the French Air Force&#8217;s Document Management system, then on French National Library&#8217;s central document management system. He designed a part of the <span>Schengen</span> Information System (Europe polices database), and worked on HTML5 at W3C.</span></p>
<p>Struts2CmisExplorer is open source and available at <a href="http://code.google.com/p/struts2cmisexplorer/" target="_blank">http://code.google.com/p/struts2cmisexplorer/</a>.</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/windows_live_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="Windows Live Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Windows Live Favorites"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/mister_wong?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="Mister-Wong" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/mister-wong.png" width="16" height="16" alt="Mister-Wong"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="Digg" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/orkut?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="Orkut" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/orkut.png" width="16" height="16" alt="Orkut"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F07%2F04%2Fimplementation%2Fcmis-clients%2Fstruts2cmisexplorer-a-web-based-cmis-explorer%2F&amp;linkname=Struts2CmisExplorer%20%26%238211%3B%20a%20web-based%20CMIS%20explorer" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cmis.biz/2010/07/04/implementation/cmis-clients/struts2cmisexplorer-a-web-based-cmis-explorer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The 2010 iECM CMIS Demo Application is now available</title>
		<link>http://www.cmis.biz/2010/04/21/general/the-2010-iecm-cmis-demo-application-is-now-available/</link>
		<comments>http://www.cmis.biz/2010/04/21/general/the-2010-iecm-cmis-demo-application-is-now-available/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 19:46:20 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[AIIM]]></category>
		<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[eXo]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Nuxeo]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.cmis.biz/?p=442</guid>
		<description><![CDATA[Since a few days the CMIS demo application is available.
Microsoft doesn&#8217;t have SharePoint available within the demo yet but they support this demo.
You can upload and search for content within the repositories of the following companies:

Alfresco
EMC
eXo
IBM
Nuxeo

I tested the upload of a test1.txt document to all repositories. It worked for all except EMC. There I got [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-445" href="http://www.cmis.biz/2010/04/21/general/the-2010-iecm-cmis-demo-application-is-now-available/attachment/aiim-iecm-cmis/"><img class="size-thumbnail wp-image-445 alignleft" title="AIIM iECM CMIS demo" src="http://www.cmis.biz/wp-content/uploads/2010/04/aiim-iecm-cmis-150x86.jpg" alt="" width="150" height="86" /></a>Since a few days the CMIS demo application is available.</p>
<p>Microsoft doesn&#8217;t have SharePoint available within the demo yet but they support this demo.</p>
<p>You can upload and search for content within the repositories of the following companies:</p>
<ul>
<li>Alfresco</li>
<li>EMC</li>
<li>eXo</li>
<li>IBM</li>
<li>Nuxeo</li>
</ul>
<p>I tested the upload of a test1.txt document to all repositories. It worked for all except EMC. There I got an error message. Than I tried to search for the content within the demo. But It didn&#8217;t find <strong>test1 </strong>or <strong>CMIS </strong>that entered into the document.</p>
<p>Also the search for www.cmis.biz leads to an error. There is still something to do within this demo but it really looks promising.</p>
<p>You can test it at <a href="http://aiim-iecm.org" target="_blank">http://aiim-iecm.org</a></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/windows_live_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="Windows Live Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Windows Live Favorites"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/mister_wong?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="Mister-Wong" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/mister-wong.png" width="16" height="16" alt="Mister-Wong"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="Digg" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/orkut?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="Orkut" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/orkut.png" width="16" height="16" alt="Orkut"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F21%2Fgeneral%2Fthe-2010-iecm-cmis-demo-application-is-now-available%2F&amp;linkname=The%202010%20iECM%20CMIS%20Demo%20Application%20is%20now%20available" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cmis.biz/2010/04/21/general/the-2010-iecm-cmis-demo-application-is-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Alfresco Community 3.3 fully supports CMIS 1.0</title>
		<link>http://www.cmis.biz/2010/04/11/general/alfresco-community-3-3-fully-supports-cmis-1-0/</link>
		<comments>http://www.cmis.biz/2010/04/11/general/alfresco-community-3-3-fully-supports-cmis-1-0/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 21:48:13 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CMIS Server]]></category>
		<category><![CDATA[DMS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[Alfresco]]></category>

		<guid isPermaLink="false">http://www.cmis.biz/?p=426</guid>
		<description><![CDATA[Beside some other interesting enhancements the new Alfresco Community version 3.3 will have full CMIS 1.0 support.
This includes:

 CMIS Query
 Web Services Binding
 REST Binding
 Access Control Lists
 Change Logs
 Renditions
 CMIS Test Compatibility Kit
 Plus Alfresco extension for Aspect query and property get/set  operations

Check the release notes for further details.
]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-428" href="http://www.cmis.biz/2010/04/11/general/alfresco-community-3-3-fully-supports-cmis-1-0/attachment/alfresco-logo/"><img class="alignleft size-thumbnail wp-image-428" title="Alfresco" src="http://www.cmis.biz/wp-content/uploads/2010/04/alfresco-logo-150x54.gif" alt="" width="150" height="54" /></a>Beside some other interesting enhancements the new Alfresco Community version 3.3 will have full CMIS 1.0 support.</p>
<p>This includes:</p>
<ul>
<li> CMIS Query</li>
<li> Web Services Binding</li>
<li> REST Binding</li>
<li> Access Control Lists</li>
<li> Change Logs</li>
<li> Renditions</li>
<li> CMIS Test Compatibility Kit</li>
<li> Plus Alfresco extension for Aspect query and property get/set  operations</li>
</ul>
<p>Check the <a href="http://wiki.alfresco.com/wiki/Alfresco_Community_Edition_3.3_Release_Notes" target="_blank">release notes </a>for further details.</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/windows_live_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="Windows Live Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Windows Live Favorites"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/mister_wong?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="Mister-Wong" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/mister-wong.png" width="16" height="16" alt="Mister-Wong"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="Digg" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/orkut?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="Orkut" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/orkut.png" width="16" height="16" alt="Orkut"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F04%2F11%2Fgeneral%2Falfresco-community-3-3-fully-supports-cmis-1-0%2F&amp;linkname=Alfresco%20Community%203.3%20fully%20supports%20CMIS%201.0" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cmis.biz/2010/04/11/general/alfresco-community-3-3-fully-supports-cmis-1-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WeWebU OpenWorkdesk is Going Open Source with CMIS support</title>
		<link>http://www.cmis.biz/2010/03/26/implementation/cmis-clients/wewebu-openworkdesk-is-going-open-source-with-cmis-support/</link>
		<comments>http://www.cmis.biz/2010/03/26/implementation/cmis-clients/wewebu-openworkdesk-is-going-open-source-with-cmis-support/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 14:46:51 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CMIS Clients]]></category>
		<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenWorkdesk]]></category>
		<category><![CDATA[WeWebU]]></category>

		<guid isPermaLink="false">http://www.cmis.biz/?p=422</guid>
		<description><![CDATA[WeWebU Software AG celebrates its 10th anniversary and announces to give away WeWebU OpenWorkdesk for free starting this summer.
WeWebU creates  a CMIS-based Open Source version of its OpenWorkdesk &#8211; a comprehensive  suite of applications for Enterprise Content Management (ECM) with an  intuitive Web 2.0 front-end. The Open Source edition will support all [...]]]></description>
			<content:encoded><![CDATA[<p>WeWebU Software AG celebrates its 10th anniversary and announces to give away WeWebU OpenWorkdesk for free starting this summer.</p>
<p>WeWebU creates  a CMIS-based Open Source version of its OpenWorkdesk &#8211; a comprehensive  suite of applications for Enterprise Content Management (ECM) with an  intuitive Web 2.0 front-end. The Open Source edition will support all  CMIS-enabled ECM platforms, e.g. Alfresco, and will be released in early  July. A fully supported commercial version will also be available under  subscription.</p>
<p>The CMIS-based version of WeWebU OpenWorkdesk will be presented soon at  various trade shows both in Europe and the US.</p>
<p>Click <a href="http://www.wewebu.de/en/corporation/press/news-details/article/2/herzogenaura.html" target="_blank">here </a>to read the whole message.</p>
<p>Happy Birthday WeWebU and thanks for making this freely available.</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/windows_live_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="Windows Live Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Windows Live Favorites"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/mister_wong?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="Mister-Wong" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/mister-wong.png" width="16" height="16" alt="Mister-Wong"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="Digg" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/orkut?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="Orkut" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/orkut.png" width="16" height="16" alt="Orkut"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F26%2Fimplementation%2Fcmis-clients%2Fwewebu-openworkdesk-is-going-open-source-with-cmis-support%2F&amp;linkname=WeWebU%20OpenWorkdesk%20is%20Going%20Open%20Source%20with%20CMIS%20support" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cmis.biz/2010/03/26/implementation/cmis-clients/wewebu-openworkdesk-is-going-open-source-with-cmis-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CMIS Browser web application built using Spring Surf and OpenCMIS platform</title>
		<link>http://www.cmis.biz/2010/03/18/video/cmis-browser-web-application-built-using-spring-surf-and-opencmis-platform/</link>
		<comments>http://www.cmis.biz/2010/03/18/video/cmis-browser-web-application-built-using-spring-surf-and-opencmis-platform/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 04:34:34 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CMIS Clients]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[eXo]]></category>
		<category><![CDATA[OpenCMIS]]></category>
		<category><![CDATA[xCMIS]]></category>

		<guid isPermaLink="false">http://www.cmis.biz/?p=416</guid>
		<description><![CDATA[The following video from David Caruana shows a demonstration of CMIS Browser web application built using Spring Surf and OpenCMIS platform. It includes a walkthrough of the CMIS Browser code. Both Alfresco and eXo xCMIS repositories are connected to.
David is an Alfresco ECM Founding Engineer and Chief Architect. Also he is a   OASIS [...]]]></description>
			<content:encoded><![CDATA[<p>The following video from David Caruana shows a demonstration of CMIS Browser web application built using Spring Surf and OpenCMIS platform. It includes a walkthrough of the CMIS Browser code. Both Alfresco and eXo xCMIS repositories are connected to.</p>
<p>David is an Alfresco ECM Founding Engineer and Chief Architect. Also he is a   OASIS CMIS TC Member. During the video David shows what code is needed to connect to the Alfresco and eXo repositories. You&#8217;ll see that it is not that much code</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/1ZpAqXXbxmk&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/1ZpAqXXbxmk&#038;fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/windows_live_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="Windows Live Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Windows Live Favorites"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/mister_wong?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="Mister-Wong" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/mister-wong.png" width="16" height="16" alt="Mister-Wong"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="Digg" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/orkut?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="Orkut" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/orkut.png" width="16" height="16" alt="Orkut"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F18%2Fvideo%2Fcmis-browser-web-application-built-using-spring-surf-and-opencmis-platform%2F&amp;linkname=CMIS%20Browser%20web%20application%20built%20using%20Spring%20Surf%20and%20OpenCMIS%20platform" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cmis.biz/2010/03/18/video/cmis-browser-web-application-built-using-spring-surf-and-opencmis-platform/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>eZ Publish sucessfully connects to Nuxeo, Alfresco and KnowledgeTree using CMIS</title>
		<link>http://www.cmis.biz/2010/03/16/cmis-supporter/wcm-cmis-supporter/ez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis/</link>
		<comments>http://www.cmis.biz/2010/03/16/cmis-supporter/wcm-cmis-supporter/ez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 16:55:38 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CMIS Clients]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WCM]]></category>
		<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[eZ Publish]]></category>
		<category><![CDATA[KnowledgeTree]]></category>
		<category><![CDATA[Nuxeo]]></category>
		<category><![CDATA[NXC]]></category>

		<guid isPermaLink="false">http://www.cmis.biz/?p=401</guid>
		<description><![CDATA[The new version of the CMIS client for the Web Content Management System eZ Publish is now available. The solution has been tested and it works well with Nuxeo, Alfresco and KnowledgeTree. The client is compatible with eZ Publish version 4.1 and 4.2.

Extension supports browsing, downloading, uploading content by CMIS  standard, also it contains [...]]]></description>
			<content:encoded><![CDATA[<p>The new version of the CMIS client for the Web Content Management System eZ Publish is now available. The solution has been tested and it works well with Nuxeo, Alfresco and KnowledgeTree. The client is compatible with eZ Publish version 4.1 and 4.2.</p>
<div>
<blockquote><p>Extension supports browsing, downloading, uploading content by CMIS  standard, also it contains additional class for eZ Publish that makes it  easier to integrate systems together. With this extension it is  possible to create a links to documents that are stored on CMIS server  side, and downloading it through eZ Publish has proxy.</p></blockquote>
<p>Check the<a href="http://projects.ez.no/nxc_cmis_client" target="_blank"> project homepage </a>for further details.</p>
<p><span id="more-401"></span></p>
<p>There is also a CMIS Server available in version 0.1.</p>
<blockquote><p>NXC CMIS Server allows browsing of eZ Publish content by any client that  follows CMIS standard.It allows downloading and uploading of files and  images. Search and checkin/checkout are not implemented for now.</p></blockquote>
<p>Click <a href="http://projects.ez.no/nxc_cmis_server" target="_blank">here </a>to get further information about the eZ Publish CMIS Server.</p>
</div>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/windows_live_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="Windows Live Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Windows Live Favorites"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/mister_wong?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="Mister-Wong" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/mister-wong.png" width="16" height="16" alt="Mister-Wong"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="Digg" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/orkut?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="Orkut" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/orkut.png" width="16" height="16" alt="Orkut"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F16%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis%2F&amp;linkname=eZ%20Publish%20sucessfully%20connects%20to%20Nuxeo%2C%20Alfresco%20and%20KnowledgeTree%20using%20CMIS" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cmis.biz/2010/03/16/cmis-supporter/wcm-cmis-supporter/ez-publish-sucessfully-connects-to-nuxeo-alfresco-and-knowledgetree-using-cmis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CARA &#8211; A CMIS based web browser interface to Documentum, SharePoint and Alfresco</title>
		<link>http://www.cmis.biz/2010/03/09/implementation/cmis-clients/cara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco/</link>
		<comments>http://www.cmis.biz/2010/03/09/implementation/cmis-clients/cara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 23:36:56 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CMIS Clients]]></category>
		<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[CARA]]></category>
		<category><![CDATA[Documentum]]></category>
		<category><![CDATA[Generis]]></category>
		<category><![CDATA[iCARA]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.cmis.biz/?p=372</guid>
		<description><![CDATA[Generis offers a full functionality document management web application that provides a single interface to all CMIS-compliant repositories. Based on producers website it is currently released for Documentum , SharePoint and Alfresco.  Releases for the file system, FileNet and LiveLink are planed in the coming months. CARA3 connects to the repositories using the very latest [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-373" title="Cara" src="http://www.cmis.biz/wp-content/uploads/2010/03/CARA1-150x101.png" alt="" width="150" height="101" />Generis offers a full functionality document management web application that provides a single interface to all CMIS-compliant repositories. Based on producers website it is currently released for Documentum , SharePoint and Alfresco.  Releases for the file system, FileNet and LiveLink are planed in the coming months. CARA3 connects to the repositories using the very latest CMIS functionality which allows your to build a common set of functionality to be used on the multiple repositories. The stated aim of the OASIS CMIS Technical Committee is &#8220;Using Web services and Web 2.0 interfaces to enable information sharing across content management repositories from different vendors&#8221;.</p>
<p>The software is built on the <a href="http://www.extjs.com/blog/2010/02/22/implementation-spotlight-cara3-from-generis/" target="_blank">Google Web Toolkit</a>. This allows them to build an interface quickly, and most importantly to separate the backend, repository-specific functionality from the user interface, which allowed the user interface to be reusable for multiple repository types.  <a href="http://www.generiscorp.com/cara.html" target="_blank">CARA3 </a>provides full  authoring, review, approval and publishing functionality to end users  together with.<span id="more-372"></span></p>
<p>Coming soon &#8211; iCARA &#8211; single app for iPhones, Android phone and Blackberries to access any CMIS repository such as Documentum, SharePoint, Alfresco, LiveLink, FileNet and others.</p>
<p>Generis has been a provider of electronic document management software around the world since 1997. Clients range across industries and include Johnson  &amp; Johnson, Pratt &amp; Whitney, Citigroup, Dow Corning, the  Department of Homeland Security, Total Oil and 3M.</p>
<p>A similar web browser software based on CMIS is the OpenWorkdesk from <a href="http://www.wewebu.de" target="_blank">WeWebU</a>.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;"><em>Coming soon &#8211; <strong>iCARA</strong> &#8211; single app for iPhones, Android phone  and Blackberries to access any CMIS repository such as Documentum,  SharePoint, Alfresco, LiveLink, FileNet and others.</em></div>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/windows_live_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="Windows Live Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Windows Live Favorites"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/mister_wong?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="Mister-Wong" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/mister-wong.png" width="16" height="16" alt="Mister-Wong"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="Digg" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/orkut?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="Orkut" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/orkut.png" width="16" height="16" alt="Orkut"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F09%2Fimplementation%2Fcmis-clients%2Fcara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco%2F&amp;linkname=CARA%20%26%238211%3B%20A%20CMIS%20based%20web%20browser%20interface%20to%20Documentum%2C%20SharePoint%20and%20Alfresco" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cmis.biz/2010/03/09/implementation/cmis-clients/cara-a-cmis-based-web-browser-interface-to-documentum-sharepoint-and-alfresco/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CMIS experience at CeBIT 2010</title>
		<link>http://www.cmis.biz/2010/03/06/general/cmis-experience-at-cebit-2010/</link>
		<comments>http://www.cmis.biz/2010/03/06/general/cmis-experience-at-cebit-2010/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 16:27:14 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[ARITHNEA]]></category>
		<category><![CDATA[CeBIT]]></category>
		<category><![CDATA[DMS connect]]></category>
		<category><![CDATA[FirstSpirit]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.cmis.biz/?p=343</guid>
		<description><![CDATA[This year I&#8217;ve been at the CeBIT with my company ARITHNEA. CeBIT is the world&#8217;s largest trade fair showcasing digital IT and  telecommunications solutions for home and work environments.
We&#8217;ve presented our new CMIS module for the Web Content Management System FirstSpirit.
This module is called &#8220;DMS connect&#8221; and is responsible for the connection to the [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-344" href="http://www.cmis.biz/2010/03/06/general/cmis-experience-at-cebit-2010/attachment/cebit-dms-connect-400/"><img class="alignleft size-thumbnail wp-image-344" title="CeBIT - CMIS - DMS connect - ARITHNEA - FirstSpirit" src="http://www.cmis.biz/wp-content/uploads/2010/03/cebit-dms-connect-400-112x150.jpg" alt="" width="112" height="150" /></a>This year I&#8217;ve been at the CeBIT with my company <a href="http://www.arihnea.de" target="_blank">ARITHNEA</a>. CeBIT is the world&#8217;s largest trade fair showcasing digital IT and  telecommunications solutions for home and work environments.</p>
<p>We&#8217;ve presented our new CMIS module for the Web Content Management System <a href="http://www.e-spirit.com" target="_blank"><strong>FirstSpirit</strong></a>.<br />
This module is called <strong>&#8220;DMS connect&#8221;</strong> and is responsible for the connection to the repositories of Sharepoint and Alfresco using CMIS. The module helps to easily publish documents to websites.</p>
<p>I showed this module to several people. Almost all of them thought that this will bring a big benefit to their publication process.</p>
<p>Since the CeBIT I am really sure that CMIS will become a big success!</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/windows_live_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="Windows Live Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Windows Live Favorites"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/mister_wong?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="Mister-Wong" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/mister-wong.png" width="16" height="16" alt="Mister-Wong"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="Digg" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/orkut?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="Orkut" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/orkut.png" width="16" height="16" alt="Orkut"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F03%2F06%2Fgeneral%2Fcmis-experience-at-cebit-2010%2F&amp;linkname=CMIS%20experience%20at%20CeBIT%202010" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cmis.biz/2010/03/06/general/cmis-experience-at-cebit-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMS FirstSpirit accesses Sharepoint and Alfresco through CMIS</title>
		<link>http://www.cmis.biz/2010/02/25/cmis-supporter/wcm-cmis-supporter/cms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis/</link>
		<comments>http://www.cmis.biz/2010/02/25/cmis-supporter/wcm-cmis-supporter/cms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 17:17:40 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[CMIS Clients]]></category>
		<category><![CDATA[WCM]]></category>
		<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[ARITHNEA]]></category>
		<category><![CDATA[CeBIT]]></category>
		<category><![CDATA[DMS connect]]></category>
		<category><![CDATA[FirstSpirit]]></category>
		<category><![CDATA[Nuxeo]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.cmis.biz/?p=315</guid>
		<description><![CDATA[

ARITHNEA just released a new module for the High-End Content Management System FirstSpirit ™ called DMS connect.
DMS connect uses CMIS to connect to different Document Management Systems. The module successfully works with Sharepoint 2010 and Alfresco 3.2. Not all CMIS features have been implemented yet. Within the next weeks it will also be tested against [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if !mso]></p>
<p><mce:style><!<br />
v\:* {behavior:url(#default#VML);}<br />
o\:* {behavior:url(#default#VML);}<br />
w\:* {behavior:url(#default#VML);}<br />
.shape {behavior:url(#default#VML);}<br />
--></p>
<p><!--[endif]--></p>
<p><!--[endif]--><span lang="EN-US">ARITHNEA just released a new module for the High-End Content Management System <strong>FirstSpirit ™ </strong>called <strong>DMS connect</strong>.</span></p>
<p><span lang="EN-US">DMS connect uses CMIS to connect to different Document Management Systems. The module successfully works with <strong>Sharepoint 2010</strong> and <strong>Alfresco 3.2</strong>. Not all CMIS features have been implemented yet. Within the next weeks it will also be tested against the Nuxeo repository that already offers CMIS. The module is meant to work with all CMIS compliant DMS. This will be tested as soon those repositories are available.</span></p>
<p><span lang="EN-US"><a rel="attachment wp-att-327" href="http://www.cmis.biz/2010/02/25/cmis-supporter/wcm-cmis-supporter/cms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis/attachment/firstspirit-dms-connect_600x/"><img class="aligncenter size-full wp-image-327" title="firstspirit-dms-connect_600x" src="http://www.cmis.biz/wp-content/uploads/2010/02/firstspirit-dms-connect_600x.jpg" alt="" width="600" height="267" /></a>This images shows an editor mask within the web content management.</span></p>
<p><span lang="EN-US">It is possible to connect to more than one repository with this module. The editors can choose which repository they want to access (red section). This can be easily switched through a drop-down list.</span></p>
<p><span lang="EN-US">With this module the online editors have direct access to the DMS. They can directly choose the files they want to publish to the website. There is no need anymore to copy documents to the internal media store. This way the document management process stays within the DMS and the editorial process stays in the CMS. This makes web publishing with documents much more efficient.</span><span id="more-315"></span><!--[endif]--><span lang="EN-US"> </span></p>
<p><span lang="EN-US">The module will be presented for the first time at </span><a href="http://www.cebit.de/search?srchopts=ZGL5ZGx3ZGZkBGcypaMapzH9ZFM2pG0lZQN3BGp2ZwbkZwL3ZQD5Amt1" target="_blank"><span lang="EN-US">CeBIT </span></a><span lang="EN-US">in Hannover.</span></p>
<p>You can see the module in action at h<span style="color: #1f497d;"> </span>all 6, stand J36.</p>
<p><a href="http://www.arithnea.de/" target="_blank"><span lang="EN-US">ARITHNEA </span></a><span lang="EN-US">is your partner for efficient Internet-based eBusiness solutions. We are a young, dynamic software house specialized in the fields of consulting, software development and project management. With more than 50 employees we offer high profile expertise in Enterprise Content Management and eCommerce systems and in bespoke software solutions or innovative projects. All our clients like EADS, BMW and O2 count on our expertise in modern online technologies. ARITHNEA was founded in 2003 and is located in Taufkirchen near Munich with subsidiaries in Berlin and Vienna.</span></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/windows_live_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="Windows Live Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Windows Live Favorites"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/mister_wong?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="Mister-Wong" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/mister-wong.png" width="16" height="16" alt="Mister-Wong"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="Digg" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/orkut?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="Orkut" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/orkut.png" width="16" height="16" alt="Orkut"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F25%2Fcmis-supporter%2Fwcm-cmis-supporter%2Fcms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis%2F&amp;linkname=CMS%20FirstSpirit%20accesses%20Sharepoint%20and%20Alfresco%20through%20CMIS" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cmis.biz/2010/02/25/cmis-supporter/wcm-cmis-supporter/cms-firstspirit-accesses-sharepoint-and-alfresco-through-cmis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft has just joined the 2010 AIIM CMIS Demo</title>
		<link>http://www.cmis.biz/2010/02/01/general/microsoft-has-just-joined-the-2010-aiim-cmis-demo/</link>
		<comments>http://www.cmis.biz/2010/02/01/general/microsoft-has-just-joined-the-2010-aiim-cmis-demo/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 20:57:02 +0000</pubDate>
		<dc:creator>Nico</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[AIIM]]></category>
		<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[Application to Repository]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Federated Repository]]></category>
		<category><![CDATA[iECM]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Nuxeo]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.cmis.biz/?p=288</guid>
		<description><![CDATA[I just read it on Twitter by Laurence Hart.
#Microsoft has now joined #EMC, #Alfresco, #Nuxeo, &#38; #IBM in supporting the #AIIM #CMIS demo for #aiim10. #ECM
If you like to know more about the 22010 AIIM CMIS demo or if you like to participate check the following blog post for more details.
]]></description>
			<content:encoded><![CDATA[<p>I just read it on Twitter by Laurence Hart.</p>
<blockquote><p>#Microsoft has now joined #EMC, #Alfresco, #Nuxeo, &amp; #IBM in supporting the #AIIM #CMIS demo for #aiim10. #ECM</p></blockquote>
<p>If you like to know more about the 22010 AIIM CMIS demo or if you like to participate check the following <a href="http://wordofpie.com/2010/01/28/let-the-games-begin-the-2010-aiim-cmis-demo/" target="_blank">blog post </a>for more details.</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/windows_live_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="Windows Live Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Windows Live Favorites"/></a> <a href="http://www.addtoany.com/add_to/yahoo_bookmarks?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="Yahoo Bookmarks" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Bookmarks"/></a> <a href="http://www.addtoany.com/add_to/mister_wong?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="Mister-Wong" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/mister-wong.png" width="16" height="16" alt="Mister-Wong"/></a> <a href="http://www.addtoany.com/add_to/technorati_favorites?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="Technorati Favorites" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/technorati.png" width="16" height="16" alt="Technorati Favorites"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="Digg" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/orkut?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="Orkut" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/orkut.png" width="16" height="16" alt="Orkut"/></a> <a href="http://www.addtoany.com/add_to/blogger_post?linkurl=http%3A%2F%2Fwww.cmis.biz%2F2010%2F02%2F01%2Fgeneral%2Fmicrosoft-has-just-joined-the-2010-aiim-cmis-demo%2F&amp;linkname=Microsoft%20has%20just%20joined%20the%202010%20AIIM%20CMIS%20Demo" title="Blogger Post" rel="nofollow" target="_blank"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/icons/blogger.png" width="16" height="16" alt="Blogger Post"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cmis.biz/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cmis.biz/2010/02/01/general/microsoft-has-just-joined-the-2010-aiim-cmis-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
