Posted on July 22, 2010, 5:13 pm, by xp, under
Programming.
In previous articles, I have described the concept of an Inter-Portlet Communication (IPC) framework, its technical details in portlet configuration, and the IPC framework in live action. In this article, I will try to describe how a good IPC framework can affect design and development model. Inter-portlet communication framework is a messaging middleware for portlets. [...]
Posted on July 3, 2010, 10:43 am, by xp, under
Programming.
Through a few real use cases, this paper describes the IPC mechanism in live action. The paper describes in details how to create page flow by chaining pages together using portlet communication.
Posted on July 2, 2010, 9:17 am, by xp, under
Programming.
Previously, I have proposed a new framework for Inter-Portlet Communication (IPC) to remedy the shortfall of the Java Portlet Specifcation. In this paper, I will describe the technical details on how to define IPC in portlet configuration.
Posted on July 1, 2010, 10:26 am, by xp, under
Programming.
IPC is the communication mechanism between different portlets on a portal platform. This paper describes the concept and framework of a proposed IPC mechanism, and the different use cases for portlet communications.