Re: decoupling EOF
Re: decoupling EOF
- Subject: Re: decoupling EOF
- From: PA <email@hidden>
- Date: Fri, 4 Mar 2005 22:28:24 +0100
On Mar 04, 2005, at 22:16, Colin Clark wrote:
NSArray and NSDictionary both do define methods that will return pure
Java collections (Vectors and Hashtables) from an instance of a
Foundation collection.
Vectors? Hashtables? ROTFL!
Unfortunately it will be your job to push the Java equivalents back
into the Foundation versions. This can't be terribly efficient, so the
alternative is to perhaps roll your own classes that contain an
underlying NSArray or NSDictionary but actually implement List and Map
interfaces. Basically an adaptor between the Foundation world and the
rest of the world. ;)
All in all, an exercise in futility :/
http://www.omnigroup.com/mailman/archive/webobjects-dev/2002-May/
023002.html
Why would anyone want to bang its head against this particular wall?
Duh.
Cheers
--
PA, Onnay Equitursay
http://alt.textdrive.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden