On Fri, May 15, 2009 at 12:18 PM, alf.redo
<alfredo.alean...@logobject.ch> wrote:
>
> Thank you to all for your precious suggestions.
>
> My question is not for a real need.
> Supposing to discard the injection "strategy", I would like to know if the
> cache of an object into my WebApplication class during application startup
> has the same result if I make this object Singleton (and not store it in
> WebApplication). Can be some problems about "thread-safety" or other issue
> in one case rather than the other?

Making the object a "singleton" would make unit testing more difficult, IMHO.

Thread-safety is all up to how you implement the class, really.  You'd
have to be aware of threading issues either way.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to