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 to debug ADF Fusion web applications deployed and running both locally on the Integrated WebLogic Server and remotely on the Standalone WebLogic Server. Similarly, profiling support in JDeveloper allows you to gather CPU and memory profiling statistics for applications deployed and running both locally and remotely.
You test your ADF Fusion web application by debugging it and profiling it in the JDeveloper IDE. When it...