singleton.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [singleton]

www.codever.land/bookmarks/t/singleton

@Singleton vs @ApplicationScope

https://stackoverflow.com/questions/26832051/singleton-vs-applicationscope/27848417

All those kinds of singletons (static, @javax.inject.Singleton, @javax.ejb.Singleton and @javax.enterprise.context.ApplicationScoped) are created once per JVM.

Short explanation of the differences