Author: bhaskaransunil
-
Slightly, some Sightly
AEM 6.0 introduces Sightly – a new templating language. Sightly replaces JSP as the most preferred templating language for AEM. Sightly helps you to separate your design from your code. The intention is to bring more front-developers to AEM component development. By providing a demarcation between the design and the development departments, Adobe expects to…
-
Integrating Search&Promote with AEM
Search&Promote allows you to create an index of your site by crawling your site in a regular interval. It helps you to implement powerful search functionalities in your website. In AEM 5.6.1, there are some out-of-the-box Search&Promote components that make integration easy. Some of these components use hardcoded values that you may need to change…
-
Using the Target component in AEM 5.6.1
The Target component in AEM 5.6.1 allows you to create an MBox in your page and then create various experiences. It works like the Targeting feature provided with the context menu. You would have noticed that after you drag and drop the Target component to a page, the component becomes invisible. To make the Target component…
-
Accessing previous versions of a page using CRXDE Lite
You can access the previous version of a page using CRXDE Lite: Login to CRXDE Lite. Move to the page for which you created versions. It would be present in the /content folder. Examine the jcr:content node of the page. Click the value of the jcr:versionHistory property. It will take you to the node that…
-
Issues while importing a product catalog from Hybris to AEM
I faced some issues while importing a product catalog from Hybris to AEM with the 5.6.100 packages. The following were the error messages: Cannot server request to /libs/commerce/products Cannot serve request to ProductDataServelet Recently, Adobe has released packages of version 5.6.200. I didn’t face the issue with these packages. If you face these issues, use…
-
Developing a multifield widget for a CQ component
I had to develop a multifield widget for a CQ component. My requirement was to present the What’s New documents for a product’s releases. There could be many releases in an year. These need to be captured in a table row. A product release is associated with a specific product name and a What’s New…
-
Starting Hybris after installing with AEM
After you install the Hybris packages, if the Hybris server is not getting automatically restarted after an AEM restart, search for hybrisserver.bat. This file helps you to restart the Hybris server.
-
Accessing CQ pages using a dispatcher configuration
When you set up a dispatcher for Adobe CQ using Apache web server, the request to the specified port should serve CQ pages. Also, verify whether the pages are saved in the cache folder. If the requests are served, but the pages are not cached, most probably you are accessing the pages that contain authentication…
-
FTPing files to Scene 7 server
In Scene 7, if the file size exceeds certain limit, you need to upload the file using FTP. You need to create an ftp account and then put your files to the ftp server. Later the files need to be uploaded from the ftp server to Scene 7. The first step is to enable your…
-
Mobile emulators in Adobe CQ
Using Adobe CQ, you can manage websites for mobile devices without recreating it. Adobe CQ provides you with a set of mobile emulators. Using the emulator, you can see the way content appears in various mobile devices. The following video demonstrates viewing the content in mobile emulators: