The Artima Developer Community
Sponsored Link

Java Buzz Forum
James Carr: Google Collections At The JUG

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
James Carr: Google Collections At The JUG Posted: Jun 11, 2010 6:55 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: James Carr: Google Collections At The JUG
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

Oh boy. It's been a month since my last post. Is this what happens to all the other bloggers who went quasi-silent? I don't think I have a good excuse. I've not been "busy," at least not more than in the past. I've not been seeing less amusing(ly stupid) Java code than before. The only one I can think of is that somehow I think the things I might want to say is not interesting to anybody anymore. I guess fifteen years is long enough for all the interesting things to be said about Java.

But that's not true. Yesterday at the St. Louis JUG, James Carr gave a pretty interesting presentation about Google Collections. I'll point you to his slides and let you get a feel of the atmosphere at the talk:

I'll just mention a few things, my reactions as I was listening:

  • This things has been out for a long time, right? Why haven't I used it in my projects?
  • Is this how you write JUnit assertions now: assertThat(3, equals(3))?
  • Joiner is cool indeed!
  • These are all good things: no public constructors; static factories; MultiSet; BiMap; MultiMap
  • This thing really is easy to explain and learn.
  • The "Builder" pattern is nice. But is it really *The* GoF Builder Pattern?
  • What's that presentation software James is using. It's so cool.

Thanks James.

Read: James Carr: Google Collections At The JUG

Topic: IBM teams with Hughes Telematics, Daimler subsidiary on auto IT work Previous Topic   Next Topic Topic: bzip2 Vs pbzip2 File Compression Software: Efficiency Test

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use