GWT+EJB+JPA Integration without DTO's

2010-02-17 Thread Morswin
Maybe someone will find that useful: http://code.google.com/p/gwt-ejb-sample/ Cheers, Morswin -- 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 thi

Re: GWT+EJB+JPA Integration without DTO's

2010-02-18 Thread Henry
Hmmm ... A decent soln 3.5 stars out of 5 I noticed that FetchType.EAGER this can be a problem. Is it not possible to create go into an infinite loop (circular references)? Also, how do you take care of BigDecimal? I'm still not convinced of the soln above and think I'll stay with DTO's for now.

Re: GWT+EJB+JPA Integration without DTO's

2010-02-22 Thread Morswin
Hi, fair points: for BigDecimal I would probably use: http://code.google.com/p/gwt-math/ As far as the FetchType.EAGER is concerned (this is a shortened version of what you can find in the Pro Web 2.0 Application Development with GWT book): * it is there just so that I don't need to initialize th

Re: GWT+EJB+JPA Integration without DTO's

2010-02-22 Thread mariyan nenchev
Hi do you have ready to try simple example packaged as archive + gwt GEP project? On Mon, Feb 22, 2010 at 4:59 PM, Morswin wrote: > Hi, > fair points: > for BigDecimal I would probably use: > http://code.google.com/p/gwt-math/ > > As far as the FetchType.EAGER is concerned (this is a shortened

Re: GWT+EJB+JPA Integration without DTO's

2010-05-11 Thread hezjing
Thanks for sharing this sample! What do you mean when you said the GWT 2.0 added the support for JPA annotations? On Wed, Feb 17, 2010 at 10:13 AM, Morswin wrote: > Maybe someone will find that useful: > http://code.google.com/p/gwt-ejb-sample/ > Cheers, > Morswin > > -- > You received this me