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

Query to get the Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...