facebook

Project ID in application.xml

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #243592 Reply

    abrhaao
    Member

    I use Eclipse 3.02 (job) and Eclipse 3.1 (home), both with MyEclipse

    We have in our META-IN/application.xml something like that

    
       <module id="myeclipse.11144196662222">
          <web>
             <web-uri>DemoWeb.war</web-uri>
             <context-root>/DemoWeb</context-root>
          </web>
       </module>
       <module id="myeclipse.1114419777700">
          <ejb>DemoEJB.jar</ejb>
       </module>
    

    … for our modules WEB and EJB, in J2EE applications based on EJB.

    I just would like to know about what it means this module ID number.
    Its something as cripthography?? A randomic number? A sequencial based on a numeration by MyEclipe?

    Thanx, every one

    #243659 Reply

    Scott Anderson
    Participant

    It’s basically a randomly generated number that simply allows us to tie the projects together, even if you rename them.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Project ID in application.xml

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