Monday 22 August 2016

Creating custom Adobe Experience Manager 6.2 ecommerce providers

You can use the Adobe Experience Manager (AEM) 6.2 API to create a custom eCommerce provider. A custom eCommerce provider lets you create eCommerce components such as an AEM shopping cart component to use  within an AEM online retail site and provides functionality such as:

  • provides an overview of selected items
  • links to the individual product pages
  • updates to quantity
  • removal of the item

A shopping cart component lets visitors perform tasks such as purchase items, as shown in the following illustration.


This development article walks you through how to use the AEM eCommerce API to build a custom provider. To read this development article, click https://helpx.adobe.com/experience-manager/using/ecommerce62.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 16 August 2016

Creating an AEM HTML Template Language Component that posts data using AJAX

You can create an Adobe Experience Manager (AEM) HTML Template Language (HTL)   component that is able to post data to a Sling Servlet and display data returned by the servlet. An HTL component can perform POST/GET operation using AJAX. For example, you can perform a search operation by posting a user ID. Then the servlet can perform a lookup on a data set and return the data. This article walks you through how to build an AEM HTL component that can post data to an AEM Sling Servlet and then display the results, as shown in the following illustration.





To read this development article, click https://helpx.adobe.com/experience-manager/using/htl_ajax.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.


Thursday 11 August 2016

Creating an AEM HTML Template Language Component that displays data from a SOAP Web Service

You can create an Adobe Experience Manager (AEM) HTML Template Language (HTL) component that displays data retrieved from a third-party web service. An HTL component can dynamically display a different data set based upon the return value of SOAP web service. For example, assume you want to display cities located in a Country. Using a HTL component dialog, you can specify the Country, such as the United States, and the number of cities to return. A web service call is made from the Java part of the HTL component and the result set is displayed in the HTL component, as shown in the following illustration.




This development article walks you through how to build an AEM HTL component that dynamically displays content based on data returned from a third-party web service.






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.


Friday 5 August 2016

Working with AEM eCommerce - August 2016 Session of Ask the AEM Community Experts

Topic: Working with AEM eCommerce
Date: Aug 23, 11 AM EST 2016
Description: Join Lokesh BS and Scott Macdonald for a discussion about how to use  AEM eCommerce. This session will cover the eCommerce Framework, including how to use the eCommerce APIs. By joining this session, you will gain a deeper understanding of how to use the AEM eCommerce framework and the given APIs.

To view this session - click:

https://communities.adobeconnect.com/p4tpydv8mxw/?launcher=false&fcsContent=true&pbMode=normal


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.