Hey Guru's
I have a unique requirement where I need to manage client libs programmatically. It's like I need to create a new one and also update on submit action.
I couldn't find myself of any Existing suitable API for client libs management, can any one point me to any? Or many be any pointers on the best way I can achieve it?
Thanks in advance
thanks
Solved! Go to Solution.
A client library is just a specific node structure, so you would use the standard Sling Resource and/or JCR apis to create the right nodes.
If you're looking for an example, I've been working on a tool to generate client libraries. You can see my work in progress here: https://github.com/justinedelson/acs-aem-tools/compare/feature;client-lib-bootstrapper (and a screenshot here: https://github.com/Adobe-Consulting-Services/acs-aem-tools/issues/11)
A client library is just a specific node structure, so you would use the standard Sling Resource and/or JCR apis to create the right nodes.
If you're looking for an example, I've been working on a tool to generate client libraries. You can see my work in progress here: https://github.com/justinedelson/acs-aem-tools/compare/feature;client-lib-bootstrapper (and a screenshot here: https://github.com/Adobe-Consulting-Services/acs-aem-tools/issues/11)
Thanks Justin . Very useful tool .
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies