Hello,
at work, we develop java applications and are using Eclipse. As Frontenddev I would like to switch completely to Sublime, but its missing a feature of Eclipse, I cant work without it.
When developing, I had to build the project with maven and publish it to a tomcat server. Eclipse does this all automatically and also republish changed files.
I came so far, building the app with maven and publish it to tomcat with the maven-tomcat plugin. But with Tomcat 7 republishing isn't possible and changed files aren't copied to the working directory. So I have to leave Eclipse open and refresh its workspace everytime I changed files in Sublime.
Would it be possible to integrate this functionality into Sublime?