Do not assume that an SLB instance will not be created for each request. The container is within its rights to create each request; Equally, it is also allowed to have only one instance (I think). More generally, the container will contain a pool of them.
If creating and / or initializing your SLSB is relatively expensive, you should find out what your container will do, and if possible, configure it explicitly for what you want.
Assuming you did this, then there should be no problem saving the instance field in the SLSB class.
source share