-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Software Architecture with Spring 5.0
By :
We mentioned earlier in this chapter that developing an application based on microservices is a time-consuming process at the beginning because you are literally starting from scratch. Whether you're starting a new project or splitting an existing legacy application into separate microservices, you have to work on all the necessary steps to bring an application from development to production.
Let's start at the development stage. When you're working on old applications, you usually have to go through the following steps before writing the first line of code:
Now, let's say you're working as part of a team that owns many microservices that are written in different programming languages and that use different...