Take advantage of Docker to ease Java development. Learn how to update a running Java codebase (without restarting the container) and to debug into a remotely running containerized Java app. The ...
The APIs we’ll be using are part of the Java Debug Interface (JDI), a set of Java APIs for remotely inspecting a running application. It’s part of the Java Platform Debugger Architecture, which also ...