快速业务通道

EJB技术之旅(二) - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-23
tem.out.println("中文转换失败!");      }     }     return results;    }   }

5.JSP页面的开发:针对Session Bean,我编写了一个JSP页面。

<%@page contentType="text/html;charset=gb2312"%> <%@page import="java.text.*" %> <%@page import="java.util.*"%> <%@page import="java.sql.*" %> <%@page import="javax.naming.*" %> <%@page import="java.lang.*" %> <%@page import="javax.rmi.PortableRemoteObject" %> <%@page import="javax.ejb.* "%> <%@page import="cacdsystem.*"%> <html> <head> <title>产品技术需求提取</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body> <form id=form name=form1 method=post> <input type=hidden id=pageFlag name=pageFlag value=''input''> <table cellSpacing=0 cellPadding=0 width="98%" border=0 align=center > <tr height=30 class=titleFont> <td><font color=''#0058a5''> 您所在位置:产品技术需求提取</font></td> </tr> <tr height=1 class=titleFont> <td></td> </tr> </table> <table width="98%" border="0" bgcolor=''#999999'' align=center> <tr> <td><b> <font color="#ffffff">产品技术需求提取</font></b></td> </tr> </table> <table width="98%" border="1" align=center bgcolor="#f0f0f0" bordercolor=''#ffffff'' cellspacing=0 cellpadding=0 class=titleFont> <tr bgcolor=''#e0e8f8''> <td> </td> </tr> <% InitialContext ctx = new InitialContext(); VocHome vocHome = (VocHome)PortableRemoteObject.narrow(ctx.lookup("Voc"),VocHome.class); Voc voc = vocHome.create(); Collection collection = voc.getVocTechnique(); if(collection.size() > 0) { Iterator iters = collection.iterator(); int i = 0; while(iters.hasNext()) { ++i; %> <tr> <td><input type=''checkbox'' name=<%= "select"+i %> value=<%= i %>><%= (String)iters.next() %><br></td> </tr> <% } } %> <% voc.remove(); %> <tr bgcolor=''#e0e8f8'' align=middle> <td> <p align=left></p> </td> </tr> <tr align=middle> <td> <input type=submit id=submit1 name=submit1 value="提 交"> <input type=reset id=submit1 name=submit value="重 置"> </td> </tr> </table> </form> </body> </html>

EJB技术之旅(二)(5)

时间:2010-12-10

6.系统Deploy: 到现在为止,我们实现了Entity Bean、Session Bean、JSP,从而实现了该实例所需要的代码。为使我们测试代码的正确性,我们来Deploy到服务器上。首先,由于在Session Bean中引用了Entity Bean,所以需要申明。

<session> <display-name>Voc</display-name> <ejb-name>Voc</ejb-na

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号