Integrated Frameworks
One of the great things about Grails is that it does not suffer from "Not Invented Here" syndrome. Instead of reinventing the wheel, it integrates with best of breed proven open source frameworks. It then goes on to make the integration seamless by hiding much of the complexities of those frameworks. But sometimes you need to access those frameworks more explicitly and therefor you must learn their apis, configurations and other details. Below is a compiled list of the documentation for the frameworks Grails integrates.
- Groovy : User Guide - API & GDK
- Spring Framework : User Guide - API
- Hibernate : User Guild - API
- SiteMesh : User Guide - API
- Jetty : User Guide - API
- HSQLDB : User Guide - API
- JUnit : User Guide - API
- Ant : User Guide
- Prototype : User Guide - API
- script.aculo.us : User Guide
- OpenRico : Demos

