I am currently developing a web solution using JavaEE. I have a database connection being established through a singleton.
Will a singleton be user specfic, as in a new instance will be created for each user or will the singleton be shared across all users on the server?
Thanks