I am little bit confused about the difference between a service and component. Can someone explain with example that what is the difference between a service and component?
I am little bit confused about the difference between a service and component. Can someone explain with example that what is the difference between a service and component?
services have only provide interface that allow to access the functionality of service and also they are used remotely using some mechanism of message communication model like Remote Procedure call where as Components have both Provide and require interface to communicate with the other component in order to perform the intended functionality and they are used locally