Open in new window

back

Adding Support for the Oracle ADF Components Library Or Any Other Support

Exadel Studio is set up to work with the ADF Faces Component Library, but still requires a few extra steps to complete the support. First, you will need to download the 2 jar files for the library from the Oracle site down to your system. Then, you just need to follow these steps to add ADF Faces support to your projects.

  1. Select Window/Preferences/Exadel/Library Sets from the menu bar.
  2. Select OracleADF in the upper pane.
  3. Then, click Add in the lower pane and browse to the location where you have both ADF jar files:
       adf-faces-api-eaXX.jar
       adf-faces-impl-eaXX.jar
    
  4. In Preferences, select Custom Capability. Notice that Custom Capability ADF has the OracleADF library set to which we just added the required Jar libraries. We don't need to anything here.
  5. Click OK and then click OK again.
  6. After this is done, you can always add in the library files to a project by just right-clicking your project and selecting Exadel Studio/Add Custom Capability.../ from the context menu and select

You can add any custom capability (support) to your project using Library Sets in the same fashion.

back