we are looking into a java based CMS (yes java, we are moving away from scripting languages).
Anybody has hands on experience with teh community editions of Magnolia and Jahia, what's easer to make modules against and what's your overall experience?
- For the content editors
- For the developers (that make modules)
- How easy it is to handle change request (can you add this or that to page foo/bar)
rvt
Last year, we had to make this choice ourselves. We installed both Jahia and Magnolia, and after a comprehensive comparison, we went with Magnolia. Although both are similar, it was easier for the developers that make modules in Magnolia than in Jahia. In Magnolia, customization is done via editing jsp templates. In Jahia, it's more complex, in that developers have to create backing java class, then get that class compiled and deployed, and so on.
After we picked Magnolia, we have been quite pleased with the ease of use for content editors, and with the performance (Magnolia will pre gzip up pages and store them in cache for performance.) You can see the resulting site here: www.franchiseprocess.com. Everything you see is based on magnolia templates that the content editors can and do modify.