facebook

Create an EJB without XDoclet

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #268519 Reply

    We are walking through the MyEclipse EJB Development Quickstart guide, but it doesn’t tell us how to create an EJB without XDoclet? Does MyEclipse provide an automated way to do that, or do you need to “roll your own” if you don’t want XDoclet?

    We have a bunch of existing EJB projects (created with WSAD) that don’t use XDoclets. Will we have troubles working with them with MyEclipse?

    Thanks,

    Paul

    #268533 Reply

    Riyad Kalla
    Member

    Paul,
    XDoclet is utilized to generate the different versions (local, remote) of the EJB as well as descriptors. That is how EJB2 support is done, in MyEclipse 5.5 we are adding generative support for EJB3 beans which will be slick (reverse engineering DB and such).

    But working with existing EJB2 beans would require that you add appropriate XDoclet markup to your beans so things would be generated correctly, so it would be on par with what you see in the tutorial.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Create an EJB without XDoclet

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