How are ADF components shared among applications? (Choose the best answer.)
A.
by using a source control system to share components
B.
by selecting the Shared Library check box when adding libraries and JARs to a project
C.
by creating shared application modules and ensuring all developers use them
D.
by defining a custom JAR file and sharing it in a source control system
E.
by creating an ADF Library of components and deploying it to a shared location
Explanation:
If you have JAR files that can be reused by other projects, such as third-part JAR files, you can use JDeveloper
to place them in an accessible location and create a library file ( .library) to designate them. The consumer can
use JDeveloper to navigate to this location and add the JAR to the project.
Place the JAR files in an accessible location for both the producer and the consumer of these JAR files. For
example, the directory may be on a network drive where other shared files are located.
https://docs.oracle.com/cd/E15051_01/web.1111/b31974/reusing_components.htm#ADFFD21754