Monday, July 20, 2009

First Grails Project: BugTracker

My first Grails Project is a system that enables users to log and keep track of bugs reported -- it's for internal use in our company and hopefully Grails will be able to finish the job :)

So far so good. Some features i've found quite useful are:

- the g:render tag, which allowed me to create a forum type of plugin.

- the g:forEach tag. I love how we don't need to perform typecasting for each element iterated.

- the Acegi plugin. quite good, though i spent quite some time to figure things out (i still am..). But if you understand it well, you'll find it very useful as all you possibly need is already included in it.

I still haven't utilized the CSS powers in grails, so the webapp looks boring as heck. Maybe later.

No comments:

Post a Comment