Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>jsff is not a runnable target If you want to run this page It should be included inside jspx pages. One more major thing is that, whenever we use ADF task flow we use jsff fragment </p> <p>OR You can Say that:--</p> <p><strong>.jspx</strong> page is <strong>JSP/XML</strong> representation, it is a standalone page which means it can run without any supporting or base page. Jdeveloper 11g Release1 supports .jspx page but this is not in Jdeveloper 11g Release2, Release2 supports Facelets means .jsf (<strong>Be clear that .jsf and .jsff is not the same thing</strong>).</p> <p><strong>while</strong></p> <p><strong>.jsff</strong> (JSF fragments) page is a fragment of JSF(Java Server Faces) page, sometimes pages become too much complex and large and it is not easy to edit those pages, in that case it should be divided in some fragments. JSF page can be broken in some smaller page fragments to avoid difficulties in editing and maintaining page fragments <strong>can't run independently,</strong> it requires a base of <strong>.jsf(JSF page)</strong> or <strong>.jspx (JSP/XML)</strong> page</p> <p><strong>Note:-</strong> (<strong>.jsf and .jsff is not the same thing</strong>)</p> <p><strong>.jsf Vs .jspx</strong></p> <ol> <li><p>jspx is by convention, a JSP/XML representation, whereas .jsf is by convention a facelets representation. Neither is "more compatible," but Facelets is the recommended way forward, as long as you are on 11.1.2 or later.</p></li> <li><p>11.1.2.x uses .jsf as default (for Faclets) where as 11.1.1.x uses .jspx </p></li> <li><p>Usually Facelets is considered to be of better performance because it is tighter integrated with the JSf lifcycle and doesn't need to be compiled before running it</p></li> <li><p>JSPX documents and Facelets are bot supported with JDeveloper 11g R2 and we do support them equallly in functionality (very little differences exist on both sides)</p></li> <li><p>JSPX documents are the only choice in JDeveloper 11g R1</p></li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload