<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.11.81 (http://www.squarespace.com/) on Fri, 10 Feb 2012 13:34:45 GMT--><?xml-stylesheet type="text/css" href="/universal/styles/feed.css"?><rss version="2.0"><channel><title>Open4Dev - Comments</title><link>http://www.open4dev.com/journal/</link><description></description><copyright>All Content © 2008, Piergiorgio Lucidi. Some rights reserved. Creative Commons License 3.0 BY</copyright><language>en-US</language><generator>Squarespace Site Server v5.11.81 (http://www.squarespace.com/)</generator><item><title>Piergiorgio Lucidi comments on Apache Maven 3 Cookbook review</title><author>Piergiorgio Lucidi</author><pubDate>Wed, 26 Oct 2011 15:18:26 +0000</pubDate><link>http://www.open4dev.com/journal/2011/10/11/apache-maven-3-cookbook-review.html#comments</link><guid isPermaLink="false">288041:2935920:comment/15493960</guid><description><![CDATA[<p>Another opinion about this book was written by my colleague Maurizio and it is available at the following address:<br/><a href="http://mammamao.posterous.com/apache-maven-3-cookbook-review" rel="nofollow">http://mammamao.posterous.com/apache-maven-3-cookbook-review</a></p>]]></description></item><item><title>Piergiorgio Lucidi comments on My Apache contribution has started</title><author>Piergiorgio Lucidi</author><pubDate>Fri, 26 Aug 2011 16:37:57 +0000</pubDate><link>http://www.open4dev.com/journal/2011/8/10/my-apache-contribution-has-started.html#comments</link><guid isPermaLink="false">288041:2935920:comment/14904656</guid><description><![CDATA[<p>Thank you Snig!</p><p>Now I contributed with the CMIS Connector and it works fine on Alfresco. <br/>Anyway for some Alfresco specific features It could be necessary start to think about an Alfresco Connector.</p><p>I thought about this more than once, stay tuned ;)</p>]]></description></item><item><title>Snig Bhaumik comments on My Apache contribution has started</title><author>Snig Bhaumik</author><pubDate>Thu, 11 Aug 2011 06:51:53 +0000</pubDate><link>http://www.open4dev.com/journal/2011/8/10/my-apache-contribution-has-started.html#comments</link><guid isPermaLink="false">288041:2935920:comment/14685516</guid><description><![CDATA[<p>Good Work Piergiorgio!!!<br/>You planning to write connector for Alfresco as well?</p>]]></description></item><item><title>Piergiorgio Lucidi comments on CMIS Connector for Apache ManifoldCF</title><author>Piergiorgio Lucidi</author><pubDate>Wed, 27 Jul 2011 16:40:15 +0000</pubDate><link>http://www.open4dev.com/journal/2011/7/8/cmis-connector-for-apache-manifoldcf.html#comments</link><guid isPermaLink="false">288041:2935920:comment/14276940</guid><description><![CDATA[<p>This is a great news! I am very honored that my contribution was appreciated so much :)</p>]]></description></item><item><title>Karl Wright comments on CMIS Connector for Apache ManifoldCF</title><author>Karl Wright</author><pubDate>Mon, 25 Jul 2011 00:04:33 +0000</pubDate><link>http://www.open4dev.com/journal/2011/7/8/cmis-connector-for-apache-manifoldcf.html#comments</link><guid isPermaLink="false">288041:2935920:comment/14161990</guid><description><![CDATA[<p>We&#39;re hoping to merge this connector into trunk sometime this week, so it will be one of the ManifoldCF standard set of connectors.</p>]]></description></item><item><title>Piergiorgio Lucidi comments on A first look to Hippo CMS</title><author>Piergiorgio Lucidi</author><pubDate>Sat, 25 Jun 2011 17:17:21 +0000</pubDate><link>http://www.open4dev.com/journal/2011/6/13/a-first-look-to-hippo-cms.html#comments</link><guid isPermaLink="false">288041:2935920:comment/13407465</guid><description><![CDATA[<p>Hi Raùl,</p><p>thank you for your question and I&#39;ll try to explain my comments about these two products.</p><p>I think you are referring to the comparison between Alfresco WCM and Hippo CMS.</p><p>Alfresco WCM module is an optional module of Alfresco that provides a complete framework to manage web contents with a default set of workflows dedicated to manage sections of pages with different roles as editors, authors, and publishers.</p><p>In Alfresco you have to work only using XML contents and XSLT or FreeMarker to write the dynamic templates for pages. When you have to create a page or a part of a page you have to create the specific schema for the content and for the editor input form (using XForms schemas). The good point here is that you can use FreeMarker to easily parse the XML document and generate dynamic contents with a clean template.</p><p>The web content is an XML document that stores all the information needed to generate the output rendering (HTML, JSON, XML, RSS, etc..). The bad point is that in Alfresco WCM you can&#39;t use the repository features, you can&#39;t use properties or aspects and this means that you can&#39;t use the most useful features of Alfresco to create websites. </p><p>Just now with the new Alfresco Web Quick Start there is the real opportunity to use the repository features, but this project is starting now and I don&#39;t think that it could be used for big websites. I would expect a greater stability of this module before use it for a real prospect.</p><p>That&#39;s why many times our customers prefer to use Alfresco ECM with a portlet container to create portals or Alfresco ECM with a custom frontend to create complex websites. </p><p>The default framework provided by the WCM module of Alfresco is based on a mechanism that sometimes it seems not to be very smart to our customer developers.</p><p>On the other side, Hippo provides a specific CMS application to manage contents with a most simple workflow with just roles as author, publishers and managers. So the content management part of Hippo offers a simple structures of folders but it allows to use the repositories features with properties. A bad point in the Hippo CMS application is that it is hardcoded and it is not easy to extend or customize it for a specific need.</p><p>Another great point of Hippo is that it provides a complete and well written API to implement the content delivery application (the live website application) that can be used to manage pages with different components. For each component you can implement your own Java controller that can be depends on configuration parameters to allow reuse of Java controllers. </p><p>The bad point here is that the Hippo API only uses the RMI protocol to exchange information with the repository (based on Apache JackRabbit).</p><p>Hippo allows you to create the structure of pages using again the repository, so this means that using JCR you can create the structure of your pages and component dependences in the same way you can create content models for your contents in Alfresco. Using the Hippo CMS web application you can create all these artifacts without editing any XML document (again here better than the Alfresco WCM module).</p><p>Finally I would like to underline that Hippo is only dedicated to manage web contents and it also provide a DAM application inside the CMS application but I think that it is just a starting point for Hippo. If you need a complete ECM/DAM product I think that Alfresco is the better choice.</p><p>In conclusion I think that if you need an ECM product Alfresco is the best way and I suggest anyway to use Alfresco ECM coupled with a portlet container or a custom frontend, but it depends on which are the skills that your customer developers have to write a good content delivery application.</p><p>Hippo can be considered the right choice if you need to create a website without any strong ECM features. That&#39;s why there is the news about the <a href="http://www.nuxeo.com/en/about/events/webinar-nuxeo-hippo" rel="nofollow">Nuxeo and Hippo partnership</a> dedicated to the release of a CMIS connector to allow exchanging of contents between these products. Hippo is trying to engage strategic partnership to bridge the gap about the ECM features.</p><p>Anyway you could create the website using Hippo and you could create Hippo components that could invoke calls against the Alfresco repository to manage all the ECM processes using for example the CMIS interface.</p><p>Hope this helps.</p>]]></description></item><item><title>Raúl Macián comments on A first look to Hippo CMS</title><author>Raúl Macián</author><pubDate>Tue, 21 Jun 2011 10:50:20 +0000</pubDate><link>http://www.open4dev.com/journal/2011/6/13/a-first-look-to-hippo-cms.html#comments</link><guid isPermaLink="false">288041:2935920:comment/13358931</guid><description><![CDATA[<p>How it does compare with Alfresco ?</p>]]></description></item><item><title>Lina Margarita comments on Spring LDAP</title><author>Lina Margarita</author><pubDate>Sat, 21 May 2011 19:21:25 +0000</pubDate><link>http://www.open4dev.com/journal/2009/10/31/spring-ldap.html#comments</link><guid isPermaLink="false">288041:2935920:comment/12955028</guid><description><![CDATA[<p>Hello, excelent aport for start in ldap + spring. Can you upload your example exercise? Thanks</p>]]></description></item><item><title>Denver Seo Firm comments on Alfresco 3 ECM Implementation Book Review</title><author>Denver Seo Firm</author><pubDate>Tue, 03 May 2011 12:21:34 +0000</pubDate><link>http://www.open4dev.com/journal/2009/9/1/alfresco-3-ecm-implementation-book-review.html#comments</link><guid isPermaLink="false">288041:2935920:comment/12799035</guid><description><![CDATA[<p>Hi,</p><p>Hoping for a good reading book.This review says it all.</p><p>Thanks</p>]]></description></item><item><title>nicoulaj comments on Proposal of a CMIS Connector for GateIn</title><author>nicoulaj</author><pubDate>Tue, 26 Apr 2011 15:35:50 +0000</pubDate><link>http://www.open4dev.com/journal/2010/2/17/proposal-of-a-cmis-connector-for-gatein.html#comments</link><guid isPermaLink="false">288041:2935920:comment/12708745</guid><description><![CDATA[<p>Hi,</p><p>I am very interested by this proposal. Do you have any news on this ?</p><p>(Feel free to get in touch with me through Google Talk)</p>]]></description></item></channel></rss>
