Hi,
I guess this question is a bit off topic but it does concern my efforts to move my project from JBuilder to MyEclipse, so again my apologies..
My project has EJB entities which all extend a superclass with several
inherited helper methods. With JBuilder I could specify for each method its view-type or interface: local, remote or both, and the outcome would be an EntityXXXLocal.java which includes the helper methods.
How can I achieve the same with MyEclipse/xDoclet?
Thanks,
Erez