Time for action – deploying the skin file
Now we will see how to deploy the skin file to make it available for our EmpDirectoryApplication
application:
Right-click on the
EmployeeDirectory
project in theSkinApplication
application, and select the New Deployment Profile option in Deploy from the Menu option.In the Create Deployment Profile dialog, select ADF Library JAR File for the Profile Type option.
Provide the Deployment Profile Name value as
adfEmpSkin
.Click on the OK button to open Edit ADF Library Jar Deployment Profile Properties.
Select the Jar Option section, and locate the Jar File location using the Browse button.
Click on the OK button and then right-click on the
EmployeeDirectory
project to select theadfEmpSkin
file from the Deploy option.
What just happened?
We have created the skin file for the EmpDirectoryApplication
application and deployed it as an ADF library. The adfEmpSkin.jar
file that is deployed to the deployment location was added as a library to the ViewController...