facebook

How to structure large projects?

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

    tecbmgjp
    Member

    I’m evaluating ME to use in a big project and I have the following situation:

    * The project has about 1600 jsp pages, 800 struts actions, 200 business classes and 300 entity classes.
    * I would like to divide the project in smaller projects in eclipse because of the compilation.

    So I tryed this:

    * One web struts project (called SHARED) with the common resources used by all the other projects.
    * 10 other web struts projects. The prolem is that in these projects I have jsp pages including jsp fragments from the SHARED project, and it doesn’t work. the validation show error in the jsp pages.

    Are there any other aproach to use for this size project?

    #217285

    Riyad Kalla
    Member

    Correct there isn’t support for breaking web projects across eachother like this and I don’t have an ETA when it will be supported. It would be best to turn off JSP validation and just make it 1 giant Web project. There is a quickfix posted in the forums to help with the “JSP Indexer” killing your computer because of all the JSP files, and these fixes will be in the 3.8.3 release as well (along with a myriad of others).

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How to structure large projects?

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