You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Guillaume Nodet <gn...@gmail.com> on 2007/10/03 17:21:47 UTC

Re: Felix Shell TUI and JLine

FWIW, I'm currently working on implementing an OSGi console using GShell.
GShell is a subproject of geronimo with lots of features (local
console using jline possibly, remote shell + security, pluggable
commands, etc...)


On 8/28/07, Stefano Lenzi <ki...@interfree.it> wrote:
> Hi All,
>
> Are you interested in improving the felix TUI interface by using library
> such JLine which provide: TAB Completition, History and other nice
> feature to the input reader?
>
> Ciao,
> Stefano "Kismet" Lenzi
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: Felix Shell TUI and JLine

Posted by Guillaume Nodet <gn...@gmail.com>.
So I've committed some work i've done on OSGi GShell console at [1],
but I'm not very pleased with it.
I will experiment on using the remoting part of gshell to provide a
remote shell using the felix shell api instead of gshell own's api for
commands.

[1] http://svn.apache.org/repos/asf/incubator/servicemix/branches/osgi/gshell/

On 10/4/07, Stefano Lenzi <ki...@interfree.it> wrote:
> Guillaume Nodet wrote:
> > FWIW, I'm currently working on implementing an OSGi console using GShell.
> > GShell is a subproject of geronimo with lots of features (local
> > console using jline possibly, remote shell + security, pluggable
> > commands, etc...)
>
> That sounds interesting to me, I think that even the other people thinks
> the same... BTW, in my sandbox I'm playing with a new implementation of
> the Shell TUI which uses JLine so if you want to share your code our you
> want to help with mine you are welcome :)
>
> Ciao,
> Stefano "Kismet" Lenzi
>
> >
> >
> > On 8/28/07, Stefano Lenzi <ki...@interfree.it> wrote:
> >> Hi All,
> >>
> >> Are you interested in improving the felix TUI interface by using library
> >> such JLine which provide: TAB Completition, History and other nice
> >> feature to the input reader?
> >>
> >> Ciao,
> >> Stefano "Kismet" Lenzi
> >>
> >
> >
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: Felix Shell TUI and JLine

Posted by Guillaume Nodet <gn...@gmail.com>.
So I've committed some work i've done on OSGi GShell console at [1],
but I'm not very pleased with it.
I will experiment on using the remoting part of gshell to provide a
remote shell using the felix shell api instead of gshell own's api for
commands.

[1] http://svn.apache.org/repos/asf/incubator/servicemix/branches/osgi/gshell/

On 10/4/07, Stefano Lenzi <ki...@interfree.it> wrote:
> Guillaume Nodet wrote:
> > FWIW, I'm currently working on implementing an OSGi console using GShell.
> > GShell is a subproject of geronimo with lots of features (local
> > console using jline possibly, remote shell + security, pluggable
> > commands, etc...)
>
> That sounds interesting to me, I think that even the other people thinks
> the same... BTW, in my sandbox I'm playing with a new implementation of
> the Shell TUI which uses JLine so if you want to share your code our you
> want to help with mine you are welcome :)
>
> Ciao,
> Stefano "Kismet" Lenzi
>
> >
> >
> > On 8/28/07, Stefano Lenzi <ki...@interfree.it> wrote:
> >> Hi All,
> >>
> >> Are you interested in improving the felix TUI interface by using library
> >> such JLine which provide: TAB Completition, History and other nice
> >> feature to the input reader?
> >>
> >> Ciao,
> >> Stefano "Kismet" Lenzi
> >>
> >
> >
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: Felix Shell TUI and JLine

Posted by Guillaume Nodet <gn...@gmail.com>.
So I've committed some work i've done on OSGi GShell console at [1],
but I'm not very pleased with it.
I will experiment on using the remoting part of gshell to provide a
remote shell using the felix shell api instead of gshell own's api for
commands.

[1] http://svn.apache.org/repos/asf/incubator/servicemix/branches/osgi/gshell/

On 10/4/07, Stefano Lenzi <ki...@interfree.it> wrote:
> Guillaume Nodet wrote:
> > FWIW, I'm currently working on implementing an OSGi console using GShell.
> > GShell is a subproject of geronimo with lots of features (local
> > console using jline possibly, remote shell + security, pluggable
> > commands, etc...)
>
> That sounds interesting to me, I think that even the other people thinks
> the same... BTW, in my sandbox I'm playing with a new implementation of
> the Shell TUI which uses JLine so if you want to share your code our you
> want to help with mine you are welcome :)
>
> Ciao,
> Stefano "Kismet" Lenzi
>
> >
> >
> > On 8/28/07, Stefano Lenzi <ki...@interfree.it> wrote:
> >> Hi All,
> >>
> >> Are you interested in improving the felix TUI interface by using library
> >> such JLine which provide: TAB Completition, History and other nice
> >> feature to the input reader?
> >>
> >> Ciao,
> >> Stefano "Kismet" Lenzi
> >>
> >
> >
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: Felix Shell TUI and JLine

Posted by Guillaume Nodet <gn...@gmail.com>.
Yeah, I'd like to give it a try.  GShell has some nice features
though, but is not very OSGi friendly.  Some features supported by
GShell are: ansi terminals (cool colors :-) ) and above that, a
remoting  shell (client / server) supporting ssl and authentication
using jaas.  AFAIK, the telnetd one is not secured and thus not very
usable in a production env.

On 10/4/07, Stefano Lenzi <ki...@interfree.it> wrote:
> Guillaume Nodet wrote:
> > FWIW, I'm currently working on implementing an OSGi console using GShell.
> > GShell is a subproject of geronimo with lots of features (local
> > console using jline possibly, remote shell + security, pluggable
> > commands, etc...)
>
> That sounds interesting to me, I think that even the other people thinks
> the same... BTW, in my sandbox I'm playing with a new implementation of
> the Shell TUI which uses JLine so if you want to share your code our you
> want to help with mine you are welcome :)
>
> Ciao,
> Stefano "Kismet" Lenzi
>
> >
> >
> > On 8/28/07, Stefano Lenzi <ki...@interfree.it> wrote:
> >> Hi All,
> >>
> >> Are you interested in improving the felix TUI interface by using library
> >> such JLine which provide: TAB Completition, History and other nice
> >> feature to the input reader?
> >>
> >> Ciao,
> >> Stefano "Kismet" Lenzi
> >>
> >
> >
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: Felix Shell TUI and JLine

Posted by Stefano Lenzi <ki...@interfree.it>.
Guillaume Nodet wrote:
> FWIW, I'm currently working on implementing an OSGi console using GShell.
> GShell is a subproject of geronimo with lots of features (local
> console using jline possibly, remote shell + security, pluggable
> commands, etc...)

That sounds interesting to me, I think that even the other people thinks 
the same... BTW, in my sandbox I'm playing with a new implementation of 
the Shell TUI which uses JLine so if you want to share your code our you 
want to help with mine you are welcome :)

Ciao,
Stefano "Kismet" Lenzi

> 
> 
> On 8/28/07, Stefano Lenzi <ki...@interfree.it> wrote:
>> Hi All,
>>
>> Are you interested in improving the felix TUI interface by using library
>> such JLine which provide: TAB Completition, History and other nice
>> feature to the input reader?
>>
>> Ciao,
>> Stefano "Kismet" Lenzi
>>
> 
>