Wednesday 25 July 2018

Submitting Adaptive Form Data to MySQL using a DataSourcePool

You can create an Adobe Experience Manager (AEM) 6.3 form and submit the data to a custom AEM service. The custom service uses the Java JDBC API to persist data into a relational database.  Although an Adaptive Form does let you configure a data model to submit data to a relational database, by creating a custom service, you can fully control how the data is submitted to MySQL. For example, you can peform additional operations by using Java logic prior to updating a database.

Te following form represents the form that is created in this 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. 

Tuesday 17 July 2018

Extending Adobe Experience Manager Core Components

You can customize Adobe Experience Manager core components by extending them and modifying the Java logic. In this article, you are going to customize the Java object used by the Title component to add some static text to the end of the title. The way the Core Components are written, they reference back end Java objects, implemented using the Sling Models framework, by interface name. For example, the Title component’s HTML references an interface named com.adobe.cq.wcm.core.components.models.Title.

When the HTL script asks for an implementation of this interface, Sling Models uses the implementation class which is associated with the nearest resource type. So, to provide a custom backing Java object, you need to create a Sling Model class which uses a closer resource type than the default.

The following illustration shows the Title component that uses a custom Java class that extends the Title core component class.


NOTE - To see this content in a Guided Journey - see part 5 here: http://scottsdigitalcommunity.blogspot.com/2018/06/guided-journey-for-using-adobe.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 11 July 2018

Getting Started with AEM Forms

See these helpful AEM Articles about using AEM Forms:


·        Style an adaptive form
·        Test and publish an adaptive form




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. 

Monday 9 July 2018

[Webinar | July ] Ask the AEM Community Experts: Adobe Experience Manager - Explore Assets and Tags by using AEM APIs

Join Lokesh Shivalingaiah (two time AEM Community member of the year) and us for a deep dive session to explore and understand the available APIs for Assets and Tags within AEM along with some use cases.


Date: Tuesday, 24th July 2018

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

Duration: 60 Minutes

Playback: http://bit.ly/72018AtACE


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.