I already have Java code to display and process data from a database. Now I would like to implement the code in the form of modules and include it in the CMS system as a whole.
EDIT2: most importantly, the CMS should have good support for manually written gadgets and host them using AJAX, as well as the interaction between gadgets
CMS MUST support Spring, Hibernate, etc.
CMS MUST NOT be GPL and preferably open source (lGPL, BSD, etc.).
CMS MUST have good documentation and support.
CMS MUST be secure (XSS and injection safe) and support different levels of authorization (built-in or module) CMS MUST have good navigation and tab (built-in or module)
+1, in order to have a good ajax table module for displaying
+1 data , for using ajax to change pages with bookmark support and history.back ()
+1, for using jquery or prototype
+1, for ease of deployment and ease of adding
+1 modules to support the dynamic addition / removal and dragging of modules
Please recommend CMS best for work. Thank!
EDIT: I don't need blogs or wikis, etc. I just want to create a framework where I can display paginated lists and time series charts and log files. I will also post some pages for customization. All of these codes are already implemented.
EDIT2: google api for gadgets does not suit me. there are many problems:
- no connection between gadgets
- there is no connection between the gadget and its container
- it uses iframe instead of ajax
source
share