dto

A collection of 2 posts

A Java geek
  • Me
  • Books
  • Speaking
  • Mentions
  • Focus
Mar 6, 2022 dto cargo cult software architecture

Alternatives to DTO

More than a decade ago, I wrote about the DTO: A data transfer object is an object that carries data between processes. The motivation for its use is that communication between processes is usually done resorting to remote interfaces, where each call is an expensive operation. Because the majority of the cost of each call is related to the round-trip time between the client and the server, one way of reducing the number of calls is to use an object (the DTO) that aggregates the data that woul

Nicolas Fränkel
May 30, 2009 anti-pattern dto ejb entity bean

DTO in anger

In this article, I will show you how in JEE architecture using lighweight frameworks, creating a DTO layer is an anti-pattern.

Nicolas Fränkel
A Java geek © 2008-2025
v. 309b302a9677d5143a865235d6873cab2fefd047/12430301529
Latest Posts