I have a simple LAMP ticket log entry.
I am currently playing with the grail. I want to create a demo application that uses the existing MySql database without changing the database too much.
The database has a many-to-many relationship: the client table is mapped to the user table through the cliet_contact table (that is, not the standard client_user agreement).
How would I translate this to grails domain classes using grail 1.1?
Any help would be appreciated.
Thanks!
source
share