Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
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
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
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
Visualizações
respostas
Total de curtidas
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.
Visualizações
respostas
Total de curtidas
If have a (reasonably 🙂) finite number of inputs producing a (reasonably) finite number of permutations of JSON - you could also look at using HTTP Cache [1] to cache the entire JSON output in AEM memory and serve it from there.
[1] https://adobe-consulting-services.github.io/acs-aem-commons/features/http-cache/
Visualizações
respostas
Total de curtidas
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).
Visualizações
respostas
Total de curtidas
@swapnilg7731718 I have similar requirement, wondering if you can tell me about the solution you approached.
Thanks in advance.
Jaydeep.
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas