-----Urspr|ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im
Auftrag von [EMAIL PROTECTED]
Gesendet: Dienstag, 16. September 2003 23:21
An: [EMAIL PROTECTED]
Betreff: Re: AW: JESS: Working with collections


>The idea of creating standard wrappers for various Collections is a
>reasonable one. It won't help people who will want to be able to use
>unwrapped Collection objects, too, but it's a reasonable approach.

I don't see any other possibilities; otherwise you have to extend the
underlying JVM ;). 

However, I also think you don't need too many wrappers. Most collection
types are working properly with the Collection Interface, so I suggest
to do the following wrappers:

- Collection
- Iterator (may be not needed)
- Map
- Bean Wrapper (works internally with Java Reflection)

This should be enough for the first release. But may be there are more
So if somewhere is out there, add your comments.

Regards
Mark

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to