samedi 11 janvier 2020

What is the best practice for breaking a monolithic MVC software into microservices [closed]

I have a monolithic java project that I need to break into microservices. The project follows MVC design architecture (Model-View-Controller). My question is, what is the best way to divide this project into microservices. For instance, should I include each feature with its (Model, View, Controller) separately? Should I rather keep the whole view in one microservice and divide the rest into (Model, Controller) microservices? What is the right thing to do?

Aucun commentaire:

Enregistrer un commentaire