Hello,
I am currently working with a Java server implementation, talking to a Flex client using BlazeDS. On my client side, I have implemented a custom HashCollection ( http://code.google.com/p/agricola-online/source/browse/trunk/agricola-online-flex/src/main/flex/org/liveboardgames/common/dictionary/collections/HashCollection.as). Wh

