Guava libraries and GWT

Viewed 13683
3 Answers

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

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.
Related