Saved Bookmarks
| 1. |
What Design Patterns Are Used In Aem? |
|
Answer» Since AEM is BUILT USING OSGI, many of the design patterns for OSGI are valid. Some of these design patterns are Singleton (Service), ADAPTER Service, RESOURCE Adapter Service, and Whiteboard. ALSO, since AEM is modular, you should be able to use any design pattern in your application. Since AEM is built using OSGI, many of the design patterns for OSGI are valid. Some of these design patterns are Singleton (Service), Adapter Service, Resource Adapter Service, and Whiteboard. Also, since AEM is modular, you should be able to use any design pattern in your application. |
|