Hi Karafman, Most of this stuff is implemented and more or less working on my github fork which I think can be accessed through https://github.com/djencks/karaf/tree/feature for browsing or checking out
git clone https://github.com/djencks/karaf.git cd karaf git checkout feature There's a "starter" kar under features/assembly/framework and a sample assembly under assemblies/apache-karaf. My test project that actually installs a useful kar is at https://svn.apache.org/repos/asf/geronimo/sandbox/djencks/txmanager which shows building a kar and a server assembly. I think it would be great to get more points of view on how this should work. I know I'm strongly biased by my experience with geronimo and idee fixe that all deployment should be done by assembling a new server :-) Also check out the Possible feature features thread :-) thanks david jencks On Jan 25, 2011, at 3:14 PM, karafman wrote: > > I like this functionality. We've been looking for a deployment solution for > our app for about 6 months, we just haven't gotten our application to the > point where we were heavily concerned with deployment to think really hard > about it. > > Is there currently a ticket open for this, or does the functionality already > exist? > > ----- > Karafman > Slayer of the JEE > Pounder of the Perl Programmer > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Re-Info-about-kar-archive-of-Apache-Karaf-tp2332423p2335065.html > Sent from the Karaf - Dev mailing list archive at Nabble.com.
