Re: org.apache.felix.shell.Command

2008-10-23 Thread Stuart McCulloch
-service.html%29. .. ... until the section Creating a Command :-) I'm not sure I get why MyStartCommandImpl implements org.apache.felix.shell.Command and not org.ungoverned.osgi.service.shell.Command? Or alternatively why doesnt org.apache.felix.shell.Command extend it... Thanks for any

Re: org.apache.felix.shell.Command

2008-10-23 Thread Walid jo Gedeon
. .. ... until the section Creating a Command :-) I'm not sure I get why MyStartCommandImpl implements org.apache.felix.shell.Command and not org.ungoverned.osgi.service.shell.Command? Or alternatively why doesnt org.apache.felix.shell.Command extend it... Thanks for any comments

Re: org.apache.felix.shell.Command

2008-10-23 Thread Alin Dreghiciu
://felix.apache.org/site/apache-felix-shell-service.html%29. .. ... until the section Creating a Command :-) I'm not sure I get why MyStartCommandImpl implements org.apache.felix.shell.Command and not org.ungoverned.osgi.service.shell.Command? Or alternatively why doesnt

Re: org.apache.felix.shell.Command

2008-10-23 Thread Walid jo Gedeon
://felix.apache.org/site/apache-felix-shell-service.html%29 .http://felix.apache.org/site/apache-felix-shell-service.html%29. .. ... until the section Creating a Command :-) I'm not sure I get why MyStartCommandImpl implements org.apache.felix.shell.Command

Re: org.apache.felix.shell.Command

2008-10-23 Thread Guillaume Nodet
.http://felix.apache.org/site/apache-felix-shell-service.html%29. .. ... until the section Creating a Command :-) I'm not sure I get why MyStartCommandImpl implements org.apache.felix.shell.Command and not org.ungoverned.osgi.service.shell.Command? Or alternatively why

Re: org.apache.felix.shell.Command

2008-10-23 Thread Richard S. Hall
MyStartCommandImpl implements org.apache.felix.shell.Command and not org.ungoverned.osgi.service.shell.Command? Or alternatively why doesnt org.apache.felix.shell.Command extend it... Thanks for any comments or points of vue:-) w -- Cheers, Stuart

Re: org.apache.felix.shell.Command

2008-10-23 Thread Walid jo Gedeon
Thanks Guillaume. Integrating with Felix's existing shell service is not complicated, my initial goal was to implement a framework independent telnet console ;-) On Thu, Oct 23, 2008 at 3:52 PM, Guillaume Nodet [EMAIL PROTECTED] wrote: You could also have a look at ServiceMix Kernel which

Re: org.apache.felix.shell.Command

2008-10-23 Thread Guillaume Sauthier
There is also an ongoing effort in OW2 JOnAS to provide a framework independent, extensible and dynamic shell: http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/jonas/sandbox/shelbie/trunk/shelbie/ It have been tested under Felix, Equinox with linux, windows, macosx and it's using iPOJO under

org.apache.felix.shell.Command

2008-10-22 Thread Walid jo Gedeon
get why MyStartCommandImpl implements org.apache.felix.shell.Command and not org.ungoverned.osgi.service.shell.Command? Or alternatively why doesnt org.apache.felix.shell.Command extend it... Thanks for any comments or points of vue:-) w