Re: Examples?

2016-04-27 Thread Brad Johnson
JB, That's why I haven't had a chance to work with it yet since I'm working in Fuse exclusively and it is still on karaf 2.x. So there hasn't been a chance to work with karaf 4 yet other than very basic stuff of running it. But with the static profiles doing a proof of concept and self-contained

Re: Examples?

2016-04-27 Thread Brad Johnson
Christian, Very cool. I'm working on a technical spike and PoC today so will give it a whirl. I like that quite a bit. Brad On Wed, Apr 27, 2016 at 2:26 AM, Jean-Baptiste Onofré wrote: > I don't think Karaf is a lot easier: it's a different approach, different > topology. It's not the same u

Re: Examples?

2016-04-27 Thread Jean-Baptiste Onofré
I don't think Karaf is a lot easier: it's a different approach, different topology. It's not the same use case/packaging. It's exactly what karaf-boot is addressing: you use the annotations, we deal with the packaging (you just define what you want). FYI, the static profile exists since 4.0.0

Re: Examples?

2016-04-27 Thread Christian Schneider
I used the static profile here: https://github.com/cschneider/Karaf-Tutorial/tree/master/tasklist-ds/app It allows to package a very slim karaf with your features. All bundles are directly referenced in the startup.properties. So there is no need for a feature service if your bundles are fixed.