AEM Client Library in Detail

In this post, I will explain client library in detail. i.e. In this post I will explain use of different client libraries properties with the help of working example. So –    Agenda   1). Use of categories property. 2). Use of dependencies property. 3). Use of embed property. 4). Use of channels property. 5). […]

Read More

Custom Action in Configuration Bar in AEM

In my last post, I explained, how to create configuration bar in CQ using cq:EditConfig node as well as using Ext – JS. When I was doing that R & D a question come in my mind that using cq:actions property of cq:EditConfig node, we are restricted to used only few operation i.e. EDIT, DELETE, COPYMOVE, INSERT & […]

Read More

Configuration Bar in AEM

During my project, I got a task in which I have to create a Configuration Edit bar in publish mode for setting some of the particular publish instance level properties. In this post I will explain the approach I used to complete this task. Agenda  1). How to create Configuration Edit bar using cq:EditConfig node? […]

Read More

Component with default Components in CQ5

During my project work I got a task in which I have to create a container component having a parsys & some default child component. In this post, I will discuss, how I achieve this functionality.   Agenda 1). How to create a container component having a parsys & some child component? i.e. ” Whenever […]

Read More

Component Group not visible in AEM Sidekick

In this post, I will address a common issue which we face when we create a component with new group.  Sometime it happens that we create a component using CRXDE Lite and defined a new group there & when we go to our web page sidekick in design mode, we are not able to see […]

Read More

Pre – Populated Multifield in AEM

During my project work, I got a task where I have to prepopulate a multifield with some predefined values. i.e when a multifield is loaded first time, It should be displayed with some default values. In this post, I will discuss, How I achieve this functionality. So    Agenda of this post Prepopulate Multifield with default […]

Read More

CQ5 Workflow Tutorial Part – III

In my last post , I discussed about “how to use inbuilt processes using process steps”. In this post I will show you how to create your custom  process and how to use them.   Agenda of this post Creating custom process Step. How to use this custom process Step. Explanation of all arguments in Workflow […]

Read More

CQ5 Workflow Tutorial Part – II

In my last post you got a lot of information about CQ5 workflow basics. If you don’t remember all of them then not to worry about that I will use all those term in this series of tutorial.   Agenda of this post Introduction to Process Step. Use of Inbuilt Processes through this Step. Use […]

Read More

CQ5 Workflow Tutorial Part – I

From this post I am starting a series of tutorial that will cover CQ5 workflow in details. This is a introductory post that will explain different terminology used in workflow.    Agenda in a Look Introduction to Workflow. Most used Workflow Terminology using interactive questionnaire. Creating  a Workflow Model. Node Structure of Workflow Model in crxde […]

Read More

Scenario for Abstract Classes & Interfaces in Java

During java interviews a common question has been asked i.e.   Tell us the scenario where we should use Abstract class and where we should use an interface?   In this post I will explain this question in a easy to understand manner, so lets start.    Key Point about Abstract Class & Interface Both […]

Read More