jsr372-experts@javaserverfaces-spec-public.java.net

[jsr372-experts] Features from JSF Managed Beans not present in CDI

From: Leonardo Uribe <leonardo.uribe_at_irian.at>
Date: Tue, 13 Dec 2016 18:19:24 -0500

Hi

I'm looking the changes done to improve the integration with CDI and I have
two questions related to things that are present in JSF managed beans and
not in CDI:
(this is important for people using JSF managed beans that plans to move to
CDI)

- Is there any plans to include an @Eager annotation or something similar
in order to provide the same behavior for @ManagedBean(eager="true")?

- Is there any plans to include something similar to
@ManagedProperty(value="#{mybean}"), or we will rely on what @Inject
already provides?

regards,

Leonardo Uribe