Here’s my thinking …
1. I want to make one project for a community thing – lets say its “friends”. But under that I may have a chat room, blogs, announcements, suggestion board, sign ups for projects, etc … on and on…
2. If I do this all under one single Struts project the UML diagram would become terribly complex and unwieldy so it would be nice to treat each section as a sub project as in the pages for blogs URL might be “/friends/blogs”.
Make sense?
Can we do that with MyEclipse?