facebook

[Closed] How do I combine EAR with EJB with EAR with WAR

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

    I have an EAR with an EJB project and an EAR with a web application. I want to combine both into a single EAR (J2EE) project. Is there an easy way to do this in MyEclipse or should I export them both and then assemble them manually and then re-import as a new project.

    This is a relatively common activity here because of the way that work is broken up. (sic)

    Respectfully

    Mark W.

    #250942 Reply

    Riyad Kalla
    Member

    Mark,
    Since EAR’s are just umbrella projects used to establish deployment relationships, just create another ear and mark your EJB and Web project as modules of it. EAR’s don’t typically *contain* anything, except maybe 3rd party JARs in their root. Other then that they are more like a meta-project that MyEclipse can used to build complete EAR deployments from by reading how you’ve setup the rules.

    #250954 Reply

    Thanks, guess I was overthinking the problem.

    Mark W.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed] How do I combine EAR with EJB with EAR with WAR

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