Re: Gianduia and WO
Re: Gianduia and WO
- Subject: Re: Gianduia and WO
- From: Mike Schrag <email@hidden>
- Date: Tue, 3 Nov 2009 23:24:19 -0500
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden