Monday, May 12, 2014

My First Chortle



I worked with my daddy today to make this. This is a start of an app we are making called chortle. I hope this app will be a very motivating way to do chores!

Tuesday, May 6, 2014

Reverse domain name qualifiers

When do you specify a "reverse domain name" qualifier in Grails?

Is it only when creating domain classes? Or controllers? Both?
# Which one is correct?
grails create-domain-class Thing1
grails create-domain-class com.mycompany.myapp.Thing1

# Which one is correct?
grails create-controller Thing1
grails create-controller com.mycompany.myapp.Thing1