<p class="p1">Section 5.4</p><p class="p1">&quot;Client proxies are never required for a bean whose scope is a pseudo-scope such as <span class="s1">@Dependent</span>.&quot;</p><p class="p1"><br></p><p class="p1">I understand the concept of client proxies to allow for scopes and context.</p>
<p class="p1"><br></p><p class="p1">Is this a true statement...</p>Client proxies may not be needed for @Dependent (pseudo scope). CDI may provide a client proxy for @Dependent. <div>A proxy is needed for @Dependent objects that are decorated or intercepted with Decorators or Interceptors. </div>
<div><br></div><div>Are all injected objects proxied or only objects that are normal scoped or decorated?<br><p class="p1"><br></p><div><br></div>-- <br><b>Rick Hightower</b><br>(415) 968-9037 <br><a href="http://www.google.com/profiles/RichardHightower" target="_blank">Profile</a> <br>
<br>
</div>