Based on Wicket and JCR, it is the ONLY Wicket-based CMS framework available today. BRIX was built on the idea of "Power versus Complexity", providing for ease of use while at the same time allowing
... [More] designers the highest degree of freedom in developing a rich user experience. [Less]
gidooCMS is a kind of framework for CMS systems based on Apache Wicket. You have the basic features of an CMS, but you add you own functionality by extending Java-classes. E.g. you will write the code
... [More] for creating a menu by yourself directly in Java. Currently we use Apache Jackrabbit as persistance engine.
Some of the important features:
* rights management using sections (like Servlet contexts)
* version history
* backup (import and export)
* XML validation of new pages
* simple preview functionality
* extend the GUI of the CMS
* a lot of small things that make life easier ;-) [Less]