- This topic has 3 replies, 3 voices, and was last updated 15 years, 4 months ago by support-eugene.
-
AuthorPosts
-
lamvictorMemberI am doing an evaluation on MyEclipse Workbench for my company.
When I import an EJB project in RAD 7 and then right click on the project, there is a menu item “Prepare for Deployment” for generation of some stub code.
But I open the same project in MyEclipse Workbench, this menu item is not foundDo anyone know what ‘s the corresponding location of this function in MyEclipse Workbench?
Or it is the proprietary function from IBM and have not provided by MyEclipse Workbench?Thanks,
Victor
support-shaliniMemberVictor,
Can you refer to the following post.
http://www.myeclipseide.com/PNphpBB2-viewtopic-t-24310-highlight-rad.html
Hope that helps.
lamvictorMemberI 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 invokesMore 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=ct2044rationalExample stub and tie file names:
_EJSRemoteStatelessEmployeeFacade_3faf136a_Tie.java
_EJSRemoteStatelessEmployeeFacadeHome_3faf136a_Tie.java
_EmployeeFacadeHome_Stub.java
_EmployeeFacadeRemote_Stub.java
…
_EJSRemoteStatelessEnrollmentService_307365ed_Tie
_EJSRemoteStatelessEnrollmentServiceHome_307365ed_TieActually 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
support-eugeneMemberThese stubs are usually generated by Websphere during deployment. MyEclipse has no special action to do it.
-
AuthorPosts