Thanks Roland. Can I use the MultikeyMap in a session EJB?
>>> Is there a data type in the JDK (1.4) that allows me to do this (and
>>> also retieve) or do I have to roll my own?
[quoted text clipped - 8 lines]
>
> Thanks Roland. Can I use the MultikeyMap in a session EJB?
Yes, if you deploy the jar with the Commons Collections to your J2EE
server and if MultiKeyMap is serializable (let me check... yes it
implements java.io.Serializable) and all keys/items you store in the map
are too, then I wouldn't know a reason why you couldn't.

Signature
Regards,
Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \
exquisitus - 04 May 2005 16:52 GMT
Thanks Roland, I appreciate your quick response. Very helpful
>>>> Is there a data type in the JDK (1.4) that allows me to do this (and
>>>> also retieve) or do I have to roll my own?
[quoted text clipped - 13 lines]
> implements java.io.Serializable) and all keys/items you store in the map
> are too, then I wouldn't know a reason why you couldn't.