Sunday, February 28, 2016

Sightly means "pleasing to the sight" ,so  it means to make the website pages more attractive with minimal effort. Sightly is introduced to replace JSP & ESP from AEM 6.0 and it is a new HTML template language. Sightly plays a very important role to define the output sent to the browser by specifying HTML itself with some basic presentation and variables to be evaluated at runtime. In this article , the below topics on Sightly are explained  ...

Monday, February 1, 2016

Consuming Restful Webservice in AEM

In this article , I am going to write about how to consume data from a third-party Restful Webservice in Adobe Experience Manager. I am fetching live cricket score from  Cricinfo using their XML data with the help of org.apache.http package. Steps to consume Restful web service -  1.Create and Setup Maven project  2.Create and compile Java classes that performs the Restful request.  3.Build and deploy...