RFC 147 OverviewPage added by Derek BaumRFC-147 OverviewThe RFC-147 draft is not yet publicly available. It used to be called RFC-132, which can be found about 40% into http://www.osgi.org/download/osgi-4.2-early-draft.pdf This is an overview of its main features: Standard way to implement and run commands for any OSGi 4.2 frameworkCommands are registered via service attributes, you don't have to register a specific service. This allows commands to be registered by existing services, just by adding the new attributes: Dictionary<String, Object> dict = new Hashtable<String, Object>(); dict.put(CommandProcessor.COMMAND_SCOPE, "shell"); dict.put(CommandProcessor.COMMAND_FUNCTION, new String[] {"sleep", "grep"}); context.registerService(name, service, dict);
Change Notification Preferences
View Online
|
Add Comment
|
- [CONF] Apache Felix > RFC 147 Overview confluence
- [CONF] Apache Felix > RFC 147 Overview confluence
- [CONF] Apache Felix > RFC 147 Overview confluence
- [CONF] Apache Felix > RFC 147 Overview confluence
- [CONF] Apache Felix > RFC 147 Overview confluence
