Thursday 13 October 2016

Creating an Adobe Experience Manager RSS component using JQuery

You can create an Adobe Experience Manager (AEM) component that is able to retrieve data from a RSS feed and display data in the component's view. A RSS uses standard web feed styles to publish data such as:

  • blog entries
  • news headlines
  • audio
  • video

When developing a custom AEM component, you can select a third-party library and use that library within AEM. This is a benefit of developing an AEM component as it offers you better flexiblity to address your business requirements. In this use case, the following third-party library is used:

http://jquery-plugins.net/FeedEK/FeedEk_demo.html

The following illustration shows the component created in this development article.


To read this development article, click  https://helpx.adobe.com/experience-manager/using/aem_rss.html.

NOTE: To learn how to develop an AEM Headline component (another example of displaying RSS type data), see http://scottsdigitalcommunity.blogspot.com/2016/03/creating-aem-headline-component.html


Join the Experience League

To become an Experience Business, you need more than just great tools and online help. You need a partner. Experience League is a new enablement program with guided learning to help you get the most out of Adobe Experience Cloud. With training materials, one-to-one expert support, and a thriving community of fellow professionals, Experience League is a comprehensive program designed to help you become your best.

Join the Adobe Experience League by clicking this banner.




I (Scott Macdonald) am a Senior Experience League Community Manager at Adobe Systems with 20 years in the high tech industry. I am also a programmer with knowledge in Java, JavaScript, C#,C++, HTML, XML and ActionScript. If  you would like to see more AEM or other end to end articles like this, then leave a comment and let me know what content you would like to see.


Twitter: Follow the Digital Marketing Customer Care team on Twitter @AdobeExpCare.


Wednesday 12 October 2016

Integrating Adobe Experience Manager and Adobe Campaign Standard to create Newletters

You can integrate Adobe Experience Manager and Campaign to create business solutions that require newsletters promoting a new product. For example, assume that you want to create an email campaign  to raise awareness of the product. Using AEM and Campaign, you can address this use case. You can create the news letter using AEM components such as text and image components.




This development article will walk you though how to integrate AEM and Campaign. To read this development artilce, click https://helpx.adobe.com/experience-manager/using/aem_campaign.html.

Join the Experience League

To become an Experience Business, you need more than just great tools and online help. You need a partner. Experience League is a new enablement program with guided learning to help you get the most out of Adobe Experience Cloud. With training materials, one-to-one expert support, and a thriving community of fellow professionals, Experience League is a comprehensive program designed to help you become your best.

Join the Adobe Experience League by clicking this banner.




I (Scott Macdonald) am a Senior Experience League Community Manager at Adobe Systems with 20 years in the high tech industry. I am also a programmer with knowledge in Java, JavaScript, C#,C++, HTML, XML and ActionScript. If  you would like to see more AEM or other end to end articles like this, then leave a comment and let me know what content you would like to see.


Twitter: Follow the Digital Marketing Customer Care team on Twitter @AdobeExpCare.


Tuesday 4 October 2016

Creating Adobe Experience Manager Packages using a Java API

You can dynamically create an Adobe Experience Manager package by using a Java API. That is, you can create an OSGi bundle that contains code that builds an AEM package. Building a package using code lets build a package without having an AEM administrator build a package manually, For example, some use cases are to build packages every week automatically. Using the Java API, you can perform this use case, as shown in the following illustration.


This AEM client invokes a sling servlet that dynamically builds an AEM package. To read this AEM developer article, click https://helpx.adobe.com/experience-manager/using/dynamic_aem_packages.html.


Join the Experience League

To become an Experience Business, you need more than just great tools and online help. You need a partner. Experience League is a new enablement program with guided learning to help you get the most out of Adobe Experience Cloud. With training materials, one-to-one expert support, and a thriving community of fellow professionals, Experience League is a comprehensive program designed to help you become your best.

Join the Adobe Experience League by clicking this banner.




I (Scott Macdonald) am a Senior Experience League Community Manager at Adobe Systems with 20 years in the high tech industry. I am also a programmer with knowledge in Java, JavaScript, C#,C++, HTML, XML and ActionScript. If  you would like to see more AEM or other end to end articles like this, then leave a comment and let me know what content you would like to see.


Twitter: Follow the Digital Marketing Customer Care team on Twitter @AdobeExpCare.