TL;DRIn this post we’ll go over setting up the popular mitmproxy tool on an external host and configuring your Java programs to proxy traffic through it, allowing you to debug misbehaving HTTP clients and libraries.
Read more »
With the Java 9 release, developers can use the new module system to create modular applications. However, in order to modularize applications, libraries should be usable as modules as well.
(more…)
Read more »
Reflection is a killer feature in Java Language. It's a technique that combined with annotations and interfaces allows us to do Dynamic and ... (more…)
Read more »
Microsoft, along with a number of other major developers, are working to port Java to ARM-based Mac and Windows machines, including upcoming Apple silicon Macs. (more…)
Read more »
A simple to use Java 8 JWT Library. Verify, Sign, Encode, Decode all day. - FusionAuth/fusionauth-jwt... (more…)
Read more »