A custom AEM application contains Bundle A and Bundle B. Bundle A has a dependency to Bundle B via Import-Package. How can both bundles be deployed most efficiently across all environments?
A.
Use the Felix Web Console to upload the bundles in the correct order.
B.
Create one content package per bundle and use a package dependency to ensure installation order.
C.
Embed both bundles in one content package and use property "˜installationOrder' in package properties for correct bundle installation order.
D.
Embed both bundles in one content package: the dependency via Import-Package is enough to ensure correct installation.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
che81
4 years ago