views:

443

answers:

2

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.

+2  A: 

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

Jared Levy
to complete this, Kevin has posted few weeks ago this one:http://guava-libraries.googlecode.com/files/Guava_for_Netflix_.pdf
Sylvain M