Best unofficial Apache Server developers community |
|
I kind of need an advice here. I want to modularize my existing Java web applications. Now I want to try it with OSGi, I want to involve OSGi in modularization so I could use it when needed. If anyone has some advices or can link me to some useful tutorials, Thanks in advance,
posted via StackOverflow
|
|
 
|
I'd recommend Spring Dynamic Modules (http://www.springsource.org/osgi). Its advantages are that you don't have to get your hands dirty with all the nasty details of OSGi, and can use it through Spring IOC. Even if you want to deal with OSGi, it doesn't mean you have to make your existing application OSGi-aware. The two following specifications can help you abstract your components from the OSGi API:
Good luck! |