I started using OSGI in eclipse.Under Declarative Services I found out that there are two methods that's been executed once a service is activated. I.e Activate and Bind.. What is the difference between these two?
If I want to execute certain actions to be performed when my service is started, do I put it in the Bind method or the Activate method?