I want to use hibernat4gwt with GWT-Ext Plus package.
Does anybody has experience using these two packages together and what is possible problems?
In what mode should I use hibernate4gwt -stateless by extending domain classes from LazyPojo, dynamic proxy or statefull.
Any information and tips how to use them will be appreciated.
Thank you in advance,
Yuri
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everybody,
I want to use hibernat4gwt with GWT-Ext Plus package.
Does anybody has experience using these two packages together and what is possible problems?
In what mode should I use hibernate4gwt -stateless by extending domain classes from LazyPojo, dynamic proxy or statefull.
Any information and tips how to use them will be appreciated.
Thank you in advance,
Yuri
Hi Yuri,
The only issue I know is about PagingList class (totalRecord field is not cloned properly). I still have to investigate about it.
Regards
Bruno