JSF 2.0 Problem (faces-config)
        Posted  
        
            by Sarang
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sarang
        
        
        
        Published on 2010-06-16T05:45:07Z
        Indexed on 
            2010/06/16
            5:52 UTC
        
        
        Read the original article
        Hit count: 328
        
Hello everybody,
We have faces-config.xml in JSF 1.0 where we entry about managed-beans, dependencies & navigations etc.
I was developing a sample project using JSF 2.0. But, as I don't know annotation, I need to include face-config.xml externally. Please, provide the solution for it, as in JSF 2.0 we don't need to include it. What is reason behind it ? How do we set a bean as managed-bean. What is annotation ? How is it used ?
Thanking you.
© Stack Overflow or respective owner