Jbuilder8开发J2ee学习笔记(5) (转)

Jbuilder8开发J2ee学习笔记(5) (转)[@more@]

Jbuilder8开发J2EE学习笔记(5)XML:namespace prefix = o ns = "urn:schemas-microsoft-com:Office:office" />

    作者:缪青

开发SessionBean

1.建立SessionBean

如下图先建立一个SessionBean

ASPectratio="t">

由于我们要使用SessionBean去调用BMP中的插入方法,所以这里新建一个方法insTableAa11

很清楚了吧!!

然后开始写insTableAa11的代码。

2.书写代码

public void insTableAa11(String shancbz, String xiwbz) throws CreateException,

  Javax.naming.NamingException, java.Rmi.RemoteException {

Context TX = new InitialContext();

bMPBEANHome =(BMPBEANHome) javax.rmi.PortableRemoteobject.narrow(TX.

  lookup("BMPBEANRemote"), BMPBEANHome.class);

System.out.println("begin to insert...........");

bMPBEANHome.EJBInsertAa11(shancbz, xiwbz);

  }

 

上面的

Context TX = new InitialContext();

bMPBEANHome =(BMPBEANHome) javax.rmi.PortableRemoteObject.narrow(TX.

  lookup("BMPBEANRemote"), BMPBEANHome.class);

你也可以放到ejbCreate中

 

CreateException, javax.naming.NamingException, java.rmi.RemoteException最好都抛出,应为后面struts中我们要用到。

 

在SessionBean的EJB Local References中进行如下关联:

.NET/develop/article/images/clip_image003_19268.png" align=baseline border=0>

3.发布EJB

和上一节讲的一样,使用ReDelpoy发布EJB上webLOGIC6.1

4.开发测试程序

和上一节一样,只是对于下面这张图不同

 

  public void initialize() {

  long startTime = 0;

  if (logging) {

  log("Initializing bean access.");

  startTime = System.currentTimeMillis();

  }

  try {

  //get naming context

  Context context = getInitialContext();

  //look up jndi name

  Object ref = context.lookup("SessBean");

  //look up jndi name and cast to Home interface

   sessHome = (SessHome) PortableRemoteObject.narrow(ref, SessHome.class);

  sessHome.create().insTableAa11("2", "S");

  //这是通过Session的insTableAa11调用EntityBean的ejbHomeEjbInsertAa11

  //功能其是很简单,插入Aa11表一条记录("2","S")

  if (logging) {

  long endTime = System.currentTimeMillis();

  log(

  "Succeeded initializing local bean access through Local Home interface.");

  log("Execution time: " + (endTime - startTime) + " ms.");

  }

  }

  catch (Exception e) {

  if (logging) {

  log("Failed initializing bean access.");

  }

  e.printStackTrace();

  }

  }

注意里面的JNDI改变了。现在运行测试程序,是不是又有一条记录插入aa11表。


来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10752043/viewspace-997884/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/10752043/viewspace-997884/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值