Getting started with grails

Today I installed Grails on my work laptop.

And then set to try the quick-start example.

I soon ran into a problem when I tried to create my application using the command

grails create-app MyApp

I got the following error

The syntax of the command is incorrect

I spent some time trying to debug the grails.bat file - but soon fell [...]

What’s up with hibernate?

I think today is the second or maybe third day when Hibernate’s documentation has been inaccessible.

Thank god for Google cache !!!

Well I hope it gets back soon.

UPDATE: Seems like its back!!!

Book Review: Clean Code: Closing thoughts

I am finally done , reading this book ”Clean Code: A Handbook of Agile Software Craftsmanship” by Robert C. Martin.

It was an excellent read.
I think it has changed the way I will look at software development in future…

It’s a collection of very practical advice- difficult to argue. Most of the stuff is what you have [...]