Search code examples
javaguava

Getting started with guava


How can I use Guava for my web application? I want to use it e.g. for testing instead of JUnit. Is that possible? What other uses can I have from Guava if I'm building webapps with JSP and servlets?


Solution

  • Please read https://github.com/google/guava/wiki

    Guava is not a replacement of JUnit.