stateless-session-bean
why pool stateless bean?
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[详细]
2022-12-11 13:47 分类:问答NameNotFoundException when calling a EJB in Weblogic 10.3
I have a EJB defined as this: package com.foo; @Stateless (mappedName=\"HelloWorld\") public class HelloWorldBean implements HelloWorld, HelloWorldLocal[详细]
2022-12-09 14:23 分类:问答