Category: Technology
-
Sightly + Sling Models Amazing Combination
I’m very impressed with Sling Models, they provide easy and very effective binding mechanism. The combination of Sightly and Sling Models is simply superb. It has made the developers life…
-
AEM i18n not working
If you added/deployed i18n to your project and if it is not getting picked up, then you need to restart your AEM server. Also, I’ve observed that in AEM 6.0,…
-
AEM Project creation with Lazybones
We used to create the AEM projects using the old Maven archetype which has many issues and not easy to customize. With the help of ACS commons there is a…
-
Merging the client context related 6 js requests into a single request
When you include clientcontext component into your application, it will include 6 JS requests individually and will have impact on the page performance. The clientlibs documentation says that you can…
-
Full content re-index in AEM 6.0
You can trigger the reindex job on any node using the below steps, but in this article we will do it for “PropertyIndex”. Step 1: Go to crxde lite and…
-
AEM 6.0 (TarMK) occupying huge amount of diskspace
Recently, I came across an issue in my project where all the AEM servers, Dev, QA, and Stage were occupying huge amount of disk space. All the servers are running…
-
Installing AEM on JBOSS Application Server
Installing AEM on JBOSS 7.1.1 Installing JBOSS server – Download JBOSS 7 from http://jbossas.jboss.org/downloads/ – Once you download it, unzip the zip file to a directory. For e.g.,…
-
Starting AEM 6.0 with MongoDB
Starting AEM 6.0 with MongoDB Configurations on the MondoDB side – Download MongoDB and unzip it to some directory (I did it in c:\mongo) – create two additional folders…