登录
首页 » Java » EJB

EJB

于 2016-06-07 发布 文件大小:5846KB
0 368
下载积分: 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 个回复

  • apache-ant-1.7.0-bin
    说明:  ant1.7 , built utils
    2020-06-22 18:00:01下载
    积分:1
  • AvinyPrayerTime
    It contains all of Pray Times
    2014-01-10 02:52:46下载
    积分:1
  • JavaFileSmasher
    Java文件粉碎工具,使用命令行启动,支持粉碎文件夹,支持多参数,支持递归粉碎。(Java File Shredder tool, use the command line to start support to crush the folder, and support for multi-parameter, support recursive crushed.)
    2012-03-28 22:07:58下载
    积分:1
  • javamail1_4_4
    ahi les dejo el javamail, componente para instalar las librerias de google
    2011-02-03 03:32:50下载
    积分:1
  • project2
    设计一个简单的课程管理系统(CourseManager)。主要功能包括: 课程信息的录入。主要包括:课程号(no)、课程名(name)、学分(grade)等; 课程信息的查询。根据课程号、课程名和学分等查询课程的信息。注意:查询结果可能不唯一。 课程信息的修改。根据课程号查询到指定课程的信息,再用新的内容替换。 课程信息的删除。根据课程号删除指定课程的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_2包中。(Design a simple course management system (CourseManager). Key features include: Entry course information. Including: course number (no), course name (name), credits (grade) and the like Queries course information. Information based curriculum, course name and credit and other inquiries courses. Note: query results may not be unique. Modify course information. Inquiry based curriculum to the specified courses, and then replaced with new content. Remove course information. Remove a specified course of information based curriculum. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_2 package.)
    2015-05-30 18:38:59下载
    积分:1
  • iQQ_beta1.02
    仿QQ 在linux下的源码,你懂的。。。。。。。
    2013-03-15 09:41:21下载
    积分:1
  • test
    java两种方法编写倒置的三角形,输出第一行7个,第二行5,第三行3个,第四行1个(two ways to write java inverted triangle, the first line of the output 7, the second line 5, the third line 3, the fourth line 1)
    2010-10-20 11:05:56下载
    积分:1
  • LibrarySystem
    初学者的图书馆管理系统,简单易懂,易于用来巩固基础知识(Library management system for beginners, easy to understand, easy to be used to consolidate the basic knowledge of)
    2009-10-11 11:10:38下载
    积分:1
  • session
    关于JavaEE初级的会话管理的实例,主要介绍基础方法(JavaEE session management on the primary instance, introduces the basic methods)
    2011-04-20 18:45:18下载
    积分:1
  • login1234
    说明:  自己写的非常简单易学的登录界面(himself wrote very simple, easy to learn interface login!)
    2006-05-04 20:34:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载