Hi, Am Montag, den 23.05.2011, 15:49 +0100 schrieb Donald Whytock: > Yes, Dual Screen. Felix for GameBoy, with new stylus interface for gogo.
Nice one ;-) > > On Mon, May 23, 2011 at 9:24 AM, sam lee <[email protected]> wrote: > > What's DS? Dual Screen? Declarative Service? Dynamic Service? In the context of OSGi it is: DS == Declarative Services Its that kind of well-known acronyms we like to throw around ourselves ;-) Regards Felix > > > > > > On Mon, May 23, 2011 at 8:44 AM, Peter Kriens <[email protected]>wrote: > > > >> It is the beauty of DS: Just throw the exception and it ends up in the log! > >> > >> Kind regards, > >> > >> Peter Kriens > >> > >> On 16 mei 2011, at 21:47, sam lee wrote: > >> > >> > Hey, > >> > > >> > I have: > >> > > >> > @Activate > >> > private void activate(Map<String, ?> config) { > >> > cdnHost = OsgiUtil.toString(config.get(PROP_CDN_HOST), null); > >> > > >> > > >> > if (cdnHost == null) { > >> > // Do I throw an Exception here? > >> > // I don't want this component to be Activated if cdnHost > >> isn't > >> > set. > >> > } > >> > > >> > } > >> > > >> > > >> > Is exception a proper way? > >> > Or, is there a Service that I can @Reference, that has error flagging > >> > methods? > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

