Hi! Could you please tell me how the Java Server Faces implementation of Geronimo parses & display a JSF xml file ?
I would like to know if its code is compiled into a Servlet like the JSP and then managed in FacesContext or it is parsed into a FacesContext or it is parsed with each request and what class makes the parsing. Surely reading the source takes more effort than asking at the list :) thank you!
