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.