writing sling scheduler/curl commands | Community
Skip to main content
praveenk9004043
New Participant
October 24, 2016
Solved

writing sling scheduler/curl commands

  • October 24, 2016
  • 3 replies
  • 2142 views

Hi Friends,

Can someone help me how to write sling scheduler and call curl commands in the scheduler.

Regards

Pr@veen

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 kautuk_sahni

Hi 

Please have a look at this this helpx article for your help:

Link:- https://helpx.adobe.com/experience-manager/using/aem-first-components1.html

// It covers how to create an AEM Sling Scheduler Service

And here, you need to trigger Curl command from JAVA code.

 

Link:- http://stackoverflow.com/questions/24053634/using-curl-command-in-java

// Using curl command in java

I hope this would help you.

~kautuk

3 replies

smacdonald2008
New Participant
October 27, 2016

See this HELPX article to learn how to write a Scheduler Service: 

http://scottsdigitalcommunity.blogspot.com/2014/05/scheduling-adobe-experience-manager.html

Hope this helps.... 

varunmitra
Employee
October 27, 2016

Here is some sample code for creating a scheduler. Use the link mentioned by Kautuk to incorporate CURL commands.

kautuk_sahni
kautuk_sahniAccepted solution
Employee
October 24, 2016

Hi 

Please have a look at this this helpx article for your help:

Link:- https://helpx.adobe.com/experience-manager/using/aem-first-components1.html

// It covers how to create an AEM Sling Scheduler Service

And here, you need to trigger Curl command from JAVA code.

 

Link:- http://stackoverflow.com/questions/24053634/using-curl-command-in-java

// Using curl command in java

I hope this would help you.

~kautuk

Kautuk Sahni