Skip to content

Agile: The Missing Manual

10 blog posts about Agile

Tag: OO

Why i prefer POJOs to maps for domain objects

Firstly, domain classes and DAOs are two separate issues. With Hibernate, for example, you can use POJOs or maps, and you can have multiple DAOs or one generic one. So why do i prefer POJOs… 1. They are type safe Your IDE will flag a problem as soon as you type it. 2. Code is…… Continue reading Why i prefer POJOs to maps for domain objects

Published June 17, 2011
Categorized as Java Tagged domain, OO
Agile: The Missing Manual
Javapolis 2007 Technology Highlights
Powered by WordPress.com.
Go to mobile version
 

Loading Comments...