I am new to Documentum. I have technical fundamentals knowledge. I have started working in WDK customization. Have made a HelloWorld exapmle but dont know how where to save helloworld.java file & also to compile. The code for java is
import com.documentum.web.common.ArgumentList;
import com.documentum.web.formext.component.Component;
public class HelloWebtop extends Component {
public void onInit(ArgumentList arg){
super.onInit(arg);
System.out.println("hello");
}
}
This example is taken from WDK web development guide.
Thanks in advance for helping me.
Thanks & Best Regards
Shilpy