[jboss-user] [JBoss Portal] - Re: Portlet load time

swisst do-not-reply at jboss.com
Thu Feb 21 11:35:31 EST 2008


You don't want to put the start code in init, that only happens when the portlet is loaded in the container.  We are using Spring, so our mechanism is a little different, but you would want to put timing code is a base portlet...time the action phase (which may not be executed), pass the action phase time via a render parm to the render phase, then time the render phase.  

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

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



More information about the jboss-user mailing list