Search code examples
springportletliferaywebsphere-portaljsr168

Spring Portlets with Liferay server or Websphere Portlet Factory?


Any recommendation to to go with Spring Portlets with Liferay server or Websphere Portlet Factory? I am assuming Websphere portlet factory solution expedites portlet development BUT NOT sure from maintenance point of view. Any personal experience utilising these two technology stacks?

Additional information: We have good knowledge of spring MVC and we already have corporate license for Websphere portlet factory.


Solution

  • In my experience, WebSphere Portlet Factory might be alright for putting together a lot of cookie-cutter portlets, but is awful to debug. You don't have direct access to the code that it generates, so, when you see stack traces in that code, its difficult to figure out what's going on.

    Moreover, you end up being very limited to whatever that within WPF's paradigm, and things get tough when you have to do something outside of its boundaries. You get a lot more flexibility with Spring Portlet MVC, including the advantage that the skills you are using have application outside of the strict, portal context.