• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Frameworks Convertion of Hibernate POJOs to DTOs to avoid serialization exception in gwt client side

 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All, i created one application using gwt and hibernate but i have problem with DTO convertion of hibernate pojo classes.Instead of converting pojos to dto by my coding i need to use framework called gilead can anyone suggest the best tutorial i can fallow gilead(other than google developers url) or any other frameworks which will convert hibernate pojos to dtos so that i can not get serialization exception in the client side,Thank you..
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ravi kapa wrote:...anyone suggest the best tutorial i can fallow gilead(other than google developers url)..


Any particular reason for avoiding google developers url (which I take to mean something like https://developers.google.com/web-toolkit/articles/using_gwt_with_hibernate) I personally find that one quite good.
reply
    Bookmark Topic Watch Topic
  • New Topic