Java or Groovy CMS
        Posted  
        
            by Don
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Don
        
        
        
        Published on 2010-01-05T22:20:37Z
        Indexed on 
            2010/03/16
            10:36 UTC
        
        
        Read the original article
        Hit count: 268
        
Hi,
I'm considering developing a school information system using the Grails web framework. Before a school can use the system, they will need to setup the following data
- School data
- Students
- Teachers
- Subjects
- Classes
- etc.
I'm considering using a CMS in order to get the ability to CRUD these entities "for free". The CMS may also provide other features out-of-the-box that I could use.
Ideally the CMS should be implemented in Java or Groovy, does anyone know of something suitable? I looked at the Weceem CMS plugin for Grails, but it's missing some core concepts I need, e.g. the ability to add users to groups.
Thanks, Don
© Stack Overflow or respective owner