2

I finished learning JSPs/Servlets, and now starting to learn the JSF framework. As I was learning it, I started to wonder: is JSF 2.0 build based on servlets? When a request comes to a .xhtml page, is it handled by (one of the) core-framework servlets, or is it built on an even lower-level technology, and originally handled by the Webserver itself?

1
  • I think, these tags has association with the question and makes question better searchable Commented Jan 6, 2015 at 4:23

1 Answer 1

5

It is built on top of Servlet, main controller servlet is called FacesServlet, This servlet loads your faces-config.xml file and other configuration while initialization


Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.