Hi, i'm writing code from scratch. The 2 components of the system will be a std web-site, plus a game server written in java. The shared objects between the 2 components will be the models.
What i'd like to do is create the models in grails and then have the java game-server code use these models, as well as have the grails code use them of course.
Is this possible?
I know that i can create the models in java, and then have grails use the java code (at least i think i can; haven't really used grails yet). But i want to do the reverse.