News

This installment of Open source Java projects introduces continuous integration with Jenkins, a leading automation server for CI/CD.We’ll begin with an overview of the CI and CD process, then ...
Take advantage of Docker to ease Java development. Learn how to update a running Java codebase (without restarting the container) and to debug into a remotely running containerized Java app.
By delegating the compile, test, package and deploy steps to a Docker container, you won’t need to supplement Jenkins installations with a suite of build tools such as Maven, Gradle or Ant. With ...
Jenkins and Maven integration. What is Maven in Java? At its heart, Apache Maven is a Java build tool for programmers to compile, test and package the applications they build. However, Maven provides ...