Several questions:
1) The bean I am looking for is exported as an OSGI service. It seems there are several options, what is the best way to "look it up"?
2) As you say, "By default Application...
Type: Posts; User: Basil; Keyword(s):
Several questions:
1) The bean I am looking for is exported as an OSGI service. It seems there are several options, what is the best way to "look it up"?
2) As you say, "By default Application...
I have an existing application that I am converting to OSGI and have some questions about using SpringDM.
Prior to OSGI I loaded the application context using ClassPathXmlApplicationContext and...