Archive for July, 2008

Unit test with Spring Dynamic Modules

July 14 2008one Commented

Categorized Under: Java, Osgi, Software Engineer

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 Dynamic Modules (for Osgi) – the good complement for Osgi

July 7 2008No Commented

Categorized Under: Java, Osgi, Software Engineer

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 [...]

Osgi – good platform for SaaS model

July 6 2008No Commented

Categorized Under: Java, Osgi, Software Engineer

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: [...]

Do we need an Application Server?

July 2 2008No Commented

Categorized Under: Java, Software Engineer

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 [...]