I've seen references to "the JSF runtime". I understand in some way the 'javax.faces.webapp.FacesServlet" is the "entry point" to the JSF runtime. It is not clear to me what this consititues.
I gather it is something to do with lifecycle management (- an analogue for which i am faintly familiar with, from my knowledge of Serlvets + JSP - in it being a thing that does the calling of the constructor, the init() method, the Servlet's service() method and destroys the Servlet when the Container shutsdown). However, I suspect there is more to the JSF runtime than this. Should the JSF runtime simply be a thing limited to (and concerned only about) lifecycle management - I would most appreciate a little light being shed on what exactly this means for JSF (- though i understand what it means with Servlet's and JSP's), i do not see what this means specifically in terms of JSF, and would most appreciate guidance on this.