I've tried to use the scr annotations with apache felix and it worked out after a bit of a hassle with where to put what and how to configure it(reference: http://stackoverflow.com/questions/12642706/how-to-use-org-apache-felix-scr-annotations-for-a-bundle-from-scratch/12660778#12660778). But now it works and my components are running.
Now I wanted to get started with the command line extension. I have googled arround and found more options then I would like to have. None of them seems to be applicable for my setup. I would like to provide a new command scope for my components to live in and be able to call them from the command line. Since as I already read from the mailing list, the new shell will be gogo, how would I then integrate my commands into the gogo shell with annotations from scr? Is there a way or to I need to refactor scr out and put blueprint in? There is not much documentation out there on how to integrate best now... Shouldn't the old material be deleted by the time? Or flagged? I would appreciate all hints and tips, thanks a lot. Greetings, Kjellski

