On Fri, Sep 11, 2009 at 6:29 AM, Ed <[email protected]> wrote: > > He David, >> Gilead. I just used the underlying beanlib replicators to undo the >> cglib or javassist stuff before serializing to client. > > Which beanlib replicators are you using?
Believe it was called Hibernate3BeanReplicator .. there's also a lazy transformer of some kind that just converts lazy stuff to null instead of throwing a lazy instantiation except or trying to load the property. To deal with updates of existing data, where for instance collection is involved, the hibernate merge operation comes in handy. I did not get into Gilead because I could not get the Gilead dynamic proxy stuff to work out, and in the end, I didn't need it anyway. -Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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 -~----------~----~----~----~------~----~------~--~---
