I've been using STS 2.2 (and now 2.3) with a number of complex workspaces, each of which has multiple projects with their own beans files. Some of these workspaces show very poor build speed under STS, but not under vanilla Eclipse.
With STS 2.2, the build would just stick for around 5 seconds whenever I saved a java file or a beans file. With 2.3, it's just as slow, but now the progress bar message says "Loading /Projectname/path/to/my/beans.xml", which is perhaps a bit more useful.
Something about these beans files is causing it, clearly, but they're pretty basic, nothing fancy.
I've tried turning off all of the Spring validators and Builders in preferences, to see if any of them were slowing things up, but no change.
Anyone got any suggests as to what I can try, or where I can look, to clear this problem?


Reply With Quote