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!
A collaboratively authored blog about the joys and heartbreak of Groovy on Grails development
Monday, May 12, 2014
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?
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
Subscribe to:
Posts (Atom)