Wednesday, 7 November 2012

Developing an Adobe CQ application that uses FTP

You can create an Adobe CQ application that uses the File Transfer Protocol (FTP) to transfer a file from one server to another one. This article describes how to develop an Adobe CQ application that uses an OSGi component to transfer an HTML file to another server. The OSGi component uses Apache Java libraries to transfer the HTML file.

 To read this entire article, see

https://helpx.adobe.com/experience-manager/using/developing-cq-application-uses-ftp.html
 

Adobe Digital Marketing Community


Join the Adobe Digital Marketing Community. Start by clicking this banner

About the Author

I (Scott Macdonald) am a Senior Digital Marketing Community Manager at Adobe Systems with over 16 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 CQ or other Adobe Digital Marketing end to end articles like this, then leave a comment and let me know what content you would like to see.

Linked Inhttp://www.linkedin.com/in/scottmacdonald2010
TwitterFollow the Digital Marketing Customer Care team on Twitter @AdobeMktgCare.



Friday, 26 October 2012

Configuring Adobe CQ to use Apache Directory Service

You can configure Adobe CQ to use a third-party LDAP service that contains user data. By configuring Adobe CQ to use a third-party LDAP service, you can authenticate with Adobe CQ using your user data. That is, you can enter a user located in your LDAP service into CQ login during the login process. This article describes how to setup Apache Directory service, create a new user, configure Adobe CQ to use Apache Directory service, and finally login to Adobe CQ with the new user entered into Apache Directory service.
 As shown in the previous illustration, a user can authenticate with Adobe CQ using user data located in Apache Directory service. To configure Adobe CQ to use Apache Directory service, you configure an Adobe CQ configuration file.

Note: To read this entire article, click this link:

https://helpx.adobe.com/experience-manager/using/configuring-cq-apache-directory-service.html

Note: This development article is for CQ 5.5.

Adobe Digital Marketing Community


Join the Adobe Digital Marketing Community. Start by clicking this banner

About the Author

I (Scott Macdonald) am a Senior Digital Marketing Community Manager at Adobe Systems with over 16 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 CQ or other Adobe Digital Marketing end to end articles like this, then leave a comment and let me know what content you would like to see.

Linked Inhttp://www.linkedin.com/in/scottmacdonald2010
TwitterFollow the Digital Marketing Customer Care team on Twitter @AdobeMktgCare.


Thursday, 13 September 2012

Developing CQ Custom Workflow Steps using Maven

You can create an Adobe CQ custom workflow step by using Maven. A custom workflow step lets you customize a CQ workflow to meet your business requirements. An Adobe CQ workflow consists of steps that are either participant steps or process steps.

Note: This development article is for Adobe CQ 5.5 or lower. If you want to create a custom step for AEM 5.6, see http://scottsdigitalcommunity.blogspot.ca/2013/10/creating-custom-aem-workflow-steps-that.html.

Participant steps require manual intervention by a person to advance the workflow. Process steps are actions performed by Adobe CQ if certain configured conditions are satisfied. You can create either a participant or process custom workflow step using Maven. You can use the Adobe CQ Java API to create a custom step.


 To read this entire article, click this link:

https://helpx.adobe.com/experience-manager/using/developing-cq-custom-workflow-steps.html


Adobe Digital Marketing Community


Join the Adobe Digital Marketing Community. Start by clicking this banner

About the Author

I (Scott Macdonald) am a Senior Digital Marketing Community Manager at Adobe Systems with over 16 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 CQ or other Adobe Digital Marketing end to end articles like this, then leave a comment and let me know what content you would like to see.

Linked Inhttp://www.linkedin.com/in/scottmacdonald2010
TwitterFollow the Digital Marketing Customer Care team on Twitter @AdobeMktgCare.

Friday, 17 August 2012

Creating CQ applications that use HTML Drag and Drop

You can create a custom CQ application that integrates drag and drop functionality supported with HTML5. By integrating drag and drop functionality into your CQ client applications, you offer your users a cutting edge and engaging experience. This drag and drop application lets a user drag a PDF icon to the beginning of the list.


When the user clicks the View PDF Document button, the name of the PDF located at the beginning of the list is retrieved. The PDF name is sent to an OSGi bundle operation that saves the document in a web server location. The IFrame control that is located on the client CQ application displays the document. 



A CQ client that supports drag and drop

To read this full article, click the following link:

https://helpx.adobe.com/experience-manager/using/cq-drag-drop-applications.html


Adobe Digital Marketing Community


Join the Adobe Digital Marketing Community. Start by clicking this banner

About the Author

I (Scott Macdonald) am a Senior Digital Marketing Community Manager at Adobe Systems with over 16 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 CQ or other Adobe Digital Marketing end to end articles like this, then leave a comment and let me know what content you would like to see.

Linked Inhttp://www.linkedin.com/in/scottmacdonald2010
TwitterFollow the Digital Marketing Customer Care team on Twitter @AdobeMktgCare.


Monday, 30 July 2012

Integrating LiveCycle into Adobe CQ applications


As a user of Adobe Enterprise technologies, you can create an enterprise solution that uses functionality provided by Adobe CQ and LiveCycle ES. By combining the functionality of both server products, you can create applications to solve your business requirements. For example, assume that you want to place user submitted data into a PDF/A document for long-term storage. In this situation, you can call LiveCycle ES from an OSGi bundle and pass the data that was submitted from a CQ application. LiveCycle ES can place the data into a PDF/A document.

To read this full article, click this link:

https://helpx.adobe.com/experience-manager/using/integrating-livecycle-cq-applications.html


Adobe Digital Marketing Community


Join the Adobe Digital Marketing Community. Start by clicking this banner

About the Author

I (Scott Macdonald) am a Senior Digital Marketing Community Manager at Adobe Systems with over 16 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 CQ or other Adobe Digital Marketing end to end articles like this, then leave a comment and let me know what content you would like to see.

Linked Inhttp://www.linkedin.com/in/scottmacdonald2010
TwitterFollow the Digital Marketing Customer Care team on Twitter @AdobeMktgCare.


Wednesday, 11 July 2012

Creating custom CQ email services


You can create a custom CQ email service that lets CQ users send email messages from a CQ web page. To create a CQ email service, you develop an OSGi bundle that uses the Java Mail API. You can also develop a JSP that uses JQuery that calls the OSGi service and passes data that is sent as an email message.
 A CQ email client








Adobe Digital Marketing Community


Join the Adobe Digital Marketing Community. Start by clicking this banner

About the Author

I (Scott Macdonald) am a Senior Digital Marketing Community Manager at Adobe Systems with over 16 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 CQ or other Adobe Digital Marketing end to end articles like this, then leave a comment and let me know what content you would like to see.

Linked Inhttp://www.linkedin.com/in/scottmacdonald2010
TwitterFollow the Digital Marketing Customer Care team on Twitter @AdobeMktgCare.


Monday, 25 June 2012

Integrating custom CQ widgets with third-party libraries

Have you ever wondered how to create a custom CQ widget that performs tasks not available with out of the box CQ components. In this situation, you can create a CQ widget that uses third-party libraries that lets your CQ application perform custom tasks. For example, assume that you want to create a CQ application that lets you view a specific street by using Google Map APIs.

Purhaps, you want your CQ component to accept latitude and longitude values and then show the results, as shown in the following illustration.

If you are interested in learning how to create CQ components that use third-party libraries, then check out the  following article:  

https://helpx.adobe.com/experience-manager/using/integrating-custom-cq-widgets-third-party.html


Join the Adobe Experience Cloud Community 

Join the Adobe Experience Cloud Community by clicking this banner




I (Scott Macdonald) am a Senior Digital Marketing 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 CQ or other Adobe Digital Marketing end to end articles like this, then leave a comment and let me know what content you would like to see.


TwitterFollow the Digital Marketing Customer Care team on Twitter @AdobeExpCare.

YouTube: Subscribe to the AEM Community Channel