webtier@glassfish.java.net

Re: [webtier] Custom Facelet cache and Project Stage

From: Edward Burns <edward.burns_at_oracle.com>
Date: Mon, 26 Jul 2010 11:12:39 -0400

On 7/26/10 6:05 , webtier_at_javadesktop.org wrote:

> Can somebody confirm that it is too "early" to get the project stage?
> Should I use a system event listener (type PostConstructApplicationEvent) to achieve what I want to?

I'm really glad to hear of your optimization. It sounds very useful. I
hope you blog about it so more can share it's benefits.

Now, regarding your question, yes, I have used a
PostConstructApplicationEvent, or even an eager ApplicationScoped bean
to do this sort of thing.

Ed