what is the difference between <osgi:reference> and <osgi:service> in the xml config file of spring DM.
what is the difference between <osgi:reference> and <osgi:service> in the xml config file of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
<osgi:reference>can be used to get a reference to existing OSGi service so your bean can use it.<osgi:service>can be used to export a bean as an OSGi service so it can be used by others.