acs-aem-samples
acs-aem-samples copied to clipboard
ContentBuilder for Replication Serializer
I nominate Matthias Wermund's (Acquity Group part of Accenture) ContentBuilder implementation to be included as a sample Replication Serializer: https://github.com/mwmd/circuit14-aem-replication/tree/master/bundle/src/main/java/com/wmd/serialization/impl
Related SlideShare deck with other potential samples: http://www.slideshare.net/mwmd/adobe-experience-manager-replication-deep-dive
@dlh3 any reason why the Builder couldnt use https://sling.apache.org/apidocs/sling6/org/apache/sling/commons/json/jcr/JsonItemWriter.html ? seems more straight forward that making fake request/response objs?
That being said, having a suite of commonly used replication extensions would be nice.
No reason that I'm aware of. Perhaps @mwmd could comment, as it was his code, not mine.
@dlh3 I think if we pull this we should update the code to use the Json writer API which makes its reasonably different from the current Impl. May be easier to just write from scratch?
Reimplemented with the JSON Writer API and created PR #45.