Re : Re: Client/Server serialization/deserialization for using Hibernate with GWT

2011-05-04 Thread Baptiste MATHUS
+1. Many frameworks already had to workaround this by doing not very clean things, this would be great to help find a solution for this issue. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Re : Re: Client/Server serialization/deserialization for using Hibernate with GWT

2011-05-04 Thread Brian Lough
+1. Top of my wish list. No offense Devs, but RequestFactory requires too much scaffolding chaff. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe

Client/Server serialization/deserialization for using Hibernate with GWT

2011-05-03 Thread tkrhkrb
Hello GWTers, I'm working on a project using GWT and Hibernate. We love this technology and we would like them to coexist :-) We have a pre-requisite immutable : use Hibernate entities into the GWT presentation layer. We tested Gilead but this solution does not suit us. We find it overkill

Re : Client/Server serialization/deserialization for using Hibernate with GWT

2011-05-03 Thread tkrhkrb
Sorry, 1 fix : we use only the default attribute ‘lazy=true’ (arghh!). -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: Client/Server serialization/deserialization for using Hibernate with GWT

2011-05-03 Thread Gal Dolber
GWTers, I'm working on a project using GWT and Hibernate. We love this technology and we would like them to coexist :-) We have a pre-requisite immutable : use Hibernate entities into the GWT presentation layer. We tested Gilead but this solution does not suit us. We find it overkill compared

Re: Client/Server serialization/deserialization for using Hibernate with GWT

2011-05-03 Thread Juan Pablo Gardella
, May 3, 2011 at 1:05 PM, tkrhkrb thb.rich...@gmail.com wrote: Hello GWTers, I'm working on a project using GWT and Hibernate. We love this technology and we would like them to coexist :-) We have a pre-requisite immutable : use Hibernate entities into the GWT presentation layer. We tested

Hibernate with GWT

2010-11-24 Thread Noor
Hi, on the server, I want to use hibernate and postgresql. But where should I place the jar files for hibernate and postgresql connect?? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Hibernate with GWT

2010-11-24 Thread Subhrajyoti Moitra
if u are using Google Eclipse plugin. Put the jars in Project/war/WEB-INF/lib. all the jars should be in WEB-INF/lib directory of whatever web app you are creating. Thanks, Subhro. On Wed, Nov 24, 2010 at 2:06 PM, Noor baken...@gmail.com wrote: Hi, on the server, I want to use hibernate and

Re: Integration of hibernate with GWT

2010-10-12 Thread Jin
Yuri, Regarding resource injection with Jetty, please see: http://wiki.eclipse.org/Jetty/Feature/Annotations Looks like config might affect whether annotations are read from code (or whether they need to be specified in a config file). Jin On Oct 12, 11:36 am, Y2i yur...@gmail.com wrote: I

Re: Integration of hibernate with GWT

2010-10-12 Thread Y2i
Thanks a lot for the link Jin, really appreciate it! On Oct 12, 1:24 am, Jin jintl...@gmail.com wrote: Yuri, Regarding resource injection with Jetty, please see:http://wiki.eclipse.org/Jetty/Feature/Annotations Looks like config might affect whether annotations are read from code (or

Re: Integration of hibernate with GWT

2010-10-11 Thread Thomas Broyer
On 9 oct, 18:22, Y2i yur...@gmail.com wrote: Thomas, when you say it shouldn't be that hard to port to any server, what do you mean by the server?  A javax.servlet container like Jetty or an application server, like Geronimo, Glassfish, etc.? I meant javax.servlet container (does that really

Re: Integration of hibernate with GWT

2010-10-11 Thread SZK
I just want to comment on Gilead run away from it fast as you can why you ask ? because it is super invasive . Use to connect to hibernate just use spring do not need any thing else . However GWTP is a good framework untill such time when GWT's own MVP framework is finalized . Which I hope is

Re: Integration of hibernate with GWT

2010-10-11 Thread Y2i
I can use Eclipse Link in resource-local mode to connect to a data store using JPA in plain Jetty (no application server, just a plain web container). I could probably replace Eclipse Link with Hibernate and it would work, I just haven't tried that yet. But I am not able to configure Jetty to

Re: Integration of hibernate with GWT

2010-10-09 Thread George Georgovassilis
You hit a point there. Normally one shouldn't care, because there is no urge to upgrade to a newer version of the library if it changes the API or changes some behavior which you rely on. There problem is that GWT does not backport fixes to older branches, i.e. issues 3757 or 5056, thus if you

Re: Integration of hibernate with GWT

2010-10-09 Thread Y2i
...@gmail.com wrote: Hi all, I want some references which can explain integration of hibernate with GWT in step by step manner. i also want to know the best practices that needs to be followed while integrating the same. kindly help in this I'd suggest waiting a bit (a few days, maybe even

Re: Integration of hibernate with GWT

2010-10-09 Thread Stephen Haberman
What scares you exactly? Personally, I find the open source, closed development aspect of GWT not necessarily scary, but definitely not as warm and fuzzy as Apache model open development projects. AFAIK, RC1 is an API-freeze release; An API freeze after, what, 1 maybe 2 people (you and

Integration of hibernate with GWT

2010-10-07 Thread swingm
Hi all, I want some references which can explain integration of hibernate with GWT in step by step manner. i also want to know the best practices that needs to be followed while integrating the same. kindly help in this -- You received this message because you are subscribed to the Google

Re: Integration of hibernate with GWT

2010-10-07 Thread Thomas Broyer
On 7 oct, 18:43, swingm swingmi...@gmail.com wrote: Hi all, I want some references which can explain integration of hibernate with GWT in step by step manner. i also want to know the best practices that needs to be followed while integrating the same. kindly help in this I'd suggest

Re: Integration of hibernate with GWT

2010-10-07 Thread Roger Studner
Why GWT scares me these days just a bit: I'd suggest waiting a bit (a few days, maybe even just hours) for the 2.1 RC1 release of GWT and use RequestFactory (you could go with the current M3, but many things have changed since then, so starting with RC1 would probably be better). Roger On Oct

Re: Integration of hibernate with GWT

2010-10-07 Thread Thomas Broyer
On 7 oct, 19:42, Roger Studner rstud...@gmail.com wrote: Why GWT scares me these days just a bit: I'd suggest waiting a bit (a few days, maybe even just hours) for the 2.1 RC1 release of GWT and use RequestFactory (you could go with the current M3, but many things have changed since then,

Re: Integration of hibernate with GWT

2010-10-07 Thread Roger Studner
The general consensus is that GWT moves incredibly fast :) I should have tried convey a bit more smirk in my comment. I'm super excited for all the changes GWT brings. I just am ready for it to slow down, so it is an easier sell to the other people (management). I hate saying, The new

comunicate java with hibernate with gwt-rpc

2010-05-19 Thread Mateico
I have some problems when I try to communicate GWT with Hibernate. The problem is HibernateUtil. When trying to access the line return new Configuration (). Configure (). BuildSessionFactory (); in the HibernateUtil class, returns me the following error: Development mode: 19:11:51.625 [ERROR

Re: JPA + HIBERNATE+SPRING+GWT

2010-05-18 Thread soma Gurram
I believe by default there are performence implications by using Gilead, and i am not too sure how reliable Gilead is. So i am stuck and finding it difficult to make a call. Thanks Soma G -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: JPA + HIBERNATE+SPRING+GWT

2010-05-18 Thread Frederic Conrotte
From DTO, Dozer to Gilead you have the choice: http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html You can also use you own filter as described in the book Pro Web 2.0 Application Development with GWT :

Re: JPA + HIBERNATE+SPRING+GWT

2010-05-17 Thread aw4y
are in the process of building web application with JPA + HIBERNATE+SPRING+GWT. I am having difficulties integrating Hibernate And GWT. Can any one share there experiences and a best strategy that was successful   adopted. I know that  we can use GILEAD or DOZER (to copy the model to dto

Re: JPA + HIBERNATE+SPRING+GWT

2010-05-17 Thread Frederic Conrotte
: Hi Guys, We are in the process of building web application with JPA + HIBERNATE+SPRING+GWT. I am having difficulties integrating Hibernate And GWT. Can any one share there experiences and a best strategy that was successful   adopted. I know that  we can use GILEAD or DOZER (to copy

Re: JPA + HIBERNATE+SPRING+GWT

2010-05-17 Thread Frederic Conrotte
). No need to use DTO if your entities are serializable and follow the RPC requirements. regards Stefano On 16 Mag, 15:19, soma Gurram ssgur...@gmail.com wrote: Hi Guys, We are in the process of building web application with JPA + HIBERNATE+SPRING+GWT. I am having difficulties

JPA + HIBERNATE+SPRING+GWT

2010-05-16 Thread soma Gurram
Hi Guys, We are in the process of building web application with JPA + HIBERNATE+SPRING+GWT. I am having difficulties integrating Hibernate And GWT. Can any one share there experiences and a best strategy that was successful adopted. I know that we can use GILEAD or DOZER (to copy the model

Re: Serializando classes Usando hibernate no GWT

2010-05-05 Thread enTropy Fragment
...@gmail.com Não consigo mostrar uma lista referente a pedidos cadastros, utilizando hibernate no GWT -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from

Serializando classes Usando hibernate no GWT

2010-05-04 Thread polica
Não consigo mostrar uma lista referente a pedidos cadastros, utilizando hibernate no GWT -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from

Hibernate + Restlet + GWT

2009-09-30 Thread webus
Hi to all! Please, explain how i can send a business entity through Hibernate Restlet for use in the GWT application ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Hibernate and GWT - location for hibernate xml mapping files under a GWT project - org.hibernate.MappingNotFoundException

2009-05-27 Thread Raul
Do not put the file anywhere inside WEB-INF directory. Put it inside the root directory of your class path. i.e. say you are modifying the sample Guestbook application. then put it just inside the src directory like. src hibernate.cfg.xml GuestBook GuestBook.client

Re: Hibernate and GWT - location for hibernate xml mapping files under a GWT project - org.hibernate.MappingNotFoundException

2009-05-27 Thread nico
Thank you very much, you solved my problem ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from

Re: Hibernate and GWT - location for hibernate xml mapping files under a GWT project - org.hibernate.MappingNotFoundException

2009-05-27 Thread nico
Thank you very much, you solved this problem ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from

Hibernate and GWT - location for hibernate xml mapping files under a GWT project - org.hibernate.MappingNotFoundException

2009-05-26 Thread nico
Hi all, I'm developing an application with Hibernate3, I encountered the following error : I manually copied the hibernate xml mapping files in WEB-INF/classes/ com/model. However the problem is that GWT automatically deletes the xml files under this path therefore prevents hibernate from

Hibernate/JPA gwt 1.5

2009-02-27 Thread tonil
Hi all, I'm very new to google web toolkit and i'm trying to get an overview how to build the web application using gwt 1.5. Most books i have for help are covering the gwt 1.4 version. One of the topics are the integration of hibernate/jpa. As I read now in the new version gwt 1.5 it's possible

Re: Hibernate/JPA gwt 1.5

2009-02-27 Thread Felipe Cypriano
Hi Tonil, 1.) Can i really use Annotations with gwt 1.5 Yes we can haha. For example: For image bundles, replace @gwt.resource in your javadoc with the @Resourcehttp://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/ImageBundle.Resource.html annotation. 2.) Do

Re: Hibernate/JPA gwt 1.5

2009-02-27 Thread Arthur Kalmenson
You can search around the forum, this topic has been discussed a number of times, you might find useful tips. -- Arthur Kalmenson On Fri, Feb 27, 2009 at 1:09 PM, Felipe Cypriano fmcypri...@gmail.com wrote: Hi Tonil, 1.) Can i really use Annotations with gwt 1.5 Yes we can haha. For

Re: How to integrate Hibernate and GWT

2009-01-12 Thread Sumit Chandel
Hi Dessorry, In terms of where to put your Hibernate code, you're most likely to get useful replies and information on the Hibernate site and discussion forum: Hibernate homepage: http://www.hibernate.org/ About using your Hibernate objects in GWT - as you will discover by searching threads

Re: How to integrate Hibernate and GWT

2009-01-09 Thread Martin
if you want to take a look at a toplink JPA based solution, check out http://toools.org cheers On Dec 3 2008, 11:13 am, Dessorry niccolo.gianner...@gmail.com wrote: Hi, I'm trying to build my first GWT application; i would read data from a database and display it on a simple gwt page. I

Re: How to integrate Hibernate and GWT

2008-12-03 Thread eggsy84
Hi there, Try searching the group there have been many posts discussing Hibernate and GWT and how to implement them together. Eggsy On Dec 3, 10:13 am, Dessorry [EMAIL PROTECTED] wrote: Hi, I'm trying to build my first GWT application; i would read data from a database and display