I’ve been experimenting with writing EJBs. I am curious as to how to add my own business methods to an EJB. For some reason I assumed that simply creating a method in the XBean.java file (in the ejb package) would result in a similarly named method being added to one of the classes that XDoclet creates. I guess I assumed the XBean.java class in the interfaces package is where this would occur. However, I am not seeing this behavior (even after running XDoclet).
Now the file that contains the interfaces.XBean class says “Do Not Edit!” at the top. So I am not sure if I need to manually add the method to the remote interface (but where?). Or should it be added automatically after running XDoclet (which I am not observing).
How should this work with MyEclipse?
Thanks,
Mike