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_MODIFICATION
totrue
to 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.DEBUG
totrue
to enable resource debugging and prevent the client from caching resources (eg javascript libraries, images, CSS, etc)org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION
totrue
to disable CSS content compression and use human-readable CSS class names for skinningorg.apache.myfaces.trinidad.DEBUG_JAVASCRIPT
totrue
to non-obfuscated javascriptoracle.adf.view.rich.LOGGER_LEVEL
toFINE
to enable client side javascript logging. Other allowed values are SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, and ALLoracle.adf.view.rich.ASSERT_ENABLED
totrue
to enable client-side javascript assertions