Skip to main content

Kun Li

Blogs from this Author

Using Spring Portlet MVC framework in WebSphere Portal

separated into two phases: action phase and render phase. Normally, we can control the process in render phase by setting render parameters in action phase. Unfortunately, the render parameters can only be of String type. The ModelMap provided by Spring can be used to break this limitation. At the end of the process of action […]

An introduction to WebLogic Server Classloader Analysis Tool

Nowadays, as Java EE applications getting larger and larger, classloader issues in applications often are difficult to resolve, especially when the application uses lots of open source frameworks, which is very common in contemporary Java EE application.

Using Spring Portlet MVC framework in WebSphere Portal

Spring provides a flexible Portlet MVC framework. By using it in our WebSphere portal application development, we benefited not only from the Portlet MVC framework itself, but also from other features such as IoC supported by Spring. In this post I would like to share a problem we faced when integrating Spring Portlet MVC framework […]