Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

sesmic
sesmic
Online

Badges

Badges
10

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
8

Posts

Posts
12

Discussions

Discussions
0

Questions

Questions
12

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by sesmic
Customize the badges you want to showcase on your profile
Re: How to build package .zip of AEM project that can be shared & installed by other person also? - Adobe Experience Manager 21-08-2022
As you have mentioned style and experience fragments as well, you have to create package of following filters : /apps/project -> Components /conf/project -> Templates,Styles /content/dam/project -> Assets /content/project -> Website/pages /content/experience-fragments/project -> Experience Fragments You can refer below videos to create/install package and share the same with your acquaintance.https://www.youtube.com/watch?v=1cpzkjR112c https://www.youtube.com/watch?v=Zq5YO2XlWdA

Views

21

Likes

2

Replies

0
Re: Return servlet response as json data. - Adobe Experience Manager 16-08-2022
You can use google.gson api to pass json in response. try this. @Override protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) { ResourceResolver resourceResolver = request.getResourceResolver(); Resource resource = resourceResolver.getResource("/content/myproject/language-masters/en/jcr:content/root/container/container/mycomponent"); ProductDetails productDetails = ProductDetails.builder().id("component-id").name("modelname").build(); String jsonString = this...

Views

86

Like

1

Replies

0
Re: Added Bootstrap but running "mvn clean install PautoInstallBundle" in ui.frontend resets my clientlibs in/apps. - Adobe Experience Manager 09-08-2022
Yes, you have to create a separate clientlibs with categories=bootrstap5(any other name you want to keep) as I mentioned above i.e. ui.apps/project/clientlibs/bootstrap5. You have to add this in your codebase to avoid getting removed after deployment.

Views

42

Like

1

Replies

0
Re: How to add Favicon to my site? - Adobe Experience Manager 08-08-2022
Sorry for replying with another question. but you mean I should use data-sly-include="head.html" in main/page.html?

Views

77

Like

1

Replies

0
Likes from