AutoDelegate: Java annotation processor for delegating compositionally

Java annotation processor for automatically delegating interface APIs to a composed instance of that interface – ryandens/auto-delegate… Read more

Similar

Reanalyzing the State of Java EE

I was recently pointed to Gartner’s Market Guide to Application Platforms report, written by Anne Thomas and Aasish Gupta. The report takes a very negative view of Java EE to the point that I thoug…...

Read more »

Java Version Management on macOS

With the increased frequency of Java releases handling multiple versions on a single machine is more and more relevant. Solutions already exists, such as the widely used jenv – my goto tool for a long time. For a number of reasons, I recently decided to t... (more…)

Read more »