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

milind_bachani
milind_bachani
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
48

Likes Received

Likes Received
264

Posts

Posts
194

Discussions

Discussions
65

Questions

Questions
129

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by milind_bachani
Customize the badges you want to showcase on your profile
Re: How to load a specific JavaScript files on a web page in AEM? - Adobe Experience Manager 14-06-2022
Hi @Ameen_Dev , There is no generic solution implementation to put clientlibs, it varies on every usecase. However, AEM has support to have component level clientlibs, template level clientlibs, embed clientlibs, dependent clientlibs to manage all types of use-cases.This is the blog which talks about when to use what implementation of clientlibs :http://www.sgaemsolutions.com/2017/06/clientlibs-in-aem63-part2_25.html Documentation on clientlibs can be found here :https://experienceleague.adobe.c...

Views

92

Likes

2

Replies

0
Re: AEM 6.5.X with ACS Commons - Adobe Experience Manager 14-06-2022
Hi @shaileshbassi , You can check the AEM ACS version compatibility here : https://adobe-consulting-services.github.io/acs-aem-commons/pages/compatibility.html Also, request you to install the latest service pack available with AEM 6.5 version(latest is 6.5.13), found in Software distribution.https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html?package=/content/software-distribution/en/details.html/content/dam/aem/public/adobe/packages/cq650/servicepack/aem-service-...

Views

127

Likes

2

Replies

0
Re: Use frontendModule = vue - Adobe Experience Manager 14-06-2022
Hi @sachindey1231 ,We officially dont have support of VUE with spa editors.Currently, most of the projects using Vue with AEM have the classic way of using it, which can be seen here : https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/uifrontend.html?lang=en Here is a documentation on archetype values for frontend values. And "vue" is an invalid keyword.Only allowed values are : "general", "none", "react", "angular" as of now. Check here : http...

Views

130

Like

1

Replies

0
Re: ACS commons 5.3.0 Email service not working with AEM 6.5 - Adobe Experience Manager 14-06-2022
Hi @AnilKumarUoS , My doubt was right, since you were unable to access resources under /apps, but were able to access resources under /etc means the user used is anonymous. Because, anonymous had access on /etc but not on /apps.The next thing I would suggest to have a SERVICE-USER created for purpose of fetching template and sending email.once user is created you need to create a mapping in config and also give user relevant access in the repo. A video reference is here on service-users : https:...

Views

86

Like

1

Replies

1
Re: Need help for junit implementation for video component in AEM using constructor in implementation class - Adobe Experience Manager 14-06-2022
Hi @Babita11 , Here is a series of good video tutorials for Junit5 : https://www.youtube.com/watch?v=ZWsHhTI8h6Y Here is the documentation for writing Junits : https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/unit-testing.html?lang=en If you want further help with your code, will request you to post the code snippet with which you have challenges writing the code. Also, here is a video reference of general best practices on ...

Views

64

Like

1

Replies

0
Re: how to deploy ecma script on aem cloud - Adobe Experience Manager 13-06-2022
Hi @AlexBorgo , Here's an article talking about ECMAScript :https://experienceleague.adobe.com/docs/experience-manager-65/developing/extending-aem/extending-workflows/workflows-step-ref.html?lang=enThe article says :Store your custom scripts in, for example, the /apps/myapp/workflow/scripts folder, or a subfolder.Then you can simply include the script in your codebase (analogous to including overlays in code).Add a filter in META-INF/filter.xml to get the mentioned path as part of code deploymen...

Views

75

Likes

2

Replies

0
Re: AEM Publishing Issue - Adobe Experience Manager 13-06-2022
@bamamh1 ,Couple of questions listed :Is the replication queue empty and working fine?Is there any browser level caching ?Is the dispatcher cache cleared ?Have you setup flush agent to flush cache on replication ?Thanks,Milind

Views

143

Likes

2

Replies

0
Re: Use frontendModule = vue - Adobe Experience Manager 13-06-2022
Hi @SantoshSai ,The article you shared is not Vue with SPA , its normal vue integration by creating a webpack and putting it into clientlibs.Also, this is very old structure to work upon : https://github.com/rmatteoda/AEM_VueJS@sachindey1231 - I tried creating the vuw frontend with archetype 26,27,28 I am facing following error :Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate (default-cli) on project standalone-pom: startup failed: [ERROR] General error duri...

Views

145

Likes

2

Replies

2
Re: Where do the components allowed in design mode of standard template get stored on node level? - Adobe Experience Manager 11-06-2022
Hi @chinmayis865517 , In your static templates you can define a custom designPath for each template by adding property cq:designPath to your templates.cq:designPath="/etc/designs/myProject"Once done, when you switch to design mode and enable the components, it gets stored in that path. Once done, you can package it and dump it in .content.xml.You can make it part of your codebase as well by adding following in META-INF/filter.xml : Also, since mode is update - it will also take care of additiona...

Views

79

Likes

2

Replies

0
Re: ACS commons 5.3.0 Email service not working with AEM 6.5 - Adobe Experience Manager 11-06-2022
Hi @AnilKumarUoS ,I suspect it to be issue with permission only but since you have already checked it, I would suggest you to give a try by putting the email template to /etc instead of /apps and replace the templatePath in code and then try to execute the code.Let me know if that helps, thanks.

Views

100

Like

1

Replies

3