We are creating a web project using Eclipse (IDE) and SpringMVC. The development team has two people, separated in Front-end and Back-end (we are using GIT for versioning). For the Front-end we would like to use SublimeText instead of Eclipse. But Sublime does not deploy the application on tomcat, Eclipse does this automatically and also republishes the changed files.
What is the best way to use SublimeText as the Front-end (view) and Eclipse Back-end editor and both deploy the application in tomcat?