users@javaee-spec.java.net

[javaee-spec users] [jsr342-experts] Re: CDI in Application Client Container

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Tue, 13 Nov 2012 13:09:26 -0800

Jason Greene wrote on 11/13/12 12:43:
> Another issue to solve is what we do with static field injection.

Do whatever is currently done.

@Resource supports it. If @Inject doesn't, consider adding it at
some point. If I can use @Resource to inject a @ManagedBean into
the app client main class, the managed bean can use @Inject.