VOOZH about

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

⇱ Rafael Winterhalter, Author at Java Code Geeks


  • Core Java👁 Image
    Rafael WinterhalterFebruary 23rd, 2022
    0 3,314

    Using Byte Buddy for proxy creation

    With the increasing adoption of Java 17 and its strict encapsulation, several unmaintained libraries that rely on internal JVM APIs…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterDecember 19th, 2019
    4 623

    A beginner’s guide to Java agents

    While Java beginners quickly learn typing public static void main to run their applications, even seasoned developers often do not…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Rafael WinterhalterMay 29th, 2019
    0 358

    Jakarta EE without javax: the world won’t end this time either

    If you missed the news, Oracle is donating the Java EE specification to the Eclipse foundation. This decisions has followed…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterAugust 7th, 2018
    3 3,459

    Hands on Java 11’s constantdynamic

    With the intention of making the JVM more appealing to dynamic languages, the seventh version of the platform had introduced…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterApril 11th, 2018
    0 308

    JDK 11 and proxies in a world past sun.misc.Unsafe

    With JDK 11 the first methods of sun.misc.Unsafe are retired. Among them, the defineClass method was removed. This method has…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterMay 11th, 2017
    0 143

    Yet another Jigsaw opinion piece

    In the past weeks there has been a heated debate around the imminent release of Java 9 and its most…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterOctober 31st, 2016
    0 161

    Generational disparity in garbage collection

    For the last year, I have been helping the startup Instana to create a Java agent that traces executions within…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterDecember 4th, 2015
    0 141

    Project Jigsaw: an incomplete puzzle

    Mark Reinhold just recently proposed a delay of Java 9 to buy more time for completing project Jigsaw as the…

    Read More »
  • Core Java👁 Image
    Rafael WinterhalterApril 1st, 2015
    0 479

    Dismantling invokedynamic

    Many Java developers regarded the JDK’s version seven release as somewhat a disappointment. On the surface, merely a few language…

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