Sei sulla pagina 1di 6

IDEA ENGINEERS

DAY CQ integration with ATG 10.x.x

DAY CQ integration with ATG 10.x.x

Sapient Corporation 2013

IDEA ENGINEERS

DAY CQ integration with ATG 10.x.x

Author Vikrant Shirbhate


Vikrant has over nine years of experience in driving complex and multi-functional projects in close coordination with global and local sponsors for leading clients in ecommerce domains. Vikrant has worked extensively on ecommerce package design implementation along with enterprise search engine customizations.

DAY CQ Overview
Day CQ is a web content management software (CMS). It has two logical divisions: authoring for content management and publishing for content delivery. The authoring portion is the environment that the content authors input contents, administrate the entire system, configure layout and design of content, and create workflows to activate (or publish) content. Replication agents in the author environment are used to publish the content and functionality from the author to the publish instance. The content to be published is packaged and placed in the replication queue in the author environment and the content is then received and published. The publishing portion is the customer-facing environment, which holds the content changes after a successful publishing cycle. For performance optimization, it is possible to convert dynamically published content (excluding any personalized parts) to static HTML, serviced by a static web server. Static web servers are very simple, but fast. Examples include Apache and IIS. The dispatcher can then be used in conjunction with the web server to realize an environment that is both fast and dynamic and with moderate hardware requirements.

DAY CQ integration with ATG 10.x.x


Table of Contents
1. Introduction a) Audience b) The Problem c) Assumption d) DAY CQ Overview e) ATG Overview 3 3 3 3 3 3

1. Introduction
In todays fast-paced, changing markets, brands cannot afford long waits for their web presences. With top dollars being invested by organizations to promote their sales via all possible channels, there is a definitive need to have seamless integration between ecommerce and CMS systems, while keeping in consideration the application performance and unified user experience across all channels. In this paper, I will discuss some of the options available for integrating the ATG/Endeca ecommerce solution with the Adobe Day CQ CMS, in order to provide a flexible, reliable, and scalable digital commerce platform.

Audience
It is my hope that ATG solution/technical architects and engagement leads will find some clarity and answers within this document.

ATG Overview
ATG Ecommerce provides an open, server-side environment for building and deploying dynamic, personalized applications for the web and other communication channels, such as email and wireless devices. With ATG 10.1.x, Oracle has provided OOB ATG integration with Endeca for indexing all Product Catalog data into Endeca. ATGs content capabilities (BCC/ATG merchandising tool) offer the basic features of a CMS with enough features to complement the online site with basic content management needs. However, it is not feature-rich enough to replace the CMS in an enterprise with heavier CMS needs. With organizations investing large sums on rich media content for campaigns and interactive promotions, ATG integration with CMS platforms is necessitated to create a successful user experience, and a multitude of factors govern the integration of ATG with a CMS platform to deliver a firsthand user experience.

2. Day CQ: ATG/Endeca Approaches 4 a) Migrate (one-time and ongoing) content metadata from CQ into ATG b) Migrate (one-time and ongoing) content metadata from CQ into ATG and from ATG to Endeca c) Migrate (one-time and ongoing) content metadata from CQ into Endeca d) Use CQ search along with Endeca experience manager (no metadata migration) 3. Data Sheet 4. Conclusion 5 6 7 8 9 9

The Problem
If you are like most ecommerce businesses today, you have two systems: one for ecommerce and the other for content assets. If this is not handled in an efficient and seamless manner, it can turn into a maintenance nightmare for retailers. And not only that, it can also negate the end users experiences and significantly water down the revenue generation. Because of this, there is a compelling need for seamless and instantaneous integration between the ecommerce and CMS systems.

Assumption
In order to arrive at a usable solution to this problem, the content creation and management will be owned by CQ, and ATG/Endeca will provide the user-interfacing layer of the application.

Sapient Corporation 2013

Sapient Corporation 2013

IDEA ENGINEERS

DAY CQ integration with ATG 10.x.x

A - Migrate (one-time and ongoing) content metadata from CQ into ATG

2. Day CQ: ATG / Endeca Approaches


Adobe as a CMS provides the entire framework to manage and deliver content. Its content delivery capabilities also cover the ability to manage page templates (or layouts) and widgets on pages. Given that Endeca provides similar functionality, CQ will be used as a content provider and the combination of ATG and Endeca will be used to author pages and page components. There are four ways to integrate CQ with ATG and Endeca as listed below, assuming CQ will still be used as the overall CMS, and after all the content is approved and published in CQ, it will be displayed on the website. Given that CQ will exist along with the other systems, content will not be migrated into ATG/Endeca, as that can create unnecessary redundancy and the need to synchronize multiple systems. a) b) c) d) Migrate (one-time and ongoing) content metadata from CQ into ATG Migrate (one-time and ongoing) content metadata from CQ into ATG and from ATG to Endeca Migrate (one-time and ongoing) content metadata from CQ into Endeca Use CQ search along with Endeca experience manager (no metadata migration)

Approach for Content Migration


One time In the one-time migration, all CQ metadata contents will be navigated and all content item metadata information will be transferred to the ATG content repository. Ongoing In the ongoing migration, only revised CQ metadata contents will be navigated and a select set of content item metadata information will be transferred to ATG.

Segments with which content item is associated Page title of the content item (page) Navigation title, which is often shorter than the full title, for the content item within the navigation map Subtitle for use on the content item (page) Description containing more information about the content item Absolute path of the content item in the CRX repository

ATG/CQ Integration Approach


1. One time Create a scheduler that will call full update () method present in ATG CRX repository browse component to navigate to CRX and retrieve a sample set of attribute values for all content items (pages in CQ) including the: Title of the content item (page) Tags that are associated with a content item Language that the content is written in Content alias to be used with content item

2. Ongoing An event listener should be created, which will listen to the author and publishing event and will use a partial update () method present in the CRX repository browse component. XML documents would be used to upload the content metadata into the ATG repository These XMLs can be generated by any CMS, as a part of a workflow or an event listener. 3. Details The ATG scenario rule manager functionality will use the above set of attributes to create the targeter. In addition, content paths retrieved based on the ATG scenario rule manager are used for fetching content from the publish CQ.

Sapient Corporation 2013

Sapient Corporation 2013

IDEA ENGINEERS

DAY CQ integration with ATG 10.x.x

B - Migrate (one-time and ongoing) content metadata from CQ into ATG and from ATG to Endeca

C - Migrate (one-time and ongoing) content metadata from CQ into Endeca

Approach for Content Migration


One time In the one-time migration, all CQ metadata contents will be navigated and all content item metadata information will be transferred to the ATG content repository. From the ATG content repository, content items will be migrated to Endeca. Ongoing In the ongoing migration, only revised CQ metadata contents will be navigated and a select set of content item metadata information will be transferred to ATG. From the ATG content repository, select content items will be migrated to Endeca.

ATG/CQ Integration Approach


1. One time Create a scheduler that will call full update () method present in ATG CRX repository browse component to navigate to the CRX repository, which will be stored in the ATG content repository. 2. Ongoing An event listener should be created, which will listen to the author and publishing event and will use a partial update () method present in the CRX repository browse component. 3. Details The ATG repository CQ contents will be indexed into Endeca. In the Endeca experience manager, a targeter cartridge will be created. Based on rules present in the cartridge (the ATG scenario manager rule is optional), a set of content paths will be retrieved from the Endeca index. The contents path retrieved will be used for fetching content from the publish CQ.

Approach for Content Migration


One time In the one-time migration, all CQ metadata contents will be navigated and all content item metadata information will be transferred to Endeca. Ongoing In the ongoing migration, only revised CQ metadata contents will be navigated and a select set of content item metadata information will be transferred to Endeca.

ATG/CQ Integration Approach


1. One time Create a scheduler that will call full update () method present in the search engine indexing component to navigate to the CRX repository, which will be stored in Endeca. 2. Ongoing An event listener should be created, which will listen to the author and publishing event and will use a partial update () method present in the search engine indexing component. 3. Details: In this approach, the Day CQ publish repository will be browsed and metadata (like the title and tags), along with the content path, will be stored within Endeca. Create the cartridge in the Endeca experience manager. The cartridge will use the Endeca index and a set of content paths will be retrieved from the Endeca index. Rules will be created within the cartridge. The contents path retrieved will be used for fetching content from the publish CQ.

Sapient Corporation 2013

Sapient Corporation 2013

IDEA ENGINEERS

DAY CQ integration with ATG 10.x.x

3. Data Sheet
D - Use CQ search along with Endeca experience manager (no metadata migration)
Software Migrate (one-time and ongoing) content metadata from CQ into ATG CQ 5.5 ATG 10.1.x Migrate (one-time and ongoing) content metadata from CQ into ATG and from ATG to Endeca CQ 5.5 Endeca 6.3 ATG 10.1.x Endeca experience manager(XM) 3.1 Preferably XM but can be achieved by ATG also Migrate (one-time and ongoing) content metadata from CQ into Endeca CQ 5.5 Endeca 6.3 ATG 10.1.x (optional) Endeca experience manager (XM) 3.1 XM Use CQ search along with Endeca experience manager (no metadata migration) CQ 5.5 Endeca 6.3 ATG 10.1.x (optional) Endeca experience manager (XM) 3.1 XM

Scenario rule manager / Personalization Component needs to be created

ATG

ATG CRXRepository Browse Component-component to push metadata contents into ATG repository

ATG a) CRXRepository Browse Component- component to push metadata contents into ATG repository b) Component to push CQ metadata contents to Endeca Endeca Experience manager cartridge

CQ Search Engine indexing component- component to push contents from CQ to Endeca (using CAS service) Endeca Experience manager cartridge

Endeca Experience manager cartridge

Pros

Personalization will be controlled from ATG

1) Personalization will be controlled from ATG 2) Endeca Search features like relevance, ranking can be utilized whilst displaying component on webpage.

1) In this case, personalization will be achieved using experience manager cartridge. 2) Endeca Search features like relevance, ranking can be utilized whilst displaying component on webpage.

1) In this case, personalization will be achieved using experience manager cartridge. 2) Metadata content dont need to be stored into ATG repository 3) Incase content changes are too frequent, this approach is recommended. Endeca and day CQ will be tightly coupled.

Approach for Content Migration


In this approach, no one-time or ongoing migration is needed.

title, or segments. The output of the json search component will be json results consisting of a list of content paths. A sample json query wherein the title = shirtproduct and tags value = saks:men is as follows:

Cons

ATG/CQ Integration Approach


1. One time Not applicable. 2. Ongoing Not applicable. 3. Details In this approach, the component will be created in CQ and the Endeca experience manager will use the CQ selector search component to retrieve contents. Those contents will be created and managed within CQ. Use the out-of-the-box CQ json component (i.e., querybuilder.json). For example, content search will accept a set of parameters such as tags,

<CQservername>:<cqpublishport>/bin/ querybuilder.json?group.1_property=jcr:content/ jcr:title&group.1_property.value=shirtproduct& group.p.or=true&group.2_property=jcr:content/ cq:tags&group.2_property.value=saks:men

1) CQ Repository needs to be browsed and event listener needs to provide updated contents to ATG. 2) Endeca Search features like relevance, ranking cant be utilized whilst displaying component on webpage.

1) Repository needs to be browsed and event listener needs to provide updated contents to ATG. 2) Incase content changes are very frequent, there will be delay in actual content display on website pages

Repository needs to be browsed and event listener needs to provide updated contents to Endeca.

Endeca
The Endeca experience manager cartridge will accept values for search attributes (e.g., tag ID). While displaying the cartridge, a CQ search selector request will be submitted and will return a list of content paths wherein particular search criteria is matched. Based on content paths, respective contents can be retrieved from Day CQ on a webpage.

4. Conclusion
When trying to determine the system architecture for your companys integration between ecommerce channels and CMS systems, there are multiple factors that come into play. And while a one-size-fits all approach would be ideal, no such silver bullet exists. A combination of business use cases and non-functional requirements should be used to define the system architecture based on the above approaches or a hybrid approach can be formulated to overcome any shortfalls. Only then will you be able to find the right digital commerce platform that works for you and your business.

Sapient Corporation 2013

Sapient Corporation 2013

Potrebbero piacerti anche