VOOZH about

URL: https://www.javacodegeeks.com/author/rafael-winterhalter/page/2

⇱ Rafael Winterhalter, Author at Java Code Geeks - Page 2 of 2


  • Core Java👁 Image
    Rafael WinterhalterJanuary 9th, 2015
    0 225

    Make agents, not frameworks

    Ever since their introduction, Java annotations have become an integral part of the APIs of larger application frameworks. Good examples…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterMay 19th, 2014
    0 114

    Java 8 default methods can break your (users’) code

    At first glance, default methods brought a great new feature to the Java Virtual Machine’s instruction set. Finally, library developers…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterJanuary 2nd, 2014
    0 206

    Memory leaks and memory management in Java applications

    One of the more prominent features of the Java platform is its automatic memory management. Many people translate this feature…

    Read More »
  • 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 »
  • Core Java👁 Image
    Rafael WinterhalterDecember 27th, 2013
    6 4,782

    Advanced Java generics: retreiving generic type arguments

    After their introduction in the JDK5, Java generics quickly became an integral element of many Java programs. However, as easy…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterDecember 24th, 2013
    2 733

    The infamous sun.misc.Unsafe explained

    The biggest competitor to the Java virtual machine might be Microsoft’s CLR that hosts languages such as C#. The CLR…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterDecember 23rd, 2013
    1 609

    Subtyping in Java generics

    Generic types introduce a new spectrum of type safety to Java program. At the same type, generic types can be…

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

    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
    Rafael WinterhalterDecember 17th, 2013
    0 786

    cglib: The missing manual

    The byte code instrumentation library cglib is a popular choice among many well-known Java frameworks such as Hibernate (not anymore)…

    Read More »
  • «
  • 1
  • 2
Back to top button
Close