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

Bookmark or my link component

Avatar

Community Advisor

Hi All,

We have one requirement where in we want to bookmark a page on publish instance.

Also we want to store the list of links which are bookmarked so that we can display the list  at some other location.

Please let me know how we can achieve this.

Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Level 9

You can try for portlet based solution to  achieve your goal. You can write custom logic in the portlet action for your requirements. There is standard jsr 186 based solution from IBM Is available at

http://bmarksportlet.sourceforge.net/#Download

you can use this or create jsr 286 which offers more features

p lease review the following documentation  for portlet installation and deployment

http://dev.day.com/docs/en/cq/current/administering/cq_as_portal.html

View solution in original post

7 Replies

Avatar

Level 10

Hi,

Can you please elaborate your query more...

Thanks,
Ratna Kumar.
 

Avatar

Employee

When I have implemented favorites on an AEM site in the past, I have generally stored the list of paths in the user profile.

Avatar

Community Advisor

Ratna Kumar wrote...

Hi,

Can you please elaborate your query more...

Thanks,
Ratna Kumar.
 

 

HI Ratna,

Our requirement is as follows-

On publish instance user will be able to bookmark the current page path and those bookmarks should be saved in aem for that user, next time when he logs in he should be able to see all the bookmarks links on home page.

I hope this is fine.

Please let me know if u need any more help.

Avatar

Community Advisor

justin_at_adobe wrote...

When I have implemented favorites on an AEM site in the past, I have generally stored the list of paths in the user profile.

 

Hi Justin,

Can u pls give more details on how u have implemented in past that will really help.

Regards

Ratna Kumar wrote...

Hi,

Can you please elaborate your query more...

Thanks,
Ratna Kumar.
 

 

HI Ratna,

Our requirement is as follows-

On publish instance user will be able to bookmark the current page path and those bookmarks should be saved in aem for that user, next time when he logs in he should be able to see all the bookmarks links on home page.

I hope this is fine.

Please let me know if u need any more help.

Avatar

Employee

ka786 wrote...

justin_at_adobe wrote...

When I have implemented favorites on an AEM site in the past, I have generally stored the list of paths in the user profile.

 

Hi Justin,

Can u pls give more details on how u have implemented in past that will really help.

Regards

As I said, I have stored the list of paths in the user profile. What specific details are you looking for?

Avatar

Correct answer by
Level 9

You can try for portlet based solution to  achieve your goal. You can write custom logic in the portlet action for your requirements. There is standard jsr 186 based solution from IBM Is available at

http://bmarksportlet.sourceforge.net/#Download

you can use this or create jsr 286 which offers more features

p lease review the following documentation  for portlet installation and deployment

http://dev.day.com/docs/en/cq/current/administering/cq_as_portal.html

Avatar

Community Advisor

Hi Justin,

I was looking for the approach what you have followed like how you have implemented it , if any code available will really help.

Thanks