I am looking for something similar to the drupal CCK, but in Java (in a Java CMS)? -


i have been using drupal, hitting limitations. drupal cck (and associated modules) cool module in drupal allow specify new "content types" , add fields them such images, text, check-boxes. drupal generates pages add/edit , display these content types on web. benefit of this, developer can specify content type , leave forms/validation, database back-end/sql, user permissions, , web display output drupal.

i guessing lots of cms systems support user definable content types, rendered using form processing, editing , templates/blocks display - list of java cms on wikipedia , java-source.net; http://java-source.net/open-source/content-managment-systems

but there many more hope meaningfully review, hoping suggest rad tools java cms, , prototyping custom "content types"

thanks,

tom

ps of java cms systems looking are; onehippo.com/en/ondemand/hippo-service liferay.net/web/guest/home alfresco.com

liferay has custom attributes seem same thing cck, though created enhance user profiles can attached stored item acccording description here.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -