In this post I’ll be discussing about the 2 strategies that we can follow for releasing a Java based web project. A project can be primarily released in two ways Incremental Release Full Release Incremental Release is done in big projects which has multiple modules & usually few modules gets updated between two releases. It …
Continue reading “Release Strategy for Java Web based projects”