I'm looking into different implementations of the OSGi HTTP service for a personal project. My main concern is footprint since I'm trying to create a minimal setup for small devices eg. like a RasPi Zero W. Since I'm using already the Jetty client using the Jetty server seems reasonable since I could reuse some of the shared libs.
Looking at Felix' HTTP service I saw that it is using Jetty internally. On the other hand I found out that Jetty is providing its own OSGi HTTP service implementation. Are there core differences between these implementations? Is there a special reason for Felix to have its own implementation? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

