My Grails application uses the dynamic-domain-plugin
. This plugin generates domain classes dynamically. Is it possible for the generated classes be in a single "shared class server" and be available across all servers?
If so, can you point me where to look or at least to have an idea on how Java class loading works?
Thanks!