|
This post originated from an RSS feed registered with Java Buzz
by dion.
|
Original Post: JavaServer Faces Demo: Audience Member Time
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
|
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)
|
|
David Geary did something interesting at his Rails talk at the Denver JUG.
He took someone from the audience, and made them the code monkey.
This was trying to show how easy and intuitive it is to get something simple running in Rails (even from someone who has never touched Ruby etc).
I imagined seeing David giving one of his JavaServer Faces demos and doing the same thing. Picture half-way through:
David: "Bob, now make the code grab the 'foo' bean in JSF"
Bob: "Er?"
David: "Come on! FacesContext.getCurrentInstance().getApplication().getVariableResolver().resolveVariable(FacesContext.getCurrentInstance(), variableName);! Simple!"
Read: JavaServer Faces Demo: Audience Member Time