Migrating to OSGi?
Posted
by Paul McKenzie
on Server Fault
See other posts from Server Fault
or by Paul McKenzie
Published on 2010-05-25T15:42:05Z
Indexed on
2010/05/25
15:51 UTC
Read the original article
Hit count: 555
We're currently running server-side java apps on windows using JavaServiceWrapper and this has been a good solution for us. We have a small number of Spring-based lightweight applications.
But now we need to look at introducing some modularity into our services. To that end I have been thinking about OSGi.
I need to know which OSGi containers are ready for prime-time production use in a medium-ish load environment?
- Eclipse Equinox 3.5.x
- Knopflerfish 3.x
- Apache Felix 2.x
- Anything else?
© Server Fault or respective owner