登录
首页 » Java » EJB

EJB

于 2016-06-07 发布 文件大小:5846KB
0 381
下载积分: 1 下载次数: 3

代码说明:

  EJB3在JBoss7下的使用案例,建立EJB远程服务,通过本地和远程两种方式访问EJB服务(EJB3 in use cases JBoss7 under build EJB remote service, access to local and remote EJB services through two ways)

文件列表:

EJBClient
.........\.classpath,1093,2015-08-09
.........\.project,1334,2015-08-09
.........\src
.........\...\com
.........\...\...\chhweb
.........\...\...\......\ejb
.........\...\...\......\...\util
.........\...\...\......\...\....\EjbUtil.java,1566,2015-08-09
.........\...\...\......\servlet
.........\...\...\......\.......\TestRemoteEJB.java,2087,2015-08-08
.........\...\jboss-ejb-client.properties,398,2015-08-09
.........\WebRoot
.........\.......\index.jsp,829,2015-08-09
.........\.......\META-INF
.........\.......\........\MANIFEST.MF,39,2015-08-09
.........\.......\WEB-INF
.........\.......\.......\classes
.........\.......\.......\.......\com
.........\.......\.......\.......\...\chhweb
.........\.......\.......\.......\...\......\ejb
.........\.......\.......\.......\...\......\...\util
.........\.......\.......\.......\...\......\...\....\EjbUtil.class,2652,2015-08-09
.........\.......\.......\.......\...\......\servlet
.........\.......\.......\.......\...\......\.......\TestRemoteEJB.class,2613,2015-08-09
.........\.......\.......\.......\jboss-ejb-client.properties,398,2015-08-09
.........\.......\.......\lib
.........\.......\.......\...\EJBServer.jar,1966,2015-08-07
.........\.......\.......\...\jboss-client.jar,6588665,2015-08-09
.........\.......\.......\web.xml,655,2015-08-09
EJBLocalClient
..............\.classpath,1093,2015-08-08
..............\.project,1197,2015-08-08
..............\src
..............\...\com
..............\...\...\chhweb
..............\...\...\......\ejb
..............\...\...\......\...\util
..............\...\...\......\...\....\EjbUtil.java,1516,2015-08-08
..............\...\...\......\servlet
..............\...\...\......\.......\TestLocalEJB.java,1513,2015-08-08
..............\WebRoot
..............\.......\index.jsp,829,2015-08-08
..............\.......\META-INF
..............\.......\........\MANIFEST.MF,39,2015-08-08
..............\.......\WEB-INF
..............\.......\.......\classes
..............\.......\.......\.......\com
..............\.......\.......\.......\...\chhweb
..............\.......\.......\.......\...\......\ejb
..............\.......\.......\.......\...\......\...\util
..............\.......\.......\.......\...\......\...\....\EjbUtil.class,2532,2015-08-08
..............\.......\.......\.......\...\......\servlet
..............\.......\.......\.......\...\......\.......\TestLocalEJB.class,1782,2015-08-08
..............\.......\.......\lib
..............\.......\.......\...\EJBLocalServer.jar,1498,2015-08-08
EJBLocalServer
..............\.classpath,707,2015-08-08
..............\.project,1151,2015-08-08
..............\bin
..............\...\com
..............\...\...\chhweb
..............\...\...\......\ejb
..............\...\...\......\...\OperateBean.class,626,2015-08-08
..............\...\...\......\...\OperateBeanLocal.class,213,2015-08-08
..............\...\META-INF
..............\...\........\MANIFEST.MF,39,2015-08-08
..............\build
..............\.....\classes
..............\.....\.......\com
..............\.....\.......\...\chhweb
..............\.....\.......\...\......\ejb
..............\.....\.......\...\......\...\OperateBean.class,626,2015-08-08
..............\.....\.......\...\......\...\OperateBeanLocal.class,213,2015-08-08
..............\build.xml,1369,2015-08-08
..............\EJBLocalServer.jar,1498,2015-08-08
..............\ejbModule
..............\.........\com
..............\.........\...\chhweb
..............\.........\...\......\ejb
..............\.........\...\......\...\OperateBean.java,221,2015-08-08
..............\.........\...\......\...\OperateBeanLocal.java,133,2015-08-08
..............\.........\META-INF
..............\.........\........\MANIFEST.MF,39,2015-08-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MouseGestures-1.2
    java写的一个鼠标手势识别程序 java写的一个鼠标手势识别程序(java write a mouse gesture recognition procedures java write a mouse gesture recognition procedures)
    2021-04-06 17:09:02下载
    积分:1
  • lock
    修改后的锁屏程序,间接阻止win+d、alt+f4,限于java的非底层性,alt+ctrl+del还无法屏蔽(The modified lock-screen process, indirectly prevent win+ d, alt+ f4, limited to java, alt+ ctrl+ del can not shield)
    2011-10-03 23:01:43下载
    积分:1
  • Homework
    说明:  输入出生月份、日期以及性别,显示对应星座及性格(Enter the month, date and gender of birth to show the corresponding constellation and personality)
    2020-06-24 00:00:08下载
    积分:1
  • 双鱼林SSM图书信息管理系统
    技术要点: 1 此系统采用了目前最流行的ssm框架,其中的spingMVC框架相对于struts2框架更灵活,更安全。 2 本项目springMVC框架采用了注解映射器,使用了RESTful风格的url对系统发起http请求,开发更灵活。 3 同时使用了了hibernate提供的校验框架,对客户端数据进行校验! 4 Mybati数据库DAO层采用的是Mapper代理开发方法,输入映射采用的是POJO包装类型实现,输出映射采用了resultMap类型,实现了数据库多对一映射。 5 spring容器内部使用拦截器,以Spring AOP的方式实现事务控制管理。(Technical points: 1. This system adopts the most popular SSM framework at present. The sping MVC framework is more flexible and safer than the struts 2 framework. 2 The spring MVC framework of this project adopts annotation mapper, and uses RESTful style URL to initiate HTTP requests to the system, which makes the development more flexible. 3 At the same time, the verification framework provided by hibernate is used to verify the client data.)
    2019-03-28 18:47:02下载
    积分:1
  • Struts2
    Struts2 技术内幕——深入解析Struts2架构设计与实现原理(Struts2 technology insider- in-depth analysis of Struts2 architecture design and implementation principles)
    2017-01-10 09:23:10下载
    积分:1
  • liu
    基于J2EE企业人事信息管理系统设计 企业人事信息管理系统,主要是企业内员工对信息的操作。普通用户登录时,可以查询自己的信息,管理员登录时,可以按部门,或者员工编号查询信息,也可以增加,删除,修改,备份数据。管理员登录时,可以对后台信息进行管理。(Based on J2EE enterprise personnel information management system designed corporate personnel information management system, mainly the operation of the enterprise information staff. Ordinary user login, you can query the information, an administrator logs on, by department or employee number query information can also be increased, delete, modify, backup data. The administrator login background information management.)
    2013-03-20 16:07:39下载
    积分:1
  • JavaSE
    javaSE基础教程,个人总结,适合初学者。(javaSE based tutorial, personal summary, suitable for beginners)
    2014-03-15 21:16:14下载
    积分:1
  • Texts
    实现用户友好界面的一个java小程序 (To achieve user-friendly interface, a java applet)
    2009-12-06 22:32:51下载
    积分:1
  • esmd4j-1.0-free (2)
    用于极点对称模态分解求解,对输入信号进行模态分解并求出相应图形和数据(Used for pole-symmetric modal decomposition solution, modal decomposition of input signals and determination of corresponding graphics and data)
    2019-02-28 21:23:39下载
    积分:1
  • drag-drop-panels
    drag and droo menu of JSP page, it will give you same feature as igoogle.com
    2010-01-25 19:21:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载