Hi there,we are in the process of rolling out a new custom eCommerce engine in conjunction with AEM. What are the best practices for localised product descriptions ? Are these considered part of PIM (system of record: eCommerce) or rather part of experience management/marketing (system of record: AE...
But the whole point is to create an overarching framework (with AEM just being one part of the overall eco system) that ensures that all the components can talk to each other in a homogeneous fashion without being aware of what happens inside the box (AEM). So a mobile client just needs to know the ...
After some further reading up on it, it seems that using hashes in URI's are only for client use as anchors, they never go across the network. i.e. If I entered "..../products#latest", the URL going over the wire to AEM would still be ".../products". Once ALL the content comes back, the browser iden...
Sorry, there seems to be a misunderstanding. I am not asking for an alternative to query strings, rather the opposite: I want to use query strings, but there seem to be problems with that in AEM (in terms of authors being able to edit the dynamic pages), and I wanted to know whether these problems r...
HI there, AEM is an important component in our distributed customer experience platform which is fully based on loosely coupled components (CMS, apps, 3rd party services) which are tied together by a service oriented REST API framework. In order to create a unified developer experience, we would lik...
Thx Johan, much appreciated. I am aware of the underlying OSGi framework as well as the Author-Publish-Dispatcher concept (incl. cache flushing and integration with external CDN's). Still our requirement is slightly different (maybe I used the wrong terminology) as in our business users don't "trust...
Thanks for the response, I have read quite a bit about CQ5, and I am aware of the LiveCopy concept and the ability to automatically synchronise parts of the website. I did see this feature though primarily as a means to manage multilingual content with losing the structural consistency.This is also ...
Hi there, we have built our B2C website on top of Adobe CQ5 and based on the REST paradigm where java script code is executed in the browser making subsequent calls to our service backends. We are facing a couple of issues and I was wondering whether anyone can provide some insight regarding standar...
Hi there, we are designing a new website (abc.com) which needs to provide multi language capabilities as well as share some content with another unrelated website (xyz.com), both running on CQ5. The current idea is that we would use Multi Site Manager for both requirements. So we would set up a blue...