Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-core-dev] Issues with large-scale development

We are developing modestly sized Java/J2EE application which has "core
model" java project and few dozens of java and J2EE projects that depend
on the core. Changes to the core often result in very expensive rebuilds
which can take minutes to complete.

I can think of couple of possible approaches Eclipse can take to address
this problem. One is to generalize PDE's idea of binary plugins and
target platform for none-plugin projects. Automatically rebuild "source"
projects only, make it easy to switch between source, binary and
"external" projects (hope you understand what I mean here). Another
approach is to introduce explicit "rebuild scopes". These rebuild scopes
should be integrated with launch configuration, i.e. each launch
configuration should know what scope should be built before running the
launch config. Also project's "rebuild required" status should be
visible with either decorators or with separate view.

John Arthorne wrote:

One of the major development themes for Eclipse 3.1 is to improve support for "Large-scale development" in Eclipse. This includes improving collaboration for large, distributed teams, but it also encompasses support for large workspaces. The Eclipse committers form a large, distributed group, so we have no problems gathering requirements for the first aspect of the problem. However, we don't tend to work on very large projects or have very large workspaces (Eclipse is broken up into many small projects and each committer tends to only work with a handful of them). This makes it difficult for us to see the most pressing and important problems for those working in such environments. Bug reports have helped us identify some areas with room for improvement, such as project creation (bug 74392), recursive deletion (bug 10628), and building (bug 60803). We are making progress on these fronts, but want to make sure we are not missing other problem areas for users with very large workspaces and/or locally mounted remote file systems. This is a general call for those using Eclipse for large-scale development to let us know what the major problem areas are. What operations are very slow? Could the UI be improved or made more responsive during long operations? We are particularly interested in applications of Eclipse beyond the Java IDE realm, such as in CDT and web tools. Don't hesitate to also remind us about old bugs that have already been reported that are still important to you, as they sometimes get lost in bugzilla.

Please respond with issues and suggestions on the platform-core-dev mailing list. We don't promise to address all of the problems that people may raise, although help with identifying problems and implementing and testing solutions can greatly improve a bug's chances of being fixed. Clearly there is a lot of potential work in this area, so we want to ensure that we are focused on the areas with the largest potential gain for the Eclipse community.




Back to the top