hi Team,
I need to implement SDI like feature with Sling exporter. My page has many component which is mapped to corresponding model exporter. But need some component to avoid caching at dispatcher side.
Just expecting something like include statement getting generated in dispatcher cache with trigger another request within the cache page json.
Any pointer would be appreciated , thanks in advance.
Regards,
Swapnil Gupta
Solved! Go to Solution.
Views
Replies
Total Likes
SDI expects the output to be HTML.
Sling Model Exporter implies the output is JSON.
What exactly are you trying to do? Are you trying to stitch together a JSON response, where parts are static and other parts dynamic?
If that's the case SDI doesn't support this - and TBH, I'm not sure if Apache webserver even has the ability to do SSI in JSON (im not sure what that syntax would look like).
So why are you not going with the SDI way. this can be implemented in SDI with nocache or TTL based on your caching requirement.
You just need to put SDI config for a single or multiple component in publish runmode apart from basic SDI configuration.
If you are looking for something else please explain.
Umesh Thakur
Views
Replies
Total Likes
In this case can you com.adobe.acs.commons.http.headers.impl.DispatcherMaxAgeHeaderFilter with TTL for dispatcher like:
# Configuration created by Apache Sling JCR Installer
max.age="120"
filter.pattern=["path_pattern to json"]
we are using it for one dynamic json in our project.
Hope this will help.
Views
Replies
Total Likes
If have a (reasonably
[1] https://adobe-consulting-services.github.io/acs-aem-commons/features/http-cache/
Views
Replies
Total Likes
SDI expects the output to be HTML.
Sling Model Exporter implies the output is JSON.
What exactly are you trying to do? Are you trying to stitch together a JSON response, where parts are static and other parts dynamic?
If that's the case SDI doesn't support this - and TBH, I'm not sure if Apache webserver even has the ability to do SSI in JSON (im not sure what that syntax would look like).
Views
Replies
Total Likes
@swapnilg7731718 I have similar requirement, wondering if you can tell me about the solution you approached.
Thanks in advance.
Jaydeep.
Views
Replies
Total Likes
Views
Likes
Replies