Java Inheritance Is a Kludge

The real reason inheritance gets heavily used is that it’s the only way to do polymorphism in languages with really naive static nominal… Read more

Similar

Debugging SSL in Java using mitmproxy

In 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. OverviewOccasionally, you’ll be faced wi...

Read more »

Pure Java SVG Implementation

SVG implementation in the Java Language, fork of Apache Batik, supporting level 4 selectors. - GitHub - css4j/echosvg: SVG implementation in the Java Language, fork of Apache Batik, supporting leve... (more…)

Read more »