Hi,
Using Composer I created a Java class with a method to run as a job on schedule. As per the Composer User guide, I see one can create both method (method object) and a job too. My Java method name is "sendEmail". I have a couple of questions while creating a method and Job using Composer.
I think we can use only Composer to create both and deploy them as a project and I need need not do anything in DA? Am I right? If not, please let me know how I need to use the instructions in DA?
While Creating a Method using Composer
What exactly goes in "Command"?
Where does exactly my Java method name sendEmail go in?
For "Run as the server": What is best option?
For "Use method server": What is best option?
While Creating a Job using Composer
For "Method Data": What is best option?
For "Standard Arguments": My method does not have any arguments or parameters to pass on. Shall I keep it blank? What exactly goes here?
For "Custom Arguments": Shall I keep it blank? What exactly goes here?
Please share your knowledge and experiences for figuring this out.
Thanks.
ta