Description: EJB client never directly deal with bean instance, they are usually from the container through EJBOBject treatment. Container for instance pool is open, and then reused when needed bean class instance and the client hide implementation details.
To Search:
File list (Check if you may need any files):
有状态会话EJB\Client.java
.............\Count.java
.............\CountBean.java
.............\CountHome.java
.............\ejb-jar.xml
.............\weblogic-ejb-jar.xml
有状态会话EJB