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
How to build package .zip of AEM project that can be shared & installed by other person also? - Adobe Experience Manager 20-08-2022
Hi!I am done building the project in my system which consists of custom components, experience fragments, templates, tags, polices, styling, etc. Now, I need to share this project with acquaintances of mine.So, I wanted to know that how can I build the final single .zip of this project which can be installed via -PautoInstallPackage or CRXDE Lite such it works/looks in their as same as mine including style applied to components & EXf? Can anyone please tell what the proper procedure to create th...

Views

62

Likes

0

Replies

2
Re: Return servlet response as json data. - Adobe Experience Manager 16-08-2022
Thanks all! I imported com.google.gson.Gson and added values to json (String myJsonString = this.gson.toJson(model);) then object out.print(myJsonString).

Views

90

Like

1

Replies

0
Re: Return servlet response as json data. - Adobe Experience Manager 15-08-2022
Thanks for replying. Sorry, but I don't know how to use them. Can you give some hint please?

Views

127

Like

1

Replies

0
Re: Return servlet response as json data. - Adobe Experience Manager 15-08-2022
Thanks for the reply.I can't understand about how can I adapt it to my code.

Views

127

Like

1

Replies

1
Return servlet response as json data. - Adobe Experience Manager 15-08-2022
I'm working on servlet registered on path & wanted to return its content in json data.Currently, my servlet is fetching data from "/content/myproject/language-masters/en/jcr:content/root/container/container/componentname". Here values in component are injected via model & same used for servlet. I'm referring this blog. This is my code:@Override protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) { try { ResourceResolver resourceResolver = request.getResourceR...

Views

146

Likes

0

Replies

9
Re: Added Bootstrap but running "mvn clean install PautoInstallBundle" in ui.frontend resets my clientlibs in/apps. - Adobe Experience Manager 09-08-2022
Thanks for the reply.I did as you said & bootstrap js & css were also added to clientlibs. But bootstrap isn't working. To add "dependencies: ['bootstrap']" don't we need to add categories = bootstrap5 to that folder?

Views

51

Like

1

Replies

2
Added Bootstrap but running "mvn clean install PautoInstallBundle" in ui.frontend resets my clientlibs in/apps. - Adobe Experience Manager 08-08-2022
Actually, I needed to add/include Bootstrap 5 in my project referring this post. And worked. Solved: How to enable/add Bootstrap version 5 in my projec... - Adobe Experience League Community - 409989 But whenever I am running "mvn clean install -PautoInstallBundle" in ui.frontend after creating .scss for my component, my clientlibs in /apps get reset & bootstrap support is gone. So, then again I've to add bootstrap files in clientlib.I am still learning, so I know I'm doing something wrong here....

Views

71

Likes

0

Replies

4
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

76

Like

1

Replies

0
Re: How to add Favicon to my site? - Adobe Experience Manager 07-08-2022
@SantoshSai Thanks it worked!There wasn't head.html under page component then I added it. But after adding head.html my page wasn't loading. So, I removed head.html & added the snippet with ... in customheaderlibs.html, which worked. Is this correct, please tell?

Views

111

Like

1

Replies

2
Re: How to add Favicon to my site? - Adobe Experience Manager 07-08-2022
Thanks! But where should I use this path? like in header.html, clientlibs, components htmls etc.Sorry, I'm newbie don't know much.

Views

130

Like

1

Replies

4
Likes from