Hi Jon - I do not have experience using eclim but I worked with a team of Java developers and the vim guys swore by eclim. Though they said it was a beast to setup.
I’ve (hopefully) got eclim setup and running with Eclipse & vim… I wouldn’t say “beast” but “barbarian” might do. Actually went fairly quickly and the basic :PingEclim command works find, but so far none of the maven commands seem to work and that’s what this project uses. I’ll probably have to learn more than I care to…
And, yes… I’ve read lots of good things about eclim; just wasn’t interested because it uses Eclipse and things are slow enough without adding that to my workflow :=)
Anyway, thanks again for the feedback!
UPDATE:
FWIW, I now have eclim running successfully in vim. I’m able to run Maven commands (:Mvn) to validate, install, etc. And I’m able to run the Jetty webserver from inside vim and get the test web page up and running.
None of the maven plugins I mentioned earlier are required: eclim does it all. Pretty mpressive!