June 2018
Intermediate to advanced
280 pages
7h 46m
English
Whenever you work with Enterprise or Spring beans, mocked instances, and implement AOP, make RMI or JNI calls to another object with the same interface, or directly/indirectly use java.lang.reflect.Proxy, there is a proxy object involved. Its purpose is to provide a surrogate for a real object, with exactly the same footprint. It delegates the work to it while doing something else before or after the call. Types of proxy include the following:
Read now
Unlock full access