I still precise that this request doesn't concern the google-collections part of the library which has a lot of resources: I'm speaking essentially about the services and the concurrency part.

I couldn't find tutorials regarding guava that aren't fully collections oriented. I know the collections are the most important part of the library, but others look interesting while they don't have much associated documentation.

link|improve this question

Isn't most of the information available in the Javadocs? guava-libraries.googlecode.com/svn/trunk/javadoc/index.html There isn't that much to go through, especially when you're only interested in one or two packages.. But still, I agree that a good overview would be nice to have. – Tim Feb 10 '10 at 15:29
1  
I would agree if I had completely read the JCIP, which is not the case yet. There is no mention of what is behind of the concept of service (a few rough examples aren't sufficient, I think), for instance, and I don't know if I can use it for nearly every Threading part of my network application like I plan to. Also, I really miss, as you say, an overview of the possibilities of the concurrency package. Some classes look promising, but how do they interact, how to use them accurately? That's what I miss, even if the doc says it's tentative. – ogregoire Feb 10 '10 at 16:31
3  
You could try asking in groups.google.com/group/guava-discuss which is frequented by the Google authors, but I think this library is still very much in beta. – David Feb 11 '10 at 7:44
feedback

6 Answers

up vote 17 down vote accepted

A good listing is here:

http://www.tfnico.com/presentations/google-guava

link|improve this answer
feedback

Thanks to Louis Wasserman, a collection of explanations about parts of the library is being implemented in the wiki of the project.

http://code.google.com/p/guava-libraries/wiki/GuavaExplained

link|improve this answer
feedback

This presentation provides a good high-level overview of Guava, though it just covers the highlights.

http://guava-libraries.googlecode.com/files/Guava_a_sketchy_overview.pdf

link|improve this answer
3  
to complete this, Kevin has posted few weeks ago this one: guava-libraries.googlecode.com/files/Guava_for_Netflix_.pdf – Sylvain M Jun 25 '10 at 14:43
feedback

We'd been sitting on an internal presentation about our util.concurrent package until we released all the new methods it describes, but that's not a very good reason when people are asking for more resources. I've gone ahead and posted it:

http://guava-libraries.googlecode.com/files/guava-concurrent-slides.pdf

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.