| Author |
is there a mayor change on how to use faces-config.xml on JSF 2.0
|
Jose Ayerdis
Ranch Hand
Joined: Sep 14, 2008
Posts: 30
|
|
From what i see (or heard) the Bean are now created mostly with annotation... so my question what other changes will be on this JSF version?
Is the typicals <managed-bean> declaration tags will still be supported??
Thanks
|
 |
Jason Porter
Ranch Hand
Joined: Apr 26, 2007
Posts: 120
|
|
|
Yes, faces-config is still supported in JSF 2. It's just optional now (for most cases). You can still use the XML if you prefer.
|
 |
 |
|
|
subject: is there a mayor change on how to use faces-config.xml on JSF 2.0
|
|
|