InterviewSolution
Saved Bookmarks
| 1. |
In AEM, what design patterns are used? |
|
Answer» MANY of the OSGI DESIGN PATTERNS are relevant to AEM because it is built on OSGi. Design patterns include Singleton (Service), Adapter Service, Resource Adapter Service, and Whiteboard. Because AEM is modular, you should be ABLE to utilise any design pattern in your project. |
|