Book Image

Oracle ADF Faces Cookbook

By : Amr Ismail Gawish
Book Image

Oracle ADF Faces Cookbook

By: Amr Ismail Gawish

Overview of this book

Table of Contents (18 chapters)
Oracle ADF Faces Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Packaging your ADF Faces resources as an ADF Library


Being able to reuse your application resource in other applications is essential.

ADF provides this feature by providing developers the option to package all of the application resources from data controls, task flows, task flow templates, declarative components, skins, and more into an ADF JAR library that can be used inside other applications.

In this recipe, we will see how to package these resources and use them in another application.

In order to complete this recipe, we will need to work with two applications. One of them can be taken from the last recipe, or you can grab it by cloning the ADFFacesLibrary application from the Git repository. The other application will be created from scratch.

How to do it…

To know how to package your ADF application, perform the following steps:

  1. Right-click on the ViewController project and select Project Properties.

  2. Select the Deployment menu from the left pane and click on the New button.

  3. Select ADF Library...