March 2022
Intermediate to advanced
510 pages
12h 53m
English
In previous chapters, we explored many different aspects of Java application development. Starting from the Software Development Life Cycle (SDLC), which includes requirements collection and architecture design, we focused on many different technological aspects, including frameworks and middleware.
At this point, several cross-cutting concerns need to be looked at, regardless of the kind of application we are building and the architectural style we choose.
In this chapter, we are going to explore such aspects. We will start with things such as the maintenance of source code (including versioning and branching strategies), ranging through to some core topics related to deploying, Continuous Integration/Continuous ...