0

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!

Joshua Moore
  • 24,706
  • 6
  • 50
  • 73
marvinv
  • 181
  • 2
  • 9

1 Answers1

0

I think you want to make classes available on remote sites. I have detailed how this can work for another question. I think you problem is the same, if not, please comment and I will adapt the answer

Community
  • 1
  • 1
SirRichie
  • 1,176
  • 9
  • 14