Expand my Community achievements bar.

SOLVED

Best way to create a news listing with title, date and short description

Avatar

Level 4

Hi,

I am new to AEM. I am working on AEM 6.2 in premise instance. I have to create a news listing page, with common functionality like sorting, paging, filtering based on tags. Can anyone suggest if there is default component already available using which this functionality is achievable.

Thanks.

Mukesh

1 Accepted Solution

Avatar

Correct answer by
Level 6

Take a look OOTB list component which have all things you need.

it should be under

/libs/wcm/foundation/components/list

View solution in original post

2 Replies

Avatar

Level 10

I would look at building a component like this using HTL.

There are quite a few articles that show you how to work with HTL. Look here:

Adobe Experience Manager Help | Creating an Adobe Experience Manager HTL Headline component

You can build all types of HTL components like a newsletter:

Adobe Experience Manager Help | Creating an Adobe Experience Manager Newsletter HTL component

To work with a Repeating data set - see:

Scott's Digital Community: Creating an Adobe Experience Manager HTL component that displays a repeat...

If you are not familiar with building a HTL component - look here:

Adobe Experience Manager Help | Creating an Adobe Experience Manager HTML Template Language componen...

This article will step you through how to build a HTL component that uses a Java WCMUsePojo class.

Avatar

Correct answer by
Level 6

Take a look OOTB list component which have all things you need.

it should be under

/libs/wcm/foundation/components/list