- This topic has 5 replies, 2 voices, and was last updated 18 years, 10 months ago by
Riyad Kalla.
-
AuthorPosts
-
breako2MemberHi,
Stupid question time.
Is the feature of having sub-projects within a project a myeclipse or an eclipse concept?
And if it is both, what is the value add of the myeclipse approach?August 24, 2006 at 11:29 pm #257591
Riyad KallaMemberIt would be an Eclipse concept, but I am not aware of Eclipse support subprojects and MyEclipse definately doesn’t support this. Did you mean *dependent* projects maybe?
August 29, 2006 at 5:55 am #257776
breako2Member@support-rkalla wrote:
It would be an Eclipse concept, but I am not aware of Eclipse support subprojects and MyEclipse definately doesn’t support this. Did you mean *dependent* projects maybe?
Yes dependent projects may work.
I have one massive project, which is split up into 3 separate teams.
I want one project to represent everything, which can contact the 3 separate projects.
The idea is that teams can work independently but may like to see what’s going, e.g. debug code, in the other projects.Or another example, suppose I want to debug hibernate source code while I write some persistence code. I was thinking of having hibernate as a sub project to my main project. As I do not want it to be part of builds, I just would like to have to be able to include it in the debugging.
Can dependent projects achieve this?
August 29, 2006 at 9:18 am #257789
Riyad KallaMemberAre these projects all web projects that need to get deployed into a single EAR, or are they all totally independent web projects that don’t interact but *do* share similar libraries?
August 31, 2006 at 4:49 am #257895
breako2Member@support-rkalla wrote:
Are these projects all web projects that need to get deployed into a single EAR, or are they all totally independent web projects that don’t interact but *do* share similar libraries?
They will eventually get deployed in a single EAR, but can also work independently.
For example one project could be the business logic which depends on a persistence logic project e.g. hibernate which of course can work independently for a number of other projects.
The projects may similar jars on the classpath, e.g. junit but may also have different jars on the classpath.
August 31, 2006 at 3:07 pm #257924
Riyad KallaMemberOk so what is the question now? Your original question is about value-add, and the value-add is that MyEclipse wlil correctly handle deployment and packaging of your projects for you with dependencies… is that all you wanted to know?
-
AuthorPosts