الأحد، 5 أبريل 2020

ADF Faces tuning: web.xml


ADF Faces tuning: web.xml checklist
ADF Faces - web.xml configuration checklist for production environments
Performance-related properties:
·         org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION = false
·         org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION = false
·         javax.faces.STATE_SAVING_METHOD = client
Scalability-related properties:
·         oracle.adf.view.faces.CLIENT_STATE_MAX_TOKENS = 3
·         org.apache.myfaces.trinidad.COMPRESS_VIEW_STATE = true
Security-related properties:
·         oracle.adf.view.rich.versionString.HIDDEN = true
·         oracle.adf.view.rich.security.FRAME_BUSTING = differentDomain

ليست هناك تعليقات:

إرسال تعليق

ADF: Programmatic View Object Using Ref Cursor.

ADF: Programmatic View Object Using Ref Cursor. Posted by:  Manish Pandey   April 25, 2013   in  ADF   Leave a comment   3758 Views Sometime...