Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Smart deployment tools for Java [closed]

I'm looking for a tool able to deploy partial webapps, not just deploying a war containing a whole new version of a webapp. The purpose is to permit automated deployment (for example, but not only, properties files) in a Mavenized environment. Any idea?

like image 420
Alexis Dufrenoy Avatar asked Jan 30 '12 16:01

Alexis Dufrenoy


People also ask

What are Java deployment technologies?

There are two types of deployment technologies available in JavaTM 2 Standard Edition (J2SE) for deploying client-side Java applications on the desktop: Java Plug-in. Java Plug-in is a tool used for deploying Java applets that run inside a web browser.

Is Jenkins the best CI tool?

Jenkins. Classified among the best ci cd tools on the market today, Jenkins is an open source, cross-platform, Java-based tool that allows users to test and report in real time. Easy to use, Jenkins provides smooth integration with major cloud platforms, including Azure, Google Cloud, AWS, and DigitalOcean.


2 Answers

http://liverebel.com - Take a look on LiveRebel. I think that is what you need.

like image 186
Bogo Avatar answered Oct 01 '22 12:10

Bogo


I have found some tools, too:

  • Glu, which is maintained by the LinkedIn team
  • ControlTier, which seems able to do that and much, much more
  • Chef, which is a Java framework if you want to write your own deployment tool (which is not my case, but could be interesting for somebody else)
like image 38
Alexis Dufrenoy Avatar answered Oct 01 '22 14:10

Alexis Dufrenoy