Friday 31 August 2018

Creating an Experience Manager 6.4 Responsive Banner Component

As an Adobe Experience Manager 6.4 developer, you can create a custom Banner component. A Banner Component typically embeds an advertisement into a web page.  That is, it is used to attract traffic to a website by linking to the website of the advertiser. This development article walk you thought how to build a responsive Banner component by using HTL and a Sling Model that can be used in an AEM site. For information, see HTML Template Language.

The following video shows this custom Banner component.


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

Linked In: http://www.linkedin.com/in/scottmacdonald2010

YouTube: Subscribe to the AEM Community Channel. 

Wednesday 29 August 2018

Create a PDF document by invoking the AEM Forms Output Service

You can use the AEM Forms Output service to create a PDF document that is based on a form design (an XDP file created in Designer) and XML form data that you provide. The PDF document that is created by the Output service is not an interactive PDF document. That is, a user cannot enter or modify form data.

The following illustrations shows the PDF that is created in this article.

The Output service lets you output documents as PDF (including PDF/A documents), PostScript, Printer Control Language (PCL), and the following label formats:
  • Zebra - ZPL
  • Intermec - IPL
  • Datamax - DPL
  • TecToshiba - TPCL
Using the Output service, you can merge XML form data with a form design and output the document to a network printer or file.

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

Linked In: http://www.linkedin.com/in/scottmacdonald2010

YouTube: Subscribe to the AEM Community Channel. 

Thursday 23 August 2018

Overlaying the Adobe Experience Manager 6.4 Parsys component to display custom text

Adobe Experience Manager has long used the principle of overlays to allow you to extend and customize components. Overlay is a term that can be used in many contexts. In this context, an overlay means taking the predefined functionality and modifying it to meet your business requirements.

Default Experience Manager components are stored under /libs and it is recommended practice to define your overlay under the /apps JCR branch. AEM uses a search path to find a resource, searching first the /apps branch and then the /libs branch (the search path can be configured). This mechanism means that your overlay (and the customizations defined there) will have priority.

To demonstrate how to overlay an Experience Manager component, this article modifies the out of the box parsys component (wcm/foundation/components/parsys) by modifying the text the appears, as shown in the following illustration.



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.

Linked In: http://www.linkedin.com/in/scottmacdonald2010

YouTube: Subscribe to the AEM Community Channel. 

Tuesday 21 August 2018

Creating a HTL Repeating Data Set 6.4 Component that uses Sling Models

You can create an Adobe Experience Manager 6.4 HTL component that displays repeating information that can be set by an AEM author during design time. For example, consider a typical on-line section of a sports site.


Using Experience Manager, you can create a similiar component using HTL and Sling Models. Each section of the HTL component can include:


  • a digital asset (located in the Experience Manager DAM)
  • a heading
  • text

The following video shows an Experience Manager HTL component listing various sport stories about a youth football club.




NOTE - Like we do in these HELXP articles - when porting your components/code to a new AEM version - its best practice to re-build your AEM OSGi bundles with the latest AEM Maven Archetype. Do not try and deploy a bundle built on AEM 6.2 (for example) onto 6.4. It typically will not work!


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.

Linked In: http://www.linkedin.com/in/scottmacdonald2010

YouTube: Subscribe to the AEM Community Channel. 

Friday 17 August 2018

Adobe Experience Manager HTL Examples

Here is a listing of HTL Community-based articles intended to get you up and running with HTL.




4 - Creating an Adobe Experience Manager 6.4 HTL Component that displays data from a Restful Web Service (show use of HTL and a 3rd party RESTFUL Service. Results are displayed in HTL)


6 - Creating a HTL Repeating Data Set 6.4 Component that uses Sling Models Adobe Experience Manager Help | Creating a HTL Repeating Data Set 6.3 Component that uses Sling Models  (Discusses how to develop an AEM HTML Template Language (HTL - formerly known as Sightly) component that renders a repeating data set, including digital assets. Use of Sling Models is shown in this article. )

7 - Creating a Tab layout component for Adobe Experience Manager (Discusses how to create a custom HTL Tab component. This article uses Bootstrap and also describes how to use the JS API with HTL components. In this example, the JS logic parses a Multi-field component. )

8 - Adobe Experience Manager Help | Creating an AEM 6.4 HTML Template Language movie component (This AEM development community article discusses how to develop a tab-based HTML Template Language (HTL) component that displays AEM DAM digital
assets.) 

9 - Ask the AEM Experts on HTL - Adobe AEM ask the experts - Sightly - YouTube

10 - Building Experience Manager Components using Granite/Coral Resource Types (shows use of HTL and Granite/Coral resource types)

11 - Creating an Experience Manager YouTube Component (how to develop an AEM HTML Template Language (HTL - formerly known as Sightly) component that displays YouTube videos.)

12 - Creating an Experience Manager Responsive Banner Component  (Discusses how to create a custom HTL Responsive Banner component. This article uses Bootstrap and Sling Models)

13 - Querying Adobe Experience Manager 6.4 JCR data (Discusses how to create an Adobe Experience Manager (AEM) 6.4 HTL component that queries data from the JCR. )


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.

Linked In: http://www.linkedin.com/in/scottmacdonald2010

YouTube: Subscribe to the AEM Community Channel. 

Wednesday 8 August 2018

Creating Adobe Experience Manager 6.4 Sling Servlets that invoke MBean operations

You can create an Adobe Experience Manager (AEM) 6.4 Sling Servlet that retrieves data returned by a MBean operation. A MBean is a server-side resource that can be managed. The following illustration represents Experience Manager Workflow operations that you can invoke



In this development article, the servlet invokes the countRunningWorkflows operation by using the javax.management API

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

Linked In: http://www.linkedin.com/in/scottmacdonald2010

YouTube: Subscribe to the AEM Community Channel. 

Tuesday 7 August 2018

[Webinar | Aug] Ask the AEM Community Experts: Adobe Experience Manager - Adobe Experience Manager and Adobe Sensei

The release of Adobe Experience Manager 6.4 has introduced many features which use the power of Adobe Sensei. This session will help developers to understand Adobe Sensei powered features with demo and so that you can start harnessing the power of AI.





DateTuesday, August 28, 2018

Time: 8:00 am PDT | 11:00 am EST | 8:30 pm IST

Duration: 60 Minutes

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.

Linked In: http://www.linkedin.com/in/scottmacdonald2010

YouTube: Subscribe to the AEM Community Channel. 

Friday 3 August 2018

Downloading Adobe Experience Manager 6.4 DAM Assets using the Query Builder API

You can create an Adobe Experience Manager 6.4 Sling Servlet that uses the Query Builder API to search the Digital Asset Manager (DAM) and return a collection of assets within a ZIP file. The client web browser downloads the ZIP file that contains the DAM assets.
You can create a Sling Servlet that performs these tasks:
  • Uses the QueryBuilder API to search a specific DAM folder
  • Retrieves assets (for example, PNG files)
  • Places the assets in a ZIP file
  • Returns the ZIP file
The following illustration shows the use case described in this development article.



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.

Linked In: http://www.linkedin.com/in/scottmacdonald2010

YouTube: Subscribe to the AEM Community Channel. 

Wednesday 1 August 2018

How to create an Adobe Experience Manager System User and use Sling Mapping Service

This video show you how to create an Adobe Experience Manager System User and use Sling Mapping 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.

Linked In: http://www.linkedin.com/in/scottmacdonald2010

YouTube: Subscribe to the AEM Community Channel. M Community Channel.

Guided Journey for Using Experience Manager Adaptive Forms

This Experience Manager Guided Journey is intended to educate you on using Adobe Experience Manager Adaptive Forms.

Part 1 - Introducing Adaptive Forms


Part 2 - How to create an Adaptive Form


Part 3 - How to set a submit action 


Part 4 - How to work with a form data model


Part 5 - How to apply a theme to your adaptive form


Part 6 - How to create a custom submit action


Part 7 - How to prepopulate an AEM adaptive form with data







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.

Linked In: http://www.linkedin.com/in/scottmacdonald2010

YouTube: Subscribe to the AEM Community Channel.