Re: Portlet performance

2006-06-13 Thread John Singleton
I looked into the issue with the start up time for Tapestry Portlets I was having, and I added a JIRA issue for it. It seems like the initialisation of the portlet is relatively short, but the initial render takes many seconds. This is proably due to lazy initialisation meaning that a lot of

Re: Portlet performance

2006-06-07 Thread John Singleton
Jesse Kuhnert jkuhnert at gmail.com writes: First I've heard of it. I didn't initially have plans on doing anything with it but I'd be happy to in order to save you from jsf. :) Whatever it is probably won't happen in the initial alpha release as I have some other items taking higher

Portlet performance

2006-05-26 Thread John Singleton
I'm evaluating Tapestry, and facelets, for use in a Portlet based project. We need to migrate an exsiting Servlet/JSP based application to Portlets. Currently I'm leaning towards Tapestry, from a coding standpoint it seems much cleaner to me. The only problem is the initial overhead when adding a

Re: Portlet performance

2006-05-26 Thread Jesse Kuhnert
First I've heard of it. I didn't initially have plans on doing anything with it but I'd be happy to in order to save you from jsf. :) Whatever it is probably won't happen in the initial alpha release as I have some other items taking higher priority, but if you start a jira issue with some clear

Re: Portlet performance

2006-05-26 Thread Aj Gregory
Hi John, I faced the same issue and opted to create my own version of the TapestryApplicationPortlet class so instead of creating a registry per portlet instance it creates one per type of portlet (where I'm using portletConfig.getPortletName() to distinguish type) so all portlet instances of