facebook

Can this directory structure work with ME?

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

    Riyad Kalla
    Member

    Originall sent via PM

    kinda related to ‘create quick fix’

    We don’t have a standards cvs we use the pvcs. Also we work all over the place which makes things difficult.

    Question Though About Projects and what not with ME. My web structure looks like this ……
    Domain
    >applications
    >>exploded_ear
    >>>APP-INF
    >>>>classes
    >>>>lib
    >>>ejb
    >>>META-INF
    >>>war
    >>>>some_exploded_war
    >>>>>index.jsp
    >>>>>some_jsp_dir
    >>>>>include_dir
    >>>>>js_dir
    >>>>>css_dir
    >>>>>META-INF
    >>>>>WEB-INF
    >>>>another_exploded_war
    config
    >some_config_directory
    >>xml_file_controling_the_above_appication

    Dude,
    I have never been able to get ME to work with this. I think it’s crazy but I have nothing to compare to. any thoughts?

    #214832

    Riyad Kalla
    Member

    Well the “war” directory is certainly in the proper layout for ME 🙂

    What part of this did you want to “work”… you guys actually have your project during development in this exploded-EAR format or you are showing me the end result of deploying it? Each of those exploded WAR files can become Web Module Projects where the Project Root == the Web Root (we added that functionality for 3.8 for people).

    #214851

    doyle
    Member

    This is the development structure. We also can have more than one ear on each domain during development.

    >>exploded_ear
    >>exploded_ear
    >>exploded_ear

    What would be cool is if all the jsp’s would just compile. In the WEB-INF the application base code is already jarr’ed up and the EJB’s are already jarr’ed up. I have eclipse projects for the APP-INF classes which turn into a few jars packaged that the EJB’s use.

    I just want to get the jsp’s compiled.

    I give that Project Root a try in the AM.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Can this directory structure work with ME?

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