Hi Team, we have more content which is store in DAM say we have approximately 1 to 2TB of data.Now we have move entire content from one environment to another we have package manager but not sure whether we can move that huge data any suggestion plz that huge content. RegardsManikantha R
Hi Team, When ever we upload any asset DAM Update asset workflow will be called create meteData and renditions. Need to know how that Process as been written for creating a rendition which takes and creating the images.Where i can see and understand that process code where it takes Thumbnail Argume...
Hi Team, I have create the template policy in that t have added 3 clientLibrarys say clientLib1,clientLib2,clientLib3. Now when i have create page and added component now my component is not required 1 client library is there any property to restrict in component level In which the page is loaded wi...
Hi @kattakiran1990 In Sling servlet you can use below code and try Model model =resourceResolver.adaptTo(model.class) then u use the getter method as you need. RegardsManikantha R
Hi, There are 2 ways we can register our servlet by using path and resoureType.AEM suggests always try to use resourceType registering servlet. Can any one explain which Scenario is not achieved through resourceType then we we need to go to Path.
Hi Team, This is way where i am getting child resourceResource resource=componentResource.getChild("customerDetals"); But how i can use @Childresource annoattaon in this scenario. RegardsManikantha R