Have you created an online tutorial for Grails or found one that you would like to share? Submit it now so that the whole Grails community can benefit! Submit Tutorial for Approval.
Creating a Web Event Calendar Using Grails
This tutorial describes how to integrate DHTMLX JavaPlanner with the Grails framework and create an easy-to-use Java event calendar. It provides detailed information on how to initialize the web control and populate it with data. Besides, you will le... read more
Developing a Grails Web Application
Walk through steps of creating a robust Grails web application. The application uses the Grails Framework to develop a web application using: MongoDB Spring Security Twitter Bootstrap Jetty Web Server Maven build integration
I personally don't suggest...
read moreUsing Database Users for System Authentication
Sometimes companies build security polices in the database level. This brings the need of authenticating the username and password as a database user, and not in a table.
The purpose of this tutorial is pass though the steps to accomplish this, integr...
read moreGerman Grails Tutorial
Just found this well made german tutorial. It might be a little bit old (covering Grails 2.0.0), but I guess it will help german developers a lot!
Holy Grails and Powerful Oracle
This is a brief step-by-step tutorial using GGTS on how to create a web service by getting information from an Oracle 11g database and exposing the data to client via a JSON response. The tutorial discusses database configurations, unit and integrati... read more
Grails BootStrap - Under The Hood
In this post I shall give an overview of sequence of events that happens during bootstrapping of Grails application
Creating Google Calendar in Grails
Over this series of posts I’m going to look at recreating some of the basic functionality of Google Calendar including the capability of adding recurring events within Grails. It currently has 3 parts:
read moreGrails in the Land of MongoDB
Groovy and Grails’ speed and simplicity are a perfect match to the flexibility and power of MongoDB. Dozens of plugins and libraries connect these two together, making it a breeze to get Grooving with MongoDB.
Grails and legacy databases
In this Mastering Grails installment, Scott Davis explores the various ways that Grails can use database tables that don't conform to the Grails naming standard. If you have Java classes that already map to your legacy databases, Grails allows you to... read more
Grails and the mobile Web
The number of cell phone users worldwide is at 3.3 billion and rising, and Internet access from mobile phones is on a rapidly upward trajectory. Developing for the mobile Web has its unique demands. In this Mastering Grails installment, Scott Davis s... read more