Java currently supports only two types of value: primitives and object references. Project Valhalla extends this by introducing inline classes which are a new form of type that exhibit some behaviors of both. These new types open the door to better alignm... (more…)
Read more »
spreadsheet-mapper - java mapping library between spreadsheet and object...
Read more »
Protect java app by encrypting classes, run with Custom JRE, Anti-Decompilation and Anti-Attach. For more information: https://protector4j.com... (more…)
Read more »
Introduction As I wrap up my internship with Microsoft this summer, I have discovered the value in being confused. The more I learned, the more some things became clearer and the more other things became cloudier. In the end, I am left with a headache of ... (more…)
Read more »
The idea behind the jextract tool is to mechanically generate a set of interfaces from a C header file. Together, these interfaces can be thought of as Java bindings for the native library whose headers has been processed by jextract. These interfaces are... (more…)
Read more »