Note that there are some explanatory texts on larger screens.

plurals
  1. POImporting Product in Adobe CQ5
    primarykey
    data
    text
    <p>I have a question on how we can import/synchronise products from our back-office to CQ5 front end.</p> <p>The architecture to be is pretty simple - custom back-office managing all the products( basically it will be the source of truth). CQ5 driven web-site to show search results(driven by Adobe SearchAndPromote) and product details. Purchase transactions will be handled outside of CQ5.</p> <p>I went through <a href="http://dev.day.com/docs/en/cq/current/ecommerce/eCommerce-framework.html" rel="nofollow">http://dev.day.com/docs/en/cq/current/ecommerce/eCommerce-framework.html</a> and I think have some idea in which direction we should move, but I would like someone to confirm that my understanding is correct.</p> <p>1) I need to create scheduled job running on Author node that would call back-office and import products as json feed. <em>I use annotation based @Service(Runnable.class) - Is there a way to set it so it rund on Author node only?</em></p> <p>2) Create custom service(called my service above) that will actually create all the nodes in crx. <em>If I have desktop and mobile versions of the site do I need to create all those dones twice? Are there any tips on easier way to create those?</em></p> <p>3) Let CQ5 replicate those products to publish nodes.</p> <p>Is there a easier way? I mean if I was using more standard web-app I would have one controller to show product details, two templates(one for mobile, one for desktop) and a service that would call back-office and return details for requested product. But Sling world is very different, and I want to check if I understand it correctly.</p> <p>Cheers.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload