PDA

View Full Version : GWT, Database and Roo



davidbrummy
Jul 11th, 2011, 06:54 PM
Hey.

I want to add a field to a Roo managed domain object that is not managed by the database but is serialized in and out of GWT.

I know Transient will stop it going to the database but how do I still add it so GWT can see it.

thanks,
David

James Tyrrell
Jul 14th, 2011, 11:47 PM
Using the @Transient annotation should be fine, the application doesn't exclude fields marked with @Transient.