facebook

Shared packages

💡
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
  • #205618 Reply

    Erez
    Member

    What is the way write a library/package and share it (of my own code) between two WEB modules inside a EAR project consting of an EJB module as well? I mean sharing it and still be able to debug and modify it like any other code in my project.

    Thanks,

    -Erez E

    #205622

    Riyad Kalla
    Member

    Erez,
    I think you are looking to create a new Java Project (your library) and then for your two Web Module projects, you setup this library project as a Project Depedency, so you have something like:

    
    + EAR Project
      + EJB Module Project
      + Web Module Project
        + Project Dependency: (Library Java Project)
      + Web Module Project
        + Project Dependency: (Library Java Project)
    
    (Project not directly in EAR)
    + Library Java Project
    
Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Shared packages

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