noon
24 Jul 2008, 11:55 PM
Hi all,
I am the author of Hibernate4GWT which allows persistents beans to be sent and used on GWT client side.
Briefly, Hibernate4GWT clones and merges object graph that are or contain persistent beans.
Some of our users report me that the BaseListLoadResult leads to some integration issue : without Hibernate4GWT, contained Hibernate beans cannot be sent (RPC serialization exception). On the other hand, sending them throgh BaseListLoadResult does not work either... because the GXT class is not a real Java Bean (it provides a 'getData' method, but not 'setData').
The complete thread (and explanations) is here : http://extjs.com/forum/showthread.php?t=42035
Darrell, can you modify the BaseListLoadResult class accordingly ? It will help our common users to use both GXT and Hibernate4GWT.
Regards
Bruno Marchesson
I am the author of Hibernate4GWT which allows persistents beans to be sent and used on GWT client side.
Briefly, Hibernate4GWT clones and merges object graph that are or contain persistent beans.
Some of our users report me that the BaseListLoadResult leads to some integration issue : without Hibernate4GWT, contained Hibernate beans cannot be sent (RPC serialization exception). On the other hand, sending them throgh BaseListLoadResult does not work either... because the GXT class is not a real Java Bean (it provides a 'getData' method, but not 'setData').
The complete thread (and explanations) is here : http://extjs.com/forum/showthread.php?t=42035
Darrell, can you modify the BaseListLoadResult class accordingly ? It will help our common users to use both GXT and Hibernate4GWT.
Regards
Bruno Marchesson