April 2017
Beginner
504 pages
14h 11m
English
A Java agent is a Java program that is loaded by the Java runtime in a special way and can be used to interfere with the byte code of the loaded classes, altering them. They can be used to:
This technology is used in, for example, the products JRebel and XRebel from https://zeroturnaround.com/.
Although Java agents work in the deep details of Java, they are not magic. They are a bit complex and you need a deep understanding of Java, but anyone who can program in Java can ...
Read now
Unlock full access