Clinton Begin wrote:
Hm.
This is just one reason why I always recommend using JavaBeans for 99% of your work. Maps are inconsistent, unpredictable, not typesafe and slow.
I acctualy feel the other way, that 99% of time, Collections implementations such as Map and List are good.
This way you can be loosley coupled.
I used to like Beans, but have moved to collections, ( I learned from MM Flex.)
.V
-- RiA-SoA w/JDNC <http://www.SandraSF.com> forums blog <http://www.sandrasf.com/adminBlog>

