Other Web Frameworks

Stripes: http://www.stripesframework.org/display/stripes/Home
Grails: http://grails.org
  • grails install-plugin crowd to set up crowd integration
  • grails install-plugin ivy to set up ivy integration
    These are already packaged up in SVN.
  • Add hibernate.cfg.xml to grails-app/conf/hibernate/ and set up DataSource.groovy to use
    configClass = org.codehaus.groovy.grails.orm.hibernate.cfg.GrailsAnnotationConfiguration
    ala http://www.ibm.com/developerworks/java/library/j-grails07158/index.html

Start of the grails trail by Scott Davis: http://www.ibm.com/developerworks/java/library/j-grails01158/

Comparison of struts and grails - http://www.nabble.com/Grails-vs-Struts2-td15863547.html