tags:

views:

671

answers:

2

Just discovered the Guava libraries project.

Do these work with GWT?

+5  A: 

From the introductory PDF on that page,

You can use these libraries on...

  • On JDK 6
  • On Android
    We think. Need volunteers to help us test it out.
  • On Google App Engine
    We think. Need volunteers to help us test it out.
  • On GWT -- spotty!
    Because GWT's JDK library support is spotty
    Maybe 2/3 the stuff in these libraries is GWT-safe so far
    Just look for @GwtCompatible!
    Performance? Not necessarily good.
Ben James
...posted my question before RTFM... thanks!
jldupont
+5  A: 

In the future, we'll release a working GWT module covering the @GwtCompatible subset of the library. Stay tuned.

Kevin Bourrillion
Thanks for the update!
jldupont
Any idea when this might come out?
Sudhir Jonathan
Echoing Sudhir's question...
Ibrahim
I believe we'll have it by end of September.
Kevin Bourrillion
In maven please? I've been using guava-r06 built from the ant script. guava-r08 is in maven, but no guava-gwt.
Mark Renouf