Saturday, February 9, 2008

Android Event a Great Success

For our second GTUG meeting Dick Wall gave an excellent talk on Android. We capped the registration at 200 and sold out several days before the event. Dick was very prepared and was giving a presentation he had given before. This was nice because Dick did a great job of pointing out past questions and pointing out when we needed to pay close attention. Dick's presentation was among the best presentations I have seen in a long time.

Android



It is amazing how much interest there is in Android considering no phones are on the market yet. I am looking forward to watching the mobile environment grow as Android evolves. A few weeks ago I attended the Mobile and Embedded Developer Days. At the event I was surprised to hear that all the Sun mobile experts were instructed by Sun not to download Android and not to read anything about Android. It will be interesting to see how Sun works out its differences with Google. At the Mobile and Embedded Developer Days I also met JavaFX expert Jim Weaver. Jim is a really nice guy who is interested in helping developers get started with JavaFX. Jim even does a daily blog on learning JavaFX at his blog http://learnjavafx.typepad.com/. I spoke with Jim about writing a JavaFX based Raffle tool. I had attended No Fluff Just Stuff conferences where they had a nice web based raffle tool. I had been speaking with Van about us writing a raffle tool. I never had time to get started on the project so meeting Jim seemed like the perfect opportunity to ask Jim if he'd be interested in taking on the challenge. A few days later I had the first version in hand.

JavaFX


JavaFX



You can read more about the spinner on Jim's blog post http://learnjavafx.typepad.com/weblog/2008/01/spinning-wheel.html. The spinner worked great and its nice to help get the word out about JavaFX.

SV-GTUG Off To A Great Start With Google Web Toolkit (GWT)

The newly formed Silicon Valley Google Technology User Group is off to a great start. Van and I run both the Silicon Valley Web Developer Java User Group and Silicon Valley Google Technology User Group so we decided our first GTUG meeting would be a joint meeting of the two groups.

Bob Vawter from the GWT team spoke. In the past I had always ignored GWT because I felt it odd to write Java to generate JavaScript. I felt it would force UI guys into an environment that was not comfortable. After only a few minutes of the presentation I was sold on GWT. The main selling features that persuaded me were:

  • Using an IDE for JavaScript

  • Compile Time Checking

  • Out of the Box Cross-browser support

  • Small distribution that is browser specific


For a long time I had been wanting to write a comet based chat application. Now I was wanting to try out GWT so I finally got started writing the long overdue comet based chat application. You can try out my chat application for yourself on my website http://javaclimber.com/portal/portal/myportal/Chat. I was amazed how I instantly felt comfortable writing GWT. I have been writing JavaScript for most of my career, but after only a few minutes messing with GWT I found my productivity to write GWT was higher than my productivity to write cross-browser JavaScript. I also have quite a bit of experience with Prototype and JSON while doing side-work for FoxTrax-Online.com. I found GWT had many advantages over Prototype and JSON.

In the past I have done quite a bit of Swing coding, so I think that is why GWT came so natural to me. When you think about it, it is strange to model a web framework around Swing. I didn't mind the Swing like feel, but I wonder how traditional web developers will adapt if they have never written Swing.

The biggest struggle I had with my comet chat application was getting it deployed. The documentation I found didn't have much details on deployment. After much waisted time I finally figured out you needed to define each service as a Servlet in your web.xml. In hosted mode this is not necessary.

Among the audience was Matt Raible author of AppFuse. You can read Matt's blog about the event here.

Overall Bob's presentation was a success for me. I found a new technology to add to my toolkit that I think will increase my productivity. Most of the audience seemed to be inexperienced with GWT. I hope other GWT rookies like myself went out and got their hands wet with GWT.