Multiple choice technology architecture

Using a proxy method, ______ will allow developer J2EE workspaces to include only what is being changes. It will resolve all other dependency with from a stable external resource, decreasing server start-up times

  1. Minimal Server

  2. Classpath Repair plug-in

  3. Minimal J2EE Desktop Cloud

  4. Browser Virtualization

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Minimal J2EE Desktop Cloud uses a proxy method to include only changed components in developer workspaces while resolving other dependencies from a stable external resource. This approach significantly decreases server start-up times by reducing the overhead of loading unnecessary components.