facebook

J2EE 1.4 library

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    Erez
    Member

    Currently my EJB Module is working with J2EE1.3 library.

    If I want to move to the library 1.4 how do I do it? Is it
    simple click here click there? or more to it than seems?

    Thanks in advance,

    Erez

    #222055

    Scott Anderson
    Participant

    Erez,

    I don’t know of a “quick way” to do it because both libraries and deployment descriptor formats change (XSD-based in 1.4). What I’d do is create another EJB project for J2EE 1.4 and simply copy my code into it. However, if you’re using XDoclet to do your descriptors, I don’t believe it supports 1.4 descriptors yet so you’ll need to do those manually.

    #222057

    Erez
    Member

    Scott,

    Than it means that if I write a new J2EE project using the wizard and choose the defaults of J2EE1.4 libs I will be working without Xdoclet for my descriptors? So the only option is manually write those descriptors?

    #222063

    Scott Anderson
    Participant

    Erez,

    It looks like J2EE 1.4 support in XDoclet 1.2 is “module specific”. Basically, some have been upgraded by the XDoclet team and some have not yet. There’s a bit more information in this thread:
    http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-5326.html

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: J2EE 1.4 library

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