I have a very basic question (programming best practice), please help.
I have three different servlets which uses same configurations like username, password and hostname etc. How can i have one OSGi configuration used by all three servlet class.
Create global service which is dedicated to maintaining global properties and then in your service call this global property service to get configured values for username..etc