What are the advantages of using Sling Pipes over other way to modifying content? | Community
Skip to main content
antond26624417
Level 2
September 14, 2018
Solved

What are the advantages of using Sling Pipes over other way to modifying content?

  • September 14, 2018
  • 1 reply
  • 962 views

What are the advantages of using Sling Pipes over other way to modifying content?
I found some articles about Sling Pipes -https://sling.apache.org/documentation/bundles/sling-pipes.html. I read a lot of information about SlingPipes but I haven't understood yet what are the typical use cases of Sling Pipes or typical tasks and what are the advantages of using Sling Pipes over other way of modifying content: why I can't use, for example, Groovy Console or JSP Scriplets for this as is more regular way to do this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

With sling pipes you can build your ruleset declarative (with a node structure) instead of coding. Of course you have other options as well, and Sling Pipes ist just a nice and interesting approach to define such rules. Of course you can do the very same with Groovy or other technologies.

Jörg

1 reply

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
September 14, 2018

With sling pipes you can build your ruleset declarative (with a node structure) instead of coding. Of course you have other options as well, and Sling Pipes ist just a nice and interesting approach to define such rules. Of course you can do the very same with Groovy or other technologies.

Jörg