Thanks again to Paul Masquelier, we have this Picasa web album to share with pictures from the April SV-GTUG meeting:
We also recorded the April meeting and it will be available soon on YouTube. When it is ready, I will update this blog post to include a link to the video. By the way, we have a dedicated Google Technology User Groups Channel on YouTube now. This is not just for the Silicon Valley GTUG, but, the videos in the channel so far are mostly from past SV-GTUG meetings.
After the demos of various OpenSocial applications to start the evening, Alex Martelli gave a fairly detailed overview of the changes in Python 3.0. I was impressed that in many cases the changes were simplifications rather than additions to the language. The better support for Unicode in Python 3.0 was enough by itself to convince me to upgrade. Alex was kind enough to share his slides in PDF format.
Jeff Scudder was up next to talk about Google App Engine. The original plan was for him to talk about the Python runtime. However, that was before the Campfire One Announcement just 24 hours earlier about the early access release of the new Java runtime for GAE. So, Jeff took advantage of the timing to spend much of his time talking about and taking questions with respect to the new Java runtime for GAE. He also discussed some of the new general features of GAE like cron job support and data import support.
If you are interested in trying the new Java runtime, you had better hurry. The early access is being capped at the first 10K developers to sign up. If you were following the SV-GTUG Twitter Feed, you would have heard about the early access program along with link to register on the night the announcement was made. This is exactly the kind of time sensitive information that will be going out first on our group twitter feed from now on.
We concluded the evening with a short talk by Dave Westwood, founder of BuddyPoke and GAE Developer. BuddyPoke is the poster child for the scalability claims of GAE. In just one year, they have had 40 million installs of their OpenSocial application for Orkut/MySpace and GAE scaled to the challenge as advertised.
Our next meeting will be covering the Android Platform on Wednesday, May 6th. Please be sure to sign up early. This could easily be another sold out event. We will also be raffling off one more Google I/O Free Pass on May 6th. Sam Gu was the lucky raffle winner for a Google I/O Free Pass at the April 8th meeting.
Our meeting timing has been excellent so far this year. Kevin Nilson and I are not Google employees. We really do not have Google insider information. It was pure dumb luck on our part to schedule a GAE meeting for the day after GAE/J was publicly launched. Similarly, we had no idea that the early release of the Android 1.5 SDK would be this month. We should have more details soon for the May 6th meeting, but, I think it is a safe bet that Dan Morrill will be devoting a fair amount of his talk in May to the new 1.5 SDK release for the Android Platform.
That's All Folks!
Thursday, April 16, 2009
Sunday, March 15, 2009
The Times They Are A-Changin'
Welcome to our new Blogger hosted blog. It replaces the old blog that we were hosting ourselves using JRoller. I've migrated the few posts we had made so far from the old blog to this new one. To steal a verse from an old Bob Dylan song:
The times are a-changin' for SV-GTUG. In addition to the blog hosting change, we just migrated from our old web site to our new meetup site. We have a dedicated GTUGs YouTube Channel for hosting our event videos going forward. Plus, you can now stay connected to SV-GTUG and your fellow group members on LinkedIn, Facebook and Twitter. Finally, Google is showing GTUGs around the world some love primarily through the efforts of Googler Stephanie Liu. Stephanie was instrumental in getting Googler Roman Nurik to create this new GTUG Logo:
We have not been very good with respect to blogging about our past events. That is another thing that will be a-changin'. Personally, I still don't have enough time to do this blog justice. However, I am hoping we can get some help from the community with SV-GTUG members as major contributors to this group blog going forward.
Finally, I think the message of this song is so appropriate for our group. Technology keeps evolving at a faster and faster pace right before our eyes. It really does feel like it is necessary to keep swimming in the stream of new technologies or you will start sinking and get left behind. Come swim with us at future GTUG meetings because technology keeps a-changin'. =)
Come gather 'round people
Wherever you roam
And admit that the waters
Around you have grown
And accept it that soon
You'll be drenched to the bone.
If your time to you
Is worth savin'
Then you better start swimmin'
Or you'll sink like a stone
For the times they are a-changin'.
The times are a-changin' for SV-GTUG. In addition to the blog hosting change, we just migrated from our old web site to our new meetup site. We have a dedicated GTUGs YouTube Channel for hosting our event videos going forward. Plus, you can now stay connected to SV-GTUG and your fellow group members on LinkedIn, Facebook and Twitter. Finally, Google is showing GTUGs around the world some love primarily through the efforts of Googler Stephanie Liu. Stephanie was instrumental in getting Googler Roman Nurik to create this new GTUG Logo:
We have not been very good with respect to blogging about our past events. That is another thing that will be a-changin'. Personally, I still don't have enough time to do this blog justice. However, I am hoping we can get some help from the community with SV-GTUG members as major contributors to this group blog going forward.
Finally, I think the message of this song is so appropriate for our group. Technology keeps evolving at a faster and faster pace right before our eyes. It really does feel like it is necessary to keep swimming in the stream of new technologies or you will start sinking and get left behind. Come swim with us at future GTUG meetings because technology keeps a-changin'. =)
Friday, August 15, 2008
Using the Google Collections Library for Java
If you missed this meeting, it was recorded and it is now available on YouTube in two parts:
Part 1: http://www.youtube.com/watch?v=ZeO_J2OcHYM
Part 2: http://www.youtube.com/watch?v=9ni_KEkHfto
Please note: The slides within the video are easier to read when you choose the high resolution video option. However, you can also download a crystal clear version of the slides in PDF format from the Google Collections Library project's downloads section.
After a nice introduction by Josh Bloch, Kevin Bourrillion dived into his talk. I won't rehash it blow by blow here, but, Kevin made two important points at the beginning that I will reiterate. First, Jared Levy and Kevin are the two primary authors of this library at Google. However, many Googlers have made contributions to the library and Josh Bloch in particular has provided them with a lot of guidance in their efforts. Second, this library is not intended as a replacement for the JDK collection classes. Rather, they complement and extend the core JDK collection classes. Kevin strongly urged anyone that was not already intimately familiar with the JDK collection classes to spend some time with them before attempting to take advantage of the additional functionality in the Google Collections Library.
Thanks to Paul Masquelier, we also have this public Picasa web album to share with pictures from the meeting.
That's All Folks!
Part 1: http://www.youtube.com/watch?v=ZeO_J2OcHYM
Part 2: http://www.youtube.com/watch?v=9ni_KEkHfto
Please note: The slides within the video are easier to read when you choose the high resolution video option. However, you can also download a crystal clear version of the slides in PDF format from the Google Collections Library project's downloads section.
After a nice introduction by Josh Bloch, Kevin Bourrillion dived into his talk. I won't rehash it blow by blow here, but, Kevin made two important points at the beginning that I will reiterate. First, Jared Levy and Kevin are the two primary authors of this library at Google. However, many Googlers have made contributions to the library and Josh Bloch in particular has provided them with a lot of guidance in their efforts. Second, this library is not intended as a replacement for the JDK collection classes. Rather, they complement and extend the core JDK collection classes. Kevin strongly urged anyone that was not already intimately familiar with the JDK collection classes to spend some time with them before attempting to take advantage of the additional functionality in the Google Collections Library.
Thanks to Paul Masquelier, we also have this public Picasa web album to share with pictures from the meeting.
That's All Folks!
Monday, April 7, 2008
Mapping The Votes with Michael Geary


We continue to tinker with our GTUG meeting format. We are looking for ways to get more group member involvement in the meetings. We initially tried technical breakout sessions after the main presentation. People typically were most interested in continuing on with Q&A with the main presenter though. Next, we tried technical breakout sessions before the main presentation. We didn't get much traction with that approach either. At this meeting, we invited group members to do brief demos during the networking hour. The demos in order of appearance were:
- Java User Groups International Map: Van Riper did a demo of using basic KML for mapping locations of international organizations like the JUGs Community. Links: Google Docs Presentation, Blog Post, Wiki Page
- Tools for working with the Google Transit Feed Spec: Tom Brown demonstrated two open source utilities. Schedule Viewer is a Python program for viewing the contents of a Google Transit Feed Spec feed on a map. It's a diagnostic program intended for those creating a feed. KMLWriter is an application for plotting a feed's stops in a KML file for viewing in Google Earth
- Putting Video on the Map: Dan Rummel, Justin Cutillo and David Rothschild from Seero gave an entertaining demo that included real-time uploading of video (of them demoing Seero) to a Google Earth application projected on screen for all to see during the demo itself. Fun stuff! Links: Introductory Video, How Seero Uses KML
- Weather Data in Google Earth: Brian Hamlin showed us a humongous amount of weather data in Google Earth. This was interesting stuff, but, be warned that you will need LOTS of RAM to view this data in Google Earth with reasonable performance.
- Google Maps API for Street View: Pamela Fox showed us how easy it is to use Street View functionality with the Google Maps API. She also showed us examples from the Demo Gallery.
- KML Library: Mano Marks showed us libkml. This is Google's library for use with applications that want to parse, generate and operate on KML. It is an implementation of the candidate OGC KML 2.2 standard. It is written in C++ and bindings are available to Java, Python, Ruby, Perl and PHP.
Until we decide to tinker with the meeting format again, there will be opportunities going forward to give your own brief demos at one of our meetings. If you have an application of Google Technology that you would like to briefly demo during the networking hour at a future meeting, please contact us.
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.
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.
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.
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.
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:
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.
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.
Subscribe to:
Posts (Atom)