Patterns, Examples or Components for Dealing with Large Lists of Data Elements | Community
Skip to main content
October 16, 2015
Solved

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

  • October 16, 2015
  • 2 replies
  • 724 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015
October 16, 2015

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.