Follow our story about developing services by using Spring Dynamic Modules. We are developing our application and we have already migrated our application to support osgi. During migration, we have some problems with our test classes, we wanted to run our unit test in osgi environment (so we called integration test – integration test in [...]
Spring Framework – the de factor standard IoC container of Java world promotes loose coupling among layers/components. Osgi – also be the de factor standard of module management platform promotes the module development, that helps application can manage the life cycle of services, dependencies of services with clear and ease. The combination [...]
If you are developing the software base on SaaS model and our application is written by Java, Osgi is the good platform for you. Osgi will help software vendor ease in managing, deploy services. Osgi is very suitable for SaaS model base on the features it provides:
Promote the component design and software design best practices: [...]
It is long time ago when I develop the enterprise web application on one true application server (it is Oracle Application Server). Several days ago, when my subordinate ask me “Why we do not develop our application on some application server like Jboss, Websphere etc but only Tomcat servlet container?’. I do not answer this [...]