Integrate JSF with CMS or alternate source
843842May 24 2006 — edited May 26 2006Does anyone know how to integrate JSF with a CMS (take your pick: OpenCMS, Jackrabbit, Slide, etc. etc.)? Specifically, if at a certain point in its page lifecycle, the JSF implementation will look for the JSP page normally on the local filesystem, in a CMS case the file is actually stored elsewhere, accessible via the CMS API. How would one "redirect" the ViewHandler (e.g. MyFaces, RI, Facelets) to "get" the JSP (or XHTML or whatever) from elsewhere?
For that matter, I could expand the question to any general Web container. How would one get a Web container to "get" its HTML file or IMG file or JSP file or even servlet class from somewhere else other than the actual local filesystem?
Thanks.