Re: GWT 2.0 + Hibernate + Gilead

2010-03-13 Thread Olivier
I am wondering if an other way could be to use maps instead of serializable objects (for a small application). Could not it increase performances ? On 13 mar, 03:21, Jeff Larsen larse...@gmail.com wrote: Instead of setting them to null, you could declare them as transient. That would cause them

Re: GWT 2.0 + Hibernate + Gilead

2010-03-12 Thread Olivier
Hi, thanks for your answer Giuseppe, I tried Dozer when I did not succeed in Gilead. But now I resolved the problem, I prefer use Gilead which allows me to use an existing code without duplicating data. If my model changes, I will not have to modify the DTO according to the modifications : only

Re: GWT 2.0 + Hibernate + Gilead

2010-03-12 Thread Giuseppe La Scaleia
Olivier ha scritto: Hi, thanks for your answer Giuseppe, I tried Dozer when I did not succeed in Gilead. But now I resolved the problem, I prefer use Gilead which allows me to use an existing code without duplicating data. If my model changes, I will not have to modify the DTO according to the

Re: GWT 2.0 + Hibernate + Gilead

2010-03-12 Thread andreas
I have used Gilead, too. First I was very happy with it as it saved me a lot of time. But when my application grew larger, I also experienced that in some situations it's reducing performance. Another reason to not use Gilead was that I started to set properties of my mapped entities to null which

Re: GWT 2.0 + Hibernate + Gilead

2010-03-12 Thread Jeff Larsen
Instead of setting them to null, you could declare them as transient. That would cause them to not be transported over the wire. On Mar 12, 4:57 pm, andreas andreas.kn...@nikem.de wrote: I have used Gilead, too. First I was very happy with it as it saved me a lot of time. But when my

Re: GWT 2.0 + Hibernate + Gilead

2010-03-11 Thread Olivier
Hello, I finally solved the problem here : https://sourceforge.net/projects/gilead/forums/forum/868076/topic/3585579/index/page/1 Regards. On 9 mar, 10:54, Olivier olivier.be...@gmail.com wrote: Hello, I am trying to integrate gilead in my GWT - Hibernate application. I followed this

Re: GWT 2.0 + Hibernate + Gilead

2010-03-11 Thread Giuseppe La Scaleia
Hi Oliver i suggest you to use Apache Dozer with Hibernate , that allows you to create objects as a mirror of your model bean. For Information http://dozer.sourceforge.net/ Regards Giuseppe 2010/ 3/11 Olivier olivier.be...@gmail.com Hello, I finally solved the problem here :

GWT 2.0 + Hibernate + Gilead

2010-03-09 Thread Olivier
Hello, I am trying to integrate gilead in my GWT - Hibernate application. I followed this article to set up my project : http://code.google.com/intl/fr/webtoolkit/articles/using_gwt_with_hibernate.html. But at the compilation time I have the following error : [INFO] Compiling module