Questions tagged [aem]

The Adobe Experience Manager is a large-scale web content management system that is currently available from Adobe Systems. It is the successor brand name of a previous product called Communiqué (short: CQ).

The Adobe Experience Manager is a large-scale web content management system. It is currently available from Adobe Systems as a part of the Adobe Marketing Cloud platform. It is the successor brand name of a previous product called , which was acquired from Day Software in October 2010.

Links

Older versions of AEM have reached their end of life and is no longer supported. However, you can still access their documentation through Package Share. For instructions on how to access the package and install refer this article.

5008 questions
52
votes
7 answers

Access a localhost running in Windows from inside WSL 2

I am running a local AEM server in my Windows machine. The server is running on localhost:4502. I am using a Ubuntu distribution running in WSL 2 for my development. I want to access the localhost:4502 running in the Windows machine in my WSL 2…
47
votes
5 answers

Dynamically load HTML template in angular2

I have created a project using angular-cli which contains AppComponent as follows: import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export…
Partha Sarathi Ghosh
  • 10,936
  • 20
  • 59
  • 84
39
votes
6 answers

Jquery AJAX: No 'Access-Control-Allow-Origin' header is present on the requested resource

I am trying to post data to an API from my localhost:4502 port. When i tried to post data to this API using POSTMAN the data got added in the backend by providing the Basic Authorization key. The same i am trying to implement here in the Ajax Jquery…
Ashish Rai
  • 391
  • 1
  • 3
  • 4
23
votes
2 answers

What is the difference between embed[] and dependencies[] for type ClientLibraryFolder?

I have tried to add multiple categories to embed[] and dependencies[] interchangeably many times. But I always see a dependency resolution error in JavaScript on the website. Also, How do I specify the order of categories in a multiple value entry…
exception
  • 955
  • 2
  • 11
  • 23
22
votes
2 answers

How/When is CRX and Apache Jackrabbit used in CQ5/AEM?

Lately, I have spent some time trying to better understand the AEM technology stack. There are so many pieces, it seems easy to get confused. I have been looking over the JCR implementations on AEM. I keep reading that it uses CRX. However, I…
Woodifer
  • 1,019
  • 1
  • 7
  • 15
21
votes
2 answers

What is the difference between data-sly-use, data-sly-resource, data-sly-include, and data-sly-template?

What is the difference between: data-sly-use, data-sly-resource, data-sly-include, and data-sly-template? I am reading the doc on Sightly AEM and I am super confused. As far as I can see: data-sly-use is used to add js/java files to render with the…
Hello Universe
  • 3,248
  • 7
  • 50
  • 86
18
votes
3 answers

Getting Default Checked Checkbox in CQ5

I am trying to have a default checked checkbox on a component dialog when editing. Here are the properties on the field: jcr:primaryType: widget checked: true (boolean) *Documentation says this determines default checked status type: checkbox…
justacoder
  • 2,684
  • 6
  • 47
  • 78
16
votes
6 answers

Download a copy of Adobe CQ5

I would like to take a look at Adobe CQ5 CMS system. Does anybody know if I can download it to my developer computer? I can not find link on web site. I know Adobe offers CRX as opensource - but my interest is in CQ5 cms.
user349302
  • 3,491
  • 7
  • 27
  • 31
16
votes
1 answer

AEM performance issues (slow memory leak) org.slf4j.helpers.BasicMarker and org.slf4j.helpers.BasicMarkerFactory

I am currently using the Adobe Experience Manager (AEM also known as CQ) for a Client's site (Java platform). It uses OpenJDK: java version "1.7.0_65" OpenJDK Runtime Environment (rhel-2.5.1.2.el6_5-x86_64 u65-b17) OpenJDK 64-Bit Server VM (build…
nabello
  • 716
  • 11
  • 29
15
votes
1 answer

Apache Sling - OSGI framework exception when starting in Windows

I received the following error message when starting Sling on Windows with Java 1.7 (see below). I'm using Sling 6 (http://www.apache.org/dyn/closer.cgi/sling/org.apache.sling.launchpad-6-standalone.jar). Any idea what could be wrong? Last time I…
openad
  • 177
  • 1
  • 5
14
votes
1 answer

How to implement Tower of Hanoi in AEM Sightly

I'm trying to implement recursive algorithm solving Tower of Hanoi problem in Sightly. I know this approach may not have many obvious practical applications, I treat it as a puzzle. I end up with something like this:
Tomek Rękawek
  • 9,204
  • 2
  • 27
  • 43
14
votes
1 answer

Conditional show / hide of fields in AEM 6 dialogs

I am building a relatively straight-forward AEM component with a simple authoring dialog. At the top of my dialog is a select field. I want certain fields in my dialog to disappear when this select field is set to a specific item. I have studied…
Darve
  • 143
  • 1
  • 1
  • 6
14
votes
3 answers

How to set a resource property

I have a Sling Resource object. What is the best way to set or update its property?
Tomek Rękawek
  • 9,204
  • 2
  • 27
  • 43
14
votes
2 answers

Conditional Attributes in Sightly Templates (AEM/CQ)

In the Sightly templating language, for Adobe AEM6 (CQ), how do I add an attribute to an element only if a condition is true, without duplicating lots of code/logic? e.g.
Alasdair McLeay
  • 2,572
  • 4
  • 27
  • 50
14
votes
11 answers

How to perform drag and drop using selenium-webdriver when target and destination element are in different frames?

I have to drag an image and drop it into a CQ5 component. The image and component are in different frames. Here is the code which did not work as webelement destinationcould not be found when the target's frame was active. new…
9ikhan
  • 1,177
  • 3
  • 11
  • 22
1
2 3
99 100