Book Image

Oracle ADF Faces Cookbook

By : Amr Ismail Gawish
Book Image

Oracle ADF Faces Cookbook

By: Amr Ismail Gawish

Overview of this book

Table of Contents (18 chapters)
Oracle ADF Faces Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Applying configuration performance recommendations


One way of enhancing your application's performance and scalability is by understanding different configuration parameters that you can configure to optimize your application.

In this recipe, we will apply some configuration-tuning tips on an already created application. You can grab this project's recipe by cloning the ConfigurationsTuning application from the Git repository.

How to do it…

To know how to apply basic performance-tuning recommendations, perform the following steps.

We will first apply the configuration recommendations:

  1. Open the ConfigurationsTuning application.

  2. Open web.xml under the WEB-NF folder.

  3. Make sure that the Application menu is selected from the left sidebar.

  4. Expand the Context Initialization Parameters section, as shown in the following screenshot:

  5. Click on the green plus icon to add the following context parameters (if they don't already exist):

    Name

    Value

    Description

    oracle.adf.view.rich.CHECK_FILE_MODIFICATION

    false...