Hi all.

I understand that there is one Application class instance per WicketFilter.
So, I can use Application class like on memory database.
(Wicket In Action too. )

I read source. I notice that Application class instance set ThreadLocal.
I understand that value of threadLocal is Singleton per request in
Servlet world.
Can I use Application class like Singleton per WicketFilter?
And why set to ThreadLocal?

Best regard.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to