I'm quite new to Grails things. here the problem:
I created a simple class exposed as a REST service with grail. (I only use grail for CRUD operation on database).
I have an Java FX application that needs to consume this service to recreate the original object. Is there a clean way to "export" domain class from grails ?
Thx in advance for any help !