JSF
I am new to this JSF. Can anyone plz tell me what is the difference between web.xml and faces-configthanks in advance
# 1
web.xml definies the web container (default pages, servlets, listeners, filters, etc).faces-config.xml definies the configuration of the FacesServlet (managed beans, navigation, converters, validators, etc).