More background information on all ADF Faces configuration parameters can be found in the appendix of the Web User Interface Developer's Guide. The ones we want to change during development are:
org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATIONtotrueto check for source files being modified on disk while the application is running and reloading them. Be sure to clear your browser cache after changing this value to clear out any old cached versions.org.apache.myfaces.trinidad.resource.DEBUGtotrueto enable resource debugging and prevent the client from caching resources (eg javascript libraries, images, CSS, etc)org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSIONtotrueto disable CSS content compression and use human-readable CSS class names for skinningorg.apache.myfaces.trinidad.DEBUG_JAVASCRIPTtotrueto non-obfuscated javascriptoracle.adf.view.rich.LOGGER_LEVELtoFINEto enable client side javascript logging. Other allowed values are SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, and ALLoracle.adf.view.rich.ASSERT_ENABLEDtotrueto enable client-side javascript assertions