Normally we use singleton instance for business / dao layer. What is the reason behind pooling stateless session beans in case开发者_JS百科 of EJBs?The \"stateless\" in the name refers to session conv
I have a EJB defined as this: package com.foo; @Stateless (mappedName=\"HelloWorld\") public class HelloWorldBean implements HelloWorld, HelloWorldLocal