Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is easier to extend, Alfresco or Nuxeo? [closed]

I am considering doing a rewrite of an open source project from LAMP to J2EE and integrating it with an enterprise oriented CMS as the GUI. The two most viable OSS ECM J2EE CMS platforms that I have run across are Alfresco and Nuxeo.

I need to get into some deep integration with whatever CMS I pick. Which one of these two technologies (or propose another that I don't know about) are easier to learn how to integrate with for the developer? From both a developer and an end-user perspective, which OSS ECM J2EE CMS do you prefer?

like image 436
Glenn Avatar asked Dec 22 '09 00:12

Glenn


1 Answers

First, I hope this answer is not comming too late. Missed it at first because I was not at work.

I've used both Alfresco (albeit version 2.0 community) and Nuxeo. I'd classify both more as document management systems (DMS) than CMS.

From the end user perspective, both are relatively the same, meaning that if you have to learn one and don't have to switch between them, the difference are not that important.

From the developer perspective, I think that Nuxeo is more interesting. The documentation is impressive, relatively clear. The team is responsive of inqueries and you have access to all the code source. The dual licensing model of Alfresco is less interesting and leave you wanting for more at times.

Also, in Nuxeo, the development model for new "features" is quite clear in Nuxeo, and highly reusable. In many situation, you only have to create (or reuse) an XML Schema, create minimal XML to link things together and you're done. Since the system is highly modular, you can easily plug in the behavior you need.

For me, Nuxeo is more of a platform, on top of which you can develop interesting features, that a document management system.

I'd suggest that you try the developer tutorial (http://www.nuxeo.org/static/dev-tutorial/) to see how it fits with you.

Don't hesitate to ask for precision, here or personnaly.

Regards.

Patrick

like image 117
Patrick Avatar answered Nov 07 '22 06:11

Patrick