Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Integrate JSF with CMS or alternate source

843842May 24 2006 — edited May 26 2006
Does 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 23 2006
Added on May 24 2006
1 comment
156 views