dto « ejb « Java Enterprise Q&A





1. What are the advantages and disadvantages of DTOs from a website performance perspective?    stackoverflow.com

What are the advantages and disadvantages of DTOs from a website performance perspective? (I'm talking in the case where the database is accessed on a different app server to the web ...

2. Why are Data Transfer Objects an anti-pattern?    stackoverflow.com

I've recently overheard people saying that DTOs are an anti-pattern. Can someone please explain why? What are the alternatives?

3. EJB Facade + DAL + DTO Caching    forums.oracle.com

I'm pretty new with EJB and I'm trying to architect a simple application using it. I'm using an Application Server that potentially may span into multiple servers with clustering. I'm building my business layer using EJB so that the AS can handle server clustering automatically. The EJB objects actually only serves as a facade to my DAL using TDG and DTO ...