Just a quick note on GWT - version 2.0 will be out shortly and includes UiBinder <http://code.google.com/p/google-web-toolkit/wiki/UiBinder>, which brings declarative interfaces to GWT so you can write your UI in XML/HTML like you are used to instead of using programmatic swing-like code.
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'> <g:HTMLPanel> Hello, <g:ListBox ui:field='listBox'/>. </g:HTMLPanel> </ui:UiBinder> For me, this is a big improvement. It doesn't really do data-binding right now, but that will be on the way before long. John On Wed, Nov 4, 2009 at 9:20 AM, Daniel Beatty <danielbea...@mac.com> wrote: > Greetings all, > I am with Pascal on this one. Gianduia, GWT, and other AJAX goodies would > be great. Since Gianduia is the new and awesome kid on the block, I think > we are all going to bum rush Dave for his lessons of wisdom. I can say > that I have had success with GWT and WO both RESTful and hybrided with > Wonder's AJAX implementation. Admittedly, the RESTful one is a far cry > easier. But then again, most of my work is considered academic. > > > Later, > Dan > > > > > > On Nov 4, 2009, at 5:38 AM, Pascal Robert wrote: > > >> Le 09-11-04 à 08:35, Kieran Kelleher a écrit : >> >> Tim, >>> >>> Yahoo has some nice podcast videos on javascript language and concepts. I >>> liked the Douglas Crockford ones. Easy to digest on Mac or iPod. >>> >>> >>> http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=263846173 >>> >>> You can learn a lot from the Ajax framework, wonder.js and use Firebug >>> (Firefox extension) to see what is going on. >>> >> >> Debugging Ajax calls is one of the sessions I would like to see at WOWODC >> :-) >> >> I like the Douglas Crockford book from OReilly .. "Javascript: The Good >>> Parts", also the Flanagn book "JavaScript: Definitive Guide" is a good >>> reference book .... it is a *big* book. The prototype and scriptaculous docs >>> are essential bookmarks too. >>> >>> HTH, Kieran >>> >>> On Nov 4, 2009, at 1:51 AM, Tim Worman wrote: >>> >>> On Nov 3, 2009, at 8:22 PM, Chuck Hill wrote: >>>> >>>> >>>>> On Nov 3, 2009, at 8:17 PM, Ashley Aitken wrote: >>>>> >>>>> >>>>>> 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? >>>>>> >>>>>> And hasn't Apple used SproutCore for MobileMe? >>>>>> >>>>>> I know nothing about Gianduia (except the obvious). >>>>>> >>>>> >>>>> Think "Implementing WebObjects in JavaScript". It is a brilliant >>>>> re-think of the browser based app. >>>>> Chuck >>>>> >>>> >>>> Very exciting. I'm going to have to concentrate on learning JavaScript >>>> now. With, um, all my free time. I think I saw a thread some months back >>>> where Kieran was asking about js reading materials. Must go back and..... >>>> >>>> Tim >>>> UCLA GSE&IS _______________________________________________ >>>> 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/kieran_lists%40mac.com >>>> >>>> This email sent to kieran_li...@mac.com >>>> >>> >>> _______________________________________________ >>> 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/probert%40macti.ca >>> >>> This email sent to prob...@macti.ca >>> >> >> Pascal Robert >> prob...@macti.ca >> >> My first name is Pascal, NOT Robert :-) >> >> >> _______________________________________________ >> 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/danielbeatty%40mac.com >> >> This email sent to danielbea...@mac.com >> > > > > Daniel Beatty, ABD > Computer Scientist > China Lake Naval Air Warfare Center > dan.bea...@me.com > > > > > _______________________________________________ > 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/johnthuss%40gmail.com > > This email sent to johnth...@gmail.com >
_______________________________________________ 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