Glazed Lists – List Transformations in Java

glazedlists – Open Source List Transformations for Java… Read more

Similar

Encodings for Flattened Heap Values in Java

A key goal in Project Valhalla is to flatten value objects into their heap containers, while simultaneously upholding all specified behaviors of those containers. A value’s flat representation must provide storage bits for each field of the value, allocat... (more…)

Read more »

Debugging SSL in Java using mitmproxy

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 »