I used to think that, and wrote a still up to date book covering OO,
iBatis and beans, etc., free here :
http://wiki.apache.org/struts/StrutsBookhttp://wiki.apache.org/struts/StrutsBook
But since I have seen and used dynamic langs, and trying to bring some
of the benefits to the still strongly typed Java.
So my 2c is that Maps/Lists is a good resumable VO (because it's dynamic
and nothing to code, so I can write 0 code quickly)
.V
Ben Munat wrote:
I would *never* want to use maps for
my domain model... Ack! Talk about anti-OOP....