Search Results

0
votes

Is using data transfer objects in ejb3 considered best practice

I think DTOs existence is related to JPA/Hibernate flaws. If you could always do transparently lazy initialization you will never use them. So using DTOs is a contract where my domain/work …