Chapter 11. Refactoring, Debugging, Profiling, and Testing
In this chapter, we will cover:
Synchronizing business components with database changes
Refactoring ADF components
Configuring and using remote debugging
Logging Groovy expressions
Dynamically configuring logging in WebLogic Server
Performing log analysis
Using CPU profiler for an application running on a Standalone WebLogic Server
Configuring and using JUnit for unit testing
Introduction
Refactoring support in JDeveloper allows you to modify the structure of an ADF Fusion web application without altering the overall behavior of the application. Each time you refactor an application component, JDeveloper transparently transforms the application structure by taking care of any references to the component. Refactoring at the ADF Fusion web application level allows renaming, modifying, and deleting application components. More options exist when refactoring Java code.
JDeveloper includes a comprehensive list of debugging features to allow you...