content management system - Open source CMS that can be plugged in on the back end of an existing site? -


i have problem solve think relatively common. have existing web platform, built on php or java framework, serves multiple sites. add cms end enable company's employees create, edit , publish content using intuitive interface. however, not want cms manage front end of site, want create content in database or xml repository, , deploy content multiple environments (preview, staging, production, etc). our priority clean , stable editorial interface non-technical users edit , publish content.

i can integrate content php or jsp templates on front end, using mod_rewrite identify content ids in url , call content controllers load correct content repository. there should no need deploy cms code production servers @ all. i've done in past using commercial cmss such interwoven , documentum, i'm looking open-source option.

i looking @ usual list of candidates, including drupal, alfresco, wordpress, joomla, , more general frameworks django.

would recommend of these tools (or others didn't list) scenario? advice!

the list you're giving seems nice , diverse. think add hippo cms (apache licensed) list, since don't mind java framework backend. separates content repository user interface , frontend applications default , handles link rewriting in multiple websites , languages. since hippo targeted @ enterprise works in dtap (clustered) environment. frontend templating can use either jsp, freemarker, velocity or gsp.

you can try out user interface here: http://www.onehippo.com/en/products/cms/try. if want start developing, follow hippo trail on http://www.onehippo.org

disclaimer: hippo employer


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -