Refactoring ADF components
JDeveloper offers extensive support for refactoring ADF Fusion web application components, available through the Refactor main menu selections or via context menus for selected ADF components. The refactoring of ADF application components in most cases includes renaming, moving, and deleting these components. Refactoring of ADF components is supported throughout the Model-View-Controller architecture of the application including business components and their attributes, task flows, bindings, JSF files, and managed beans. Refactoring transparently takes care of updating any references to the refactored object, without affecting the overall functionality of the application.
In this recipe, we will demonstrate the refactoring facilities in JDeveloper by refactoring business components, business components attributes, task flows, JSF pages, associated page definition files and their bindings, and managed beans.
Getting ready
This recipe requires that you already have...