Recent Posts

Observing Apache NetBeans with OpenTelemetry and Dash0

Author: Geertjan Wielenga Original post on Foojay: Read More Table of Contents The question nobody thinks to askWhy this is more than a curiosityThe setup What I started with Step 1: download the agent Step 2: patch netbeans.conf Step 3: start NetBeans What arrives in Dash0 Logs: the IDE’s internal monologue Spans: every outbound HTTP call JVM metrics: the IDE’s …

Read More »

Codename One: On-Device Debugging And JUnit 5

Author: Shai Almog Original post on Foojay: Read More Table of Contents On-device debugging that treats Java as Java What it looks like How the pieces fit together Tutorial: IntelliJ + iOS Tutorial: IntelliJ + Android When to use it (and when not to) JUnit 5 against the simulator A minimal test A couple more common cases Wrapping up This …

Read More »

BoxLang 1.14.0 : Introducing Inner Classes

Author: Cristobal Escobar Original post on Foojay: Read More Table of Contents The Two FlavorsTemplate Classes Hoisting Multiple Classes in One Script Properties, Constructors, and Static Members Inheritance Java Interoperability Imports Are Shared Template Classes in .bxm Files Inner Classes Hoisting in Inner Classes Multiple and Nested Inner Classes Inheritance Between Inner Classes Accessing Outer Class Statics External Access via …

Read More »