Modern tools for Java deployment
I'm trying to find deployment tools for Java and have come across a few which seem outdated (I see the latest time stamps from 2010 or 2009) like ControlTier, Smartfog.
I've been out of the loop on Java for a while but now need to deploy Java code to production. it is not within in a container, so 开发者_运维百科basically I need pretty simple tasks such as compile, jar it up, sftp it to server, restart process. Something like capistrano for the ruby world. Are there any equivalent solutions for Java? I know I could use cap for Java as well, but I figured I'd ask in case there are more Java-centric options.
LiveRebel is a suitable tool for this task
If you are building a server-based application kwateeSDCM can take care of automating the deployment.
精彩评论