facebook

creating mutli web module project help me out

💡
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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #240924 Reply

    uday231
    Member


    HI guys iam using Myeclipse4.0 cmpatible with eclipse 3.1 . i need to configure a proj having one EJB module and 3 webmodules how do i can define this kind of project in my eclipse. By default eclipse supports one webmodule proj (or) one web and one ejb proj but how we build one EJb many web module project.

    #240931

    Scott Anderson
    Participant

    i need to configure a proj having one EJB module and 3 webmodules how do i can define this kind of project in my eclipse.

    Basically, you can’t. The current project model maps web modules to a single project and EJB jars to a single project. The reason for this is that the Eclipse classloader setup is project based. So, if a project such as the one you’d like was created, it would be impossible to configure the classloaders in Eclipse to identify errors at compilation time since it would be possible to mimic the hierarchy used by your server’s classloader as mandated in the J2EE spec. So, for that reason you’ll need to create multiple projects and then configure them to be part of the same EAR project. Information on how to do that is in the Enterprise Projects quickstart that is in the Documentation Section.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: creating mutli web module project help me out

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