I am creating a sitemap from part of my JCR. I am happy to iterate the JCR when first time creating it, but really don't want to re-iterate every time a request come in to pickup the latest content.
I would assume there is some thing like a listener to catch the change that have been made in the JCR where my sitemap generate from. If so, I only needs to update the sitemap file already generated, with some process with the changes has been caught by the listener. Please advise if there is such listener and it would be great to advise some practical implementation. Thanks in advance.