Hello, I'm developing portlets using Tapestry 4.0 in Liferay 3.6.1...
Liferay lets you have multiple instances of a portlet within a portal. To do this it creates a new instance of the portlet class, which for tapestry is the ApplicationPortlet class. Each time an instance of this class is created a new hivemind registry is created which takes quite a bit of time to create.
Is there some way to cache all of the work done to read in the registry and then just clone it for each instance of the portlet?
Thanks, -AJ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
