Continuous deployment

To move from delivery to deployment is a matter of maturity—you need a reliable process that ensures only the working code is going into production.

You already have your code running unit tests on every build. Actually, you didn't forget to write unit tests, right?

On every success, your built artifact is properly stored and you manage the right versioning for your application.

You have mastered the deployment process for your application, dealing properly with any condition that might occur. Your application server is never going down again without your knowledge and you achieved it with the help of just two buttons! Build and deploy. You rock!

If you are at this point, your next move shouldn't be a big deal. You only ...

Get Java EE 8 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.