not unless you can get 10 different wicket applications running under the same servlet with the same mapping - which of course you cannot because Application object is not shared between applications.

-Igor


On 3/2/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
huh? created and or destroyed as a single unit?
How is that possible? When should that happen?

johan



On 3/2/06, Gili < [EMAIL PROTECTED]> wrote:
Hi,

        Looking at LocalizedImageResource.java and other resource-related
source code it seems to me that we assume that resources will be shared
in the scope of wicket.Application.class

        Doesn't this imply that if you have 10 Wicket applications running,
their combined resources are either created or destroyed as a single
unit? I would expect us to use application.getClass() as the scope where
"application" is the current application (one out of the ten
applications). Is it possible to use the behavior I am describing?

Thank you,
Gili
--
http://www.desktopbeautifier.com/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user


Reply via email to