By jettro, on January 10th, 2010

This is the third post in a series of post about grails. In this series I am describing an application I am creating with grails. It is a scheduling application for scheduling people on projects. You can find the previous posts here:
In this post I will discuss the following topics:
- Creating meeting notes using the grails-ui rich text editor
- Create a search using the searchable plugin on the meeting notes
- Introducing rss to subscribe to new meeting notes
Continue reading Still doing grails
By jettro, on December 20th, 2009
In this blog post I am writing down the steps I took to create a new grails application. Maybe it can be of help to other that want to start using grails.
In short I am going to create an application that you can use to schedule people on projects. We used to have an excel sheet to do this, but I really do not like this. So I am writing an application for it. Grails is ideal for these kind of projects.
I am, of course, going to use some nice grails plugins, I will mention them all and give some details about the steps I took to make them run. Some of the plugins are:
- DBUtil
- Navigation
- grails-ui
- joda-time
Comments, questions and feedback are of course welcome.
Continue reading Starting with grails
Popular