the answer maybe in ejb-jar.xml

解决方案 »

  1.   

    i agree with samepoint,in ejb-jar.xml,there are some settings about EJBObject,
    EJBHome,etc
    I've seen the "Mastering EJB" to study it
      

  2.   

    As i opinon ,remote interface  used for remote invoke and implement the remote things .and the home interface used for locate invoke and interface. 
      

  3.   

    home interface:create,remove and find ejb.
    remote interface:implement business logic.
      

  4.   

    So, there is no naming convension. The answer is in the ebj-jar.xml.
    Do you mean it is managed by the container and I do not have to worry about it since it happens automatically.