Re: JPA with GWT

2009-08-10 Thread tolga ozdemir
Thanks bruno 4 the link. It's great really... Where can we find more samples about Gliead & GWT entegration? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send em

Re: JPA with GWT

2009-07-28 Thread Maxence
use a lightweight transport mechanism (e.g. DTO or > > > json). > > > > Of course it leads to more effort when you have to write DTO's and the > > > conversion process manually (that's the reason why I'm a fan of code > > > generation whic

Re: JPA with GWT

2009-07-25 Thread mars1412
x27;s and the > > conversion process manually (that's the reason why I'm a fan of code > > generation which does the whole stuff in our project). > > > Regards, > > Martin > > > On Jul 25, 12:30 am, Guess What wrote: > > > > I am tr

Re: JPA with GWT

2009-07-25 Thread bruno
son). > > Of course it leads to more effort when you have to write DTO's and the > conversion process manually (that's the reason why I'm a fan of code > generation which does the whole stuff in our project). > > Regards, > Martin > > On Jul 25, 12:30 am, G

Re: JPA with GWT

2009-07-25 Thread maku
in On Jul 25, 12:30 am, Guess What wrote: > I am trying to use JPA with GWT . I am not sure how to make this > communication work . > I did googling around on this quite a bit . People suggest dozer and > gilead . > Dozer plug in is not working currently . > Gilead t

JPA with GWT

2009-07-24 Thread Guess What
I am trying to use JPA with GWT . I am not sure how to make this communication work . I did googling around on this quite a bit . People suggest dozer and gilead . Dozer plug in is not working currently . Gilead there is aproblem with lazy fetching . This must be a time and tested approach . So