I have created a custom java job and method in DA, but still unclear how to develop, debug and test the java code. I have created the following class:
public test implements IdmMethod {
public void execute(Map params, OutputStream ostream) throws Exception {
.....
}
}
What are steps to develop and debug the test method above?