What are the difference between microservice and web service?
In the service oriented
architecture, we create the service for reusability and we don’t know where it
is going to be used, Let me create it and keep it there whoever want to use it,
it can be used. In micro services, A large application is breaking down in to
small microservices and knowing very well that is probably the only use of that
micro service and where to use it. We have an idea about the application. You
are not intending for it to be reused.
Can it be reused..?
yes. But it is not a requirement and not designed for that.
Service in service oriented architecture deal with data, not UI.
How about in microservice?
It is same thing in microservice, UI can technically be another
micro service.
Comments
Post a Comment