Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Patterns, Examples or Components for Dealing with Large Lists of Data Elements

Avatar

Former Community Member

I'm working on a site that requires managing a possibly large list of people. The data for these people will most likely be stored in their own node in the JCR. Is there a good pattern, component or example for dealing with large lists of this type of data with AEM? I'm mostly concerned about front-end functionality, especially when it comes to CRUD (create, read, update and delete) for items in the list.

1 Accepted Solution

Avatar

Correct answer by
Level 10
2 Replies

Avatar

Correct answer by
Level 10

Avatar

Former Community Member

I guess I'm not so much concerned with the persistence structure as I am with front-end UI/UX patterns. I'm particularly interested in some front-end examples using existing AEM components.