Karaf is based on Felix, so anything that would work on a bare felix container will work on Karaf. To install spring, you can run the following command in the karaf prompt: features:install spring-dm Then you can install your spring bundle using osgi:install command, or drop it in the deploy folder.
On Wed, Sep 7, 2011 at 08:17, Kropf Johannes <[email protected]> wrote: > Hi! > > Thank you for your tips! > > I tried to use karaf instead of felix, but I didn't understand so far how to > run a felix OSGi/Spring application with karaf, escpecially I didn't > understand the deploy and bundle installation mechanism of karaf yet. > Is there a good tutorial out there? > The tutorial on the karaf.apache.org site wasn't really helpful. > > Kind regards, > Johannes > > > > > > -----Ursprüngliche Nachricht----- > Von: Karl Pauls [mailto:[email protected]] > Gesendet: Dienstag, 06. September 2011 21:47 > An: [email protected] > Betreff: Re: Gogo shell linux > > iirc, the karaf shell has support for both. > > regards, > > Karl > > On Tue, Sep 6, 2011 at 6:30 PM, Daniel Faber <[email protected]> wrote: >> On Tue, 6 Sep 2011 09:48:51 +0200, Kropf Johannes wrote: >> >>> Is there a way to get the arrow keys work (repeating last command >>> e.g.) on linux using the gogo shell? It worked with the old felix >>> shell neither. >> >> You may try ledit (the package is also called ledit, at least in ubuntu): >> >> ledit -h ~/.gogo_history java -jar my-osgi-app.jar ... >> >> This gives you a command history, but since ledit does not know about gogo, >> there's no tab completion. >> >> Daniel >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > > -- > Karl Pauls > [email protected] > http://twitter.com/karlpauls > http://www.linkedin.com/in/karlpauls > https://profiles.google.com/karlpauls > > --------------------------------------------------------------------- > 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] > > -- ------------------------ Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

