A Java geek
  • Me
  • Books
  • Speaking
  • Mentions
  • Focus
  • Newsletters

tooling

A collection of 2 posts
OpenJDK 11, tools of the trade
Java

OpenJDK 11, tools of the trade

In my talk about the Security Manager, I demo an attack using the Attach API. The later requires to know about the PID of the JVM one wants to attach to. Because my good friend Evegeny Mandrikov couldn’t attend the talk at Devoxx Ukraine, I did a private demo just for him. To get the PID of the JVM I wanted to attach to, I used the 'ps -ef | grep java' command.

Jan 20, 2019
Coping with stringly-typed
Development

Coping with stringly-typed

UPDATED on March 13, 2017: Add Builder pattern section Most developers have strong opinions regarding whether a language should be strongly-typed or weakly-typed, whatever notions they put behind those terms. Some also actively practice stringly-typed programming - mostly without even being aware of it. It happens when most of attributes and parameters of a codebase are String.

Mar 12, 2017
A Java geek © 2008-2026
v. 9744a65fcb2ff5057d025d26766c50d6f934fc0b/13747693232
Latest Posts