Making an application customizable
To make an application customizable, you need to do the following three things:
- Develop a customization class for each layer of customization
- Enable seeded customization in the application
- Link the customization class to the application
The customization developer, who will be developing the customizations, will additionally have to set up JDeveloper correctly so that all the customization levels can be accessed. This setup is described later in the chapter.
Developing customization classes
For each layer of customization, you need to develop a customization class in a specific format—technically, it has to extend the Oracle-supplied abstract class, oracle.mds.cust.CustomizationClass
.
A customization class has a name ...
Get Oracle ADF Enterprise Application Development – Made Simple Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.