mercredi 25 juillet 2018

Static variable vs singleton

I'm making Java REST application. I wonder how should I implement my services - should I use static service variables for whole application or make services as singletons like it was made in Spring MVC. Is there any difference between singleton object and initializing object only once during application?

Aucun commentaire:

Enregistrer un commentaire