facebook

Porting existing EJB proj. from JBuilderX to MyEclipse

  1. MyEclipse Archived
  2.  > 
  3. Documentation
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222176 Reply

    sdeo
    Member

    Hi,
    Any docs relating to how to port a project containing a number Entity and SLSB’s over to MyEclipse and use XDoclet ? All the documentation talks about creating EJB’s from scratch. But in my case I already have a project with many entity and session beans.
    Unfortunately, they do not seem to follow the (XDoclet ?)convention of having the Bean class name ending in “Bean”, in my case they either end in E (for EntityBean) or SF (for SessionBean). How can I get XDoclet to recognize this and generate a valid EAR file.

    Thanks
    SDeo.

    #222184 Reply

    Scott Anderson
    Participant

    SDeo,

    Any docs relating to how to port a project containing a number Entity and SLSB’s over to MyEclipse and use XDoclet ? All the documentation talks about creating EJB’s from scratch. But in my case I already have a project with many entity and session beans.

    We don’t have a tutorial on porting, but the first step is certainly to read and become comfortable with the processes for creating new EJB’s using XDoclet using the Quickstart in the documentation section here:
    http://www.myeclipseide.com/ContentExpress-display-ceid-67.html

    Once you’ve set up a test project and can run XDoclet to generate everything with the default settings, the process then becomes an XDoclet configuration issue to use non-default bean and package names. Information on that can be gathered from the forums and from the XDoclet reference manual available here: http://xdoclet.sourceforge.net/xdoclet/index.html

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Porting existing EJB proj. from JBuilderX to MyEclipse

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