Results 1 to 2 of 2

Thread: GWT, Database and Roo

  1. #1
    Join Date
    Feb 2007
    Posts
    5

    Default 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

  2. #2

    Default

    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
  •