Thursday October 30, 2008
5 Minute Video: How Grails Does AJAX
Brief introduction, which should be fleshed out a bit at some point, but provides an introduction:
Read more about it, with related links, here on NetBeans.tv.
In other news. The sound quality of the screencast above is much better than previously. Why? Because I found the "Remove Noise" button in Camtasia. Seriously, is that something that I should have to explicitly invoke? Why would I want to KEEP the noise?!
Oct 30 2008, 12:48:27 AM PDT Permalink
For people who do not have internet access at home or office, is there anyway to download the videos on netbeans.tv for offline viewing?
Posted by netbeansfan on October 30, 2008 at 02:54 AM PDT #
Very Nice Grails Ajax Demo. Short Simple and to the point. You know, . . . Having seen some of your Groovy / Grails Net Bean Demos, . . . I think I might have to give it a try.
Thanks for talking the time to share this.
Posted by Jim Shingler on October 30, 2008 at 04:51 AM PDT #
I agree, I like to watch these offline since I can't get the "double click to watch full screen" to work, and if you don't full screen it, you can't see what's going on.
Meanwhile, if I watch it in mplayer, I can set it to be whatever size I want.
That last one had a nice way to download it.
Posted by Tom on October 30, 2008 at 07:40 AM PDT #
It appears the <option> tag is not supported in Grails 1.0.3
Instead, in <g:select onchange="...", add
from="${['Tom','Dick','Harry']}"
as documented at
http://docs.codehaus.org/display/GRAILS/Tag+-+select
Posted by Dennis Carroll on October 30, 2008 at 08:02 AM PDT #
Great video !!! Is it possible to you prepare complete examples of the use of g:formRemote and other ajax tags.
Thanks
Herrera
Posted by Pedro Herrera on November 16, 2008 at 06:38 AM PST #
Hey Gertjan. Great work. Love videos as a way of teaching. Keep up the great work. FYI: Got the heads up from here: http://www.grailspodcast.com/episode/70
Posted by Jeremy Flowers on August 03, 2009 at 09:48 AM PDT #


