- We design and build extraordinary applications for companies looking to make the next great idea a reality.
- learn more
Josh Bloch Intro Q&A
They rolled out Josh Bloch for the intro Q&A. While knowledgeable about Java, his GWT kung fu was so so.
One gentleman from Business Objects asked an interesting question about deploying multiple GWT portlets in a single page. You end up loading duplicate java.lang and java.util. If you''ve developed more than one GWT mini-app or widget, you have felt this pain. No answers from Josh on this, though.
Most of the intro was devoted to singing the praises of statically typed languages (like Java) over dynamically typed languages (like JavaScript). To his credit, Josh refused to rise to the bait on Ruby on Rails, saying he hadn't really developed in the platform and to get a good answer, you needed to ask a RoR programmer.
So, some quotes from the intro Q&A:
"It is harder to maintain a JavaScript application as it grows."
"The limitations of JavaScript are also it's advantages. If you write something in JavaScript it will do something, and hopefully its what you want."
"Dynamic languages are just a tool. If you want to minimize the chances of a program failing at runtime, you want to maximize the amount of static analysis
you perform up front. Therefore you are better off using statically typed languages."
"A lot of Ajax applications are amazing not because of what they do, but simply because they work."
"In order to make better web applications you need to use a better platform with a better programming language."
"You cannot test the entire state space of a program. You can only test critical points. A set of tests will only tell you if your program is incorrect,
never if it is correct." (On the shortcomings of relying only on testing.)
Topics: GWT
Comments: 1 so far
Leave a comment
About Pathfinder
Recent
- Push Button Phones and the Limits of User Testing
- Firefox Plugin Malware ‘Trojan.PWS.ChromeInject.A’
- Pathfinder releases version 1 of the its Flash Platform microsite (codename Mica)
- Pimp my Rails: Five Plugins & Gems to Make Rails Better
- iPhone: Using Pre-processor Directives for Device Testing
- Subtle OpenGL Projection Matrix Difference Between iPhone Simulator and Device
- App Security: Throw Out the Org Chart!
- Pimp my jQuery: Five plugins to replace the features Prototype and Scriptaculous users expect
- Thanksgiving 2008: What We’re Thankful For (In Rails)
- iPhone SDK: Testing with TextMate & GTM
Archives
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006


All great, but did he say when Effective Java second edition is ever going to come out?
Comment by Dan, Friday, December 7, 2007 @ 9:13 pm