-
Jul 11th, 2011, 06:54 PM
#1
GWT, Database and Roo
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
-
Jul 14th, 2011, 11:47 PM
#2
Using the @Transient annotation should be fine, the application doesn't exclude fields marked with @Transient.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules