AEM Scenarios and use cases | Community
Skip to main content
New Participant
March 18, 2024
Solved

AEM Scenarios and use cases

  • March 18, 2024
  • 2 replies
  • 1546 views

Hi,I am practicing AEM with different use cases.

I am looking for some real-life use case scenarios. Since my project doesn't have much scope, I'm asking for help from the AEM community.

 

Can you please put in some use-case scenarios which you people implemented in projects on the topic of servlet services scheduler and workflows (Any other topics is also fine) so that I can try and develop those?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Harwinder-singh

@divakarkp The possibilities are endless but let me share some that you can try to get hands on with key AEM concepts.

 

1. Update OOTB DAM asset update workflow and add a process step that publishes the asset once asset processing is finished.

2. Create a Event Listener that listens to all Page activate events and based on that sends a notification to an author group or adds a cq:tag to the activated page.

3. Create a OSGI service to consume a REST service response and populate it in the AEM component.

4. Create a component that creates a list of tiles for all child pages for a given parent page.

 

2 replies

kautuk_sahni
Employee
March 20, 2024

@divakarkp Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
Harwinder-singh
Harwinder-singhAccepted solution
New Participant
March 18, 2024

@divakarkp The possibilities are endless but let me share some that you can try to get hands on with key AEM concepts.

 

1. Update OOTB DAM asset update workflow and add a process step that publishes the asset once asset processing is finished.

2. Create a Event Listener that listens to all Page activate events and based on that sends a notification to an author group or adds a cq:tag to the activated page.

3. Create a OSGI service to consume a REST service response and populate it in the AEM component.

4. Create a component that creates a list of tiles for all child pages for a given parent page.

 

arunpatidar
New Participant
March 19, 2024

Adding more ...

Dynamic Content Generation: Use servlets to fetch data from external APIs or databases and render dynamic content on AEM pages. For example, a servlet can retrieve product information from an e-commerce platform and display it on product detail pages.
Scheduled Jobs for Maintenance Tasks: Implement schedulers to automate maintenance tasks such as delete expired content or update metadata.

Try SAML authentication on Author

Arun Patidar