You could write a bundle and inside this bundle have an activator displaying the splash window. You can configure this bundle to be installed using etc/startup.properties, just use a very low start level and it should work. It would not be tied to felix at all this way.
On Thu, Mar 3, 2011 at 15:33, [email protected] <[email protected]> wrote: > I don't need to embed it. I'd like to show splash when Karaf starts, if it > is possible :) > > On 03.03.2011 15:20, Guillaume Nodet wrote: >> >> Karaf itself isn't really meant to be embedded, so the features stuff >> can be reused outside karaf in an embedded Felix. >> >> On Thu, Mar 3, 2011 at 11:28, [email protected]<[email protected]> >> wrote: >>> >>> That's cool, but my project is very tied to raw felix implementation. >>> For >>> example Felix is embedded in some places, because I need to make Splash >>> screen and some other UI features during starting. Can I register custom >>> startup hooks i Karaf? >>> >>> On 03.03.2011 12:48, Guillaume Nodet wrote: >>>> >>>> Closer to plans, I think we have Karaf features, see >>>> >>>> >>>> http://karaf.apache.org/manual/2.1.99-SNAPSHOT/users-guide/provisioning.html >>>> >>>> On Thu, Mar 3, 2011 at 10:11, [email protected]<[email protected]> >>>> wrote: >>>>> >>>>> Hello! >>>>> >>>>> Is there any closest plans to implement Deployment Admin Spec. It seems >>>>> that >>>>> Eclipse Virgo already has a common ability (PAR's, Plans and >>>>> Configurations). I'm interesting, if such functions will be implemented >>>>> in >>>>> Felix. It would be very useful to implement something like Plan in >>>>> Virgo >>>>> and >>>>> use it with Repository Admin. >>>>> >>>>> Thanks. >>>>> >>>>> --------------------------------------------------------------------- >>>>> 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] >>> >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Cheers, 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]

