facebook

The ‘Prepare for Deployment’ function for EJB project in RAD

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302147 Reply

    lamvictor
    Member

    I 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 found

    Do 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

    #302158 Reply

    Victor,
    Can you refer to the following post.
    http://www.myeclipseide.com/PNphpBB2-viewtopic-t-24310-highlight-rad.html
    Hope that helps.

    #302167 Reply

    lamvictor
    Member

    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

    #302200 Reply

    These stubs are usually generated by Websphere during deployment. MyEclipse has no special action to do it.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: The ‘Prepare for Deployment’ function for EJB project in RAD

You must be logged in to post in the forum log in