VOOZH about

URL: https://www.javacodegeeks.com/tag/google-guava/page/2

⇱ Google Guava Archives - Page 2 of 6 - Java Code Geeks


  • Core Java👁 Image
    Rafael WinterhalterDecember 30th, 2013
    3 2,119

    Extending Guava caches to overflow to disk

    Caching allows you to significantly speed up applications with only little effort. Two great cache implementations for the Java platform…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Tomasz NurkiewiczDecember 27th, 2013
    0 94

    Proxies done right with Guava’s AbstractInvocationHandler

    Not too often but sometimes we are forced to write custom dynamic proxy class using java.lang.reflect.Proxy. There is really no…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterDecember 23rd, 2013
    0 136

    Object-based micro-locking for concurrent applications by using Guava

    One of the presumably most annoying problems with writing concurrent Java applications is the handling of resources that are shared…

    Read More »
  • Core Java👁 Image
    Bill BejeckSeptember 30th, 2013
    0 420

    Fine-Grained Concurrency with the Guava Striped Class

    This post is going to cover how to use the Striped class from Guava to achieve finer-grained concurrency. The ConcurrentHashMap…

    Read More »
  • Enterprise Java👁 Image
    Bill BejeckSeptember 16th, 2013
    0 198

    Configuring Hadoop with Guava MapSplitters

    In this post we are going to provide a new twist on passing configuration parameters to a Hadoop Mapper via…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Brian Du PreezJune 25th, 2013
    0 120

    Blog Categorisation using Encog, ROME, JSoup and Google Guava

    Continuing with Programming Collection Intelligence  (PCI) the next exercise was using the distance scores to pigeonhole a list of blogs…

    Read More »
  • Enterprise Java👁 Image
    Andriy AndrunevchynJune 12th, 2013
    2 163

    Guava’s EventBus – Simple Publisher/Subscriber

    Looking over recent additions to Google’s Guava Libraries Release 10 I noticed the addition of EventBus. This is a lightweight…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andriy AndrunevchynJune 10th, 2013
    0 400

    5 Reasons to use Guava

    Guava is an open source library containing many classes for Java and written by Google. It’s a potentially useful source…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Marcin GrzejszczakApril 23rd, 2013
    0 261

    Google Guava Cache with regular expression patterns

    Quite recently I’ve seen a nice presentation about Google Guava and we came to the conclusion in our project that…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close