Re: save data to database with hibernate and rpc

2012-01-27 Thread Sebastian Gurin
I agree with you about gilead intrusiveness. Also I see the project is not mantained any more. In my case I didn't get it to work, but google's using_gwt_with_hibernate.html document refer to it as a sollution. That is why I recommended it. I will keep investigating Hibernate filter for

Re: save data to database with hibernate and rpc

2012-01-27 Thread Daniel Mauricio Patino LeĆ³n
I think the best way is use RequestFactory. Forguet DTO's or third party librarys 2012/1/27 Sebastian Gurin sgu...@softpoint.org I agree with you about gilead intrusiveness. Also I see the project is not mantained any more. In my case I didn't get it to work, but google's

Re: save data to database with hibernate and rpc

2012-01-27 Thread Sebastian Gurin
thanks I'm also considering that for future projects. I'm new and the first thing I learn for client-server comunication was rpc. I'm trying to learn RequestFactory and see how to integrate with hibernate. I (mm.. my boss) want to handle the data with hibernate based DAOs and Busniss Logic

save data to database with hibernate and rpc

2012-01-26 Thread odon
hii... i need help ... i get problem with save data to database with hibernate. when i executed the event, i always get on failure this is the code... Button btn= new Button(create); btn.addClickHandler(new ClickHandler() { public void onClick(ClickEvent event) {

Re: save data to database with hibernate and rpc

2012-01-26 Thread Sebastian Gurin
Hi I developed my web apps gwt and persist the model with hibernate. You have lot of articles about it http://code.google.com/intl/es-ES/webtoolkit/articles/using_gwt_with_hibernate.html my advice: The main problem you will encounter is compatibility issues between model object managed by

Re: save data to database with hibernate and rpc

2012-01-26 Thread Juan Pablo Gardella
Instead of use gilead (to me intrusive), you can use Hibernate filter. See http://groups.google.com/group/google-web-toolkit/browse_thread/thread/7e46e8c33e7ee5da El 26 de enero de 2012 20:56, Sebastian Gurin sgu...@softpoint.orgescribiĆ³: Hi I developed my web apps gwt and persist the model