From the Grails site: "Grails aims to bring the 'coding by convention' paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community."
Here is list of some useful video tutorials on Grails framework.
From SpringSourceDev :
Getting Started with Grails - Part 1 - http://www.youtube.com/watch?v=PXHxo43hn34
- process of creating a simple domain model and generating a basic CRUD user interface for the model through Grails' scaffolding.
Getting Started with Grails - Part 2 - http://www.youtube.com/watch?v=qNFksvLxZNU
- start building a custom user interface for your web applications using controller actions, GSP views, and CSS stylesheets.
Getting Started with Grails - Part 3 - http://www.youtube.com/watch?v=oL4yVtNU31E
- learn about custom GSP tags and how they can promote reuse between your views.
From Grails Example .net
Creating a Model Part 1 - http://www.youtube.com/watch?v=hGjCYfLZF_8
Creating a Model Part 2 - http://www.youtube.com/watch?v=y2ul-LIvniw
Creating a View - http://www.youtube.com/watch?v=tzqxCuWq6k4
Creating a Controller - http://www.youtube.com/watch?v=mU0vgIPFcQo
Dynamic Scaffolding - http://www.youtube.com/watch?v=3hVXw2DoI_8
Constraints and Static Scaffolding - http://www.youtube.com/watch?v=N-Ysr3P9-to
Basic Grails Security - http://www.youtube.com/watch?v=xoDG6Anbx84
... more coming soon
No comments:
Post a Comment
Your Comment and Question will help to make this blog better...