> Good point.  I'd like to see this in Wonder.  Anything that makes the code 
> shorter and easier to read is a good thing.
"Booking.PERFORMANCE.PERFORMANCE_TYPE().NAME().valueInObject(myBooking)"
I don't see how you can do this without generating an ERXKey subclass for every 
type in the reachable type system for KVC ... I briefly experimented with doing 
that early on, but it generates a TON of classes and I started to get concerned 
about burning permgen space. You also run into potentially weird problems when 
two frameworks use keys of the same declared type, but generate their classes 
in different packages. I decided to opt for the .dot(..) method, instead, and 
just use ERXKeys for with generics.

ms _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to