GWT support for Grails/Groovy domain objects

2010-02-17 Thread Don Ruby, R&D
I'm using GWT for UI with a Grails backend. It's clumsy to use JSON or DTO for remoting domain objects. Is there any plan for GWT to handle Groovy domain objects ( possibly create javascript from bytecode vs groovy source ) ? Thanks, Don Ruby -- You received this message because you are subscr

GWT support for Grails/Groovy domain objects

2010-01-26 Thread Don Ruby, R&D
GWT is the obvious choice for UI. But if you want to use Grails/Groovy for server side, you have to either code messy DTOs or client side POJOs. It would be nice if GWT would support using the Grails/Groovy domain objects directly on the client. Any chance of that happening? -- You received thi