Hello ,
I want to know how assign a property to
service in iPOJO ?
I know that in OSGI for
example:
Properties props = new Properties();
props.put("Language",
"English");
context.registerService(DictionaryService.class.getName(),
new DictionaryImpl(), props);
And how search a reference of
service using this property?
Thank you for answering me.
Best regards,
--
Fairouz FAKHFAKH
Master student
Research group ReDCAD
National School of
Engineers of Sfax , Tunisia

