Singletons can be problematic in web applications, because
what actually
happens depends on the way class loaders are implemented in
your servlet
container. The portable approach to sharing things throughout a web
Hmm, How about Pools and other things that have singletons into and are
not controlled directly by the web application? can be problematic too?