Some interesting source in those HTML pages:

skuThumbnailC : Gianduia.AppKit.NSImage { src = skuRepetitionC.objectAtEnumerationIndex.url; } skuNameC : Gianduia.AppKit.NSDynamicString { value = skuRepetitionC.objectAtEnumerationIndex.name ; } skuDescriptionC : Gianduia.AppKit.NSDynamicString { value = skuRepetitionC.objectAtEnumerationIndex.desc; } skuPriceC : Gianduia.AppKit.NSDynamicString { value = skuRepetitionC.objectAtEnumerationIndex.price; }


Gianduia.AppKit.*

Isn't Cappuccino doing the whole "implementing Cocoa in Objective-J/ Javascript" thing?
Yes

And hasn't Apple used SproutCore for MobileMe?
Yes ... You can actually see quite a few different javascript binding technologies in use throughout Apple products.

I know nothing about Gianduia (except the obvious).
Gianduia is not Objective-C, but it is heavily based on AppKit. It's completely normal Javascript, though. What you're seeing there is, more specifically, the "wod file" for a Gianduia component. Gianduia has bindings, but actually a little fancier than WO, which is a request-scope push/pull. In Gianduia, it's more like KVO/KVB, with live updating of the bindings (so you flip a boolean value and the conditional disappears immediately).

ms

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

This email sent to arch...@mail-archive.com

Reply via email to