java - platform independent OSGi console -
i'm designing shell administer application. planned let next application verison use osgi, osgi platform (felix, equinox, ...) not decided yet. nice if administer osgi our shell, too.
how can administer osgi in platform independent way? point me example code?
thanks, ulrich
you can checkout console implementation of e.g. apache karaf. it's featured osgi runtime. here overview of commands, maybe select subset.
you use runtime , extend console commands: http://karaf.apache.org/manual/latest-2.2.x/developers-guide/extending-console.html
Comments
Post a Comment