Tuesday, October 24, 2017

Advantages of using XML Based JSF Document while creating ADF Application

Oracle recommends that when you are creating ADF application,check the "Create as XML Document(*.jspx)" check box. It will create .jspx extension instead of .jsp.




Benefits of XML Based ADF Application Page:-
  • Treats page as a well-formed tree of UI Component tags
  • Discourages from mixing Java Code and Component Tags
  • Enables you to easily parse the page to create documentation or audit reports
  • Enables the page to be used as metadata.

No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...