• 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

how to use DTO in jee servlet?

 
Ranch Hand
Posts: 1021
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have trawled the net about how to use DTO but to no avail.

https://stackoverflow.com/questions/1612334/difference-between-dto-vo-pojo-javabeans

Right now, I have problem in getting data transfer between different DAO implementation class and I think this DTO may be the key.

In the below,

https://stackoverflow.com/questions/14366001/dto-and-dao-concepts-and-mvc

Still, I do not know how is DTO being used ?

Cos I have a POJO class with no logic inside, so how is DTO come in for a jee servlet ?

Hope someone can point me to some useful site or give me some ideas.

Thank you.

 
Marshal
Posts: 4501
572
VSCode Eclipse IDE TypeScript Redhat MicroProfile Quarkus Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

tangara goh wrote:Right now, I have problem in getting data transfer between different DAO implementation class


What is the problem that you are encountering?
 
reply
    Bookmark Topic Watch Topic
  • New Topic