Hi all, Can someone tell me where can I find matter on Design Patterns specifically in relation to EJB. I mean sample codes or examples of each pattern found in EJB.
The instances in the pool are "flyweights" and abstract factory pattern is used for creating object refernces since the ejbobject implementation class is unknown to the client. For ejbobject implementation both inheritance and delegation is used as mentioned on page37. please correct me if Iam wrong