[jboss-user] [JBoss Portal] - Re: Clear/reset render parameters or re-initialise all portl

Antoine_h do-not-reply at jboss.com
Thu Jan 31 08:07:15 EST 2008


Yeah ! 
that's great.
using the interceptor is nice.
just clearing the other portlets navigationnal state is not clean job (JSR is shouting : "don't do that !"... but...).

nice example of how to use the interceptors to plug a behavior around the portlets engine and commands...

thanks for reporting this solution.

about IPC, the global way of doing this is to have a communication mean between the several parts of the application.
so they can communicate with each other : the portal pieces (portlets, portal main engine), 
as well as backoffice application that are behind the portlets.
you can use the HttpSession for that, but this is not really meant for this.
or you can use some messaging. This is a quite heavy solution, but the most reliable and clean architecture. 

your solution is enough for this need... so the best...

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125134#4125134

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125134



More information about the jboss-user mailing list