I guess you could do so yes; best to try it out, to make sure. I just wonder why you aren't using a "wrapper bean" rather than a visitor, i.e. IEmployee abEmployee = F.employee(e); Unless Employee doesn't implement IEmployee? or you don't want to visit reference properties in this particular servlet? (in that case, you should probably change your visitor to also return false from visitReferenceProperty)
Oh, just one thing: with both AutoBean and RequestFactory, there's a memory leak on the "VM" code (not present in the compiled JavaScript) that'll only be fixed in 2.4: http://code.google.com/p/google-web-toolkit/issues/detail?id=6193 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/vciODcchxFAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
