Monolithic & Heterogenous Application

 * Where one project containing all the modules (huge code base), that is called Monolithic application.

Problem:

* Due to this, if we want to change any small piece of code, you need to do full round of testing. And we need to down the whole system.

* To avoid this they introduced Microservice Architecture (Heterogenous)

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab