Hello,

I'm trying to provided a tool to perform bulk updates on our content.

Following the Command pattern, a core bundle would handle commands (delete
nodes, update properties, import content etc.) provided by different
command bundles.

I was thinking I could upload JSON files in a watched folder, containings
information for the command (type, root path, data to update etc.) and that
a service could read them, and create "tasks" resources, that later my
command consumer would handle.

Is extending the OSGIInstaller a good way to achieve that? Are there
somewhere examples of custom installer, beside the Sling site documentation?

Thank you

Regards,
Guillaume

Reply via email to