Hi I am learning JSF recently.. I have been going through this link for some interview questions. Spring Vs JSF
In this link they sated that Spring used Depenedency Injection whereas JSF deosent,
What is my doubt is, I think JSF using Dependeny injection How I am saying is
1) when we create @ManagedBean or any configurations for beans we configure faces-config.xml those classes or beans or actually Dependency injected by jsf right ? (Correct me if I am wrong)
2) And when we use @ManagedProperty to inject another MangedBean into a ManagedBean this is also some kind of Dependency Injection right ?
Please explain am I having wrong perception on JSF managed beans ?