Difference between JDO and DAO?
hi,
I'm learning java. I want to know what is JDO and it's use? what is DAO and it's use? what is DTO and it's use? and what are the differences between these three?
Thank You.
hi,
I'm learning java. I want to know what is JDO and it's use? what is DAO and it's use? what is DTO and it's use? and what are the differences between these three?
Thank You.
JDO is a specification for a persistence mechanism. DAO and DTO are just design patterns, although DTO is often considered an anti-pattern