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 list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...