Hy,
I'm wondering what's the best way to create an Admin (backend) section in a Grails app ?
I want to create an Admin folder in the Controllers folder of Grail to put all my admin controllers. But Then will I have to create manually the URL mapping for each Admin controllers ?
I have already generate all my frontend gsp with the gerenate-all command which takes a domain class but know how can I generate my CRUD for my admin section (with the same domain class). Am I screwed ?
Thanks a lot for your tips!