How can I create a dynamic domain class in Grails
问题 How can I create a dynamic domain class in Grails. Let's say I want to create a new domain class whose class name and properties is known in the run-time. How to create it and persist it in Grails? Many thanks, 回答1: There's a plugin for that: http://www.grails.org/plugin/dynamic-domain-class 回答2: the plugin seems to be abandoned, and in the google group of the project the deveoper say that there is some important issue and he said we can't using it in production, and there is no evolution