http://expert.csdn.net/Expert/topic/1612/1612487.xml?temp=.314892

解决方案 »

  1.   

    先要在你的jsp中import bean的home和remote接口。
    Context initial = new InitialContext();
     Object objref = initial.lookup("java:comp/env/ejb/SimpleBank");           BankHome home = 
                   (BankHome)PortableRemoteObject.narrow(objref, 
                                                BankHome.class);           Bank duke = home.create("123");
      

  2.   

    是我提的问题,我的email:[email protected]
      

  3.   

    网上去搜索刘晓巍的教材就可以了啊jbuilder7+ weblogic7+ sqlserver2000