I don’t find any relation between XDoclet and the EJB stub code
Actually what i can see in RAD is after pressing ‘Prepare for Deployment’ in EJB Project,
the stub/ties are generated using the RMIC compiler in the WebSphere® Application Server (WAS) version 5.x or 6.x IBM Java™ SDK, which EJBDeploy invokes
More details are described in :
http://www-01.ibm.com/support/docview.wss?rs=2044&context=SSCM72&dc=DB560&dc=DB520&uid=swg21244438&loc=en_US&cs=UTF-8&lang=en&rss=ct2044rational
Example stub and tie file names:
_EJSRemoteStatelessEmployeeFacade_3faf136a_Tie.java
_EJSRemoteStatelessEmployeeFacadeHome_3faf136a_Tie.java
_EmployeeFacadeHome_Stub.java
_EmployeeFacadeRemote_Stub.java
…
_EJSRemoteStatelessEnrollmentService_307365ed_Tie
_EJSRemoteStatelessEnrollmentServiceHome_307365ed_Tie
Actually my company ‘s EJB projects need to press this button before export it to a EAR file and then deploy it to any WAS Server.
Is it not necessary to do this ‘Prepare for Deployment’ function in myeclipse when deploying this kind of EJB project?
I am not sure whether MyEclipse blue/workbench can successfully migrate this RAD project
without a big change in configuration and conversion trouble if no this function supported.
Please guide!
Any help will be appreciated!
Thanks
Victor