登录
首页 » Java » EJB

EJB

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

  • Project1
    Java工程项目实例,基于NetBeans环境。适合Java学习(Java project examples, based on the NetBeans environment. Learning for Java)
    2016-12-20 21:05:41下载
    积分:1
  • aopalliance-1.0
    在软件业,AOP为Aspect Oriented Programming的缩写,意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。AOP是OOP的延续,是软件开发中的一个热点,也是Spring框架中的一个重要内容,是函数式编程的一种衍生范型。利用AOP可以对业务逻辑的各个部分进行隔离,从而使得业务逻辑各部分之间的耦合度降低,提高程序的可重用性,同时提高了开发的效率(In the software industry, AOP is the abbreviation of Aspect Oriented Programming, which means: Face-Oriented Programming, a technology to achieve unified maintenance of program functions through pre-compiling and run-time dynamic proxy. AOP is the continuation of OOP, a hotspot in software development, an important content in Spring framework, and a derivative paradigm of functional programming. Using AOP can isolate all parts of business logic, which reduces the coupling between the parts of business logic, improves the reusability of programs, and improves the efficiency of development.)
    2020-06-23 01:20:02下载
    积分:1
  • JiSuanQi
    java实现计算器,import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi { Frame f Label lab Button[] bt=new Button[29] JTextField t StringBuffer str //显示屏所显示的字符串 double x,y //x和y都是运算数 int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/" static double m //记忆的数字 JiSuanQi() {(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
    2013-05-24 19:03:04下载
    积分:1
  • 勇敢的猪
    实现"勇敢的猪"这款游戏的最基本功能,如游戏界面,操作控制,游戏设置,玩家排行榜与帮助等(To achieve the most basic functions of the "brave pig" game, such as game interface, operation control, game settings, player ranking and help, etc.)
    2020-06-19 15:00:01下载
    积分:1
  • eclipse-3-livre
    programmer en java avec eclipse
    2013-03-04 04:57:14下载
    积分:1
  • searchingEngine
    自己写的search engine, 有 boolean search, fuzzy search(write their own search engine, boolean search, Fuzzy search )
    2006-11-30 18:04:33下载
    积分:1
  • Windows7Loader2.2.2
    这是一段关于服务器的java程序,微信公众号可以访问(This is a java program about the server. The Wechat Public Number is accessible.)
    2020-06-18 12:20:01下载
    积分:1
  • mscurl
    可用来抓取美国晨星上的美股的市场。配置完需要的美股名,程序会自动查询美股所在的市场,然后抓取。带所有的需要的库,导入eclipse就可以用。(Can be used to grab market stocks on the American Morningstar. Stocks finished configuring the required name, the program will automatically check stocks where the market, then crawl. With all the required libraries, import eclipse can be used.)
    2014-09-11 16:29:24下载
    积分:1
  • aperabesbitwise
    org,eclipse,wst,common , 这个源码非常棒()
    2018-02-09 08:22:40下载
    积分:1
  • studyjavaNote
    我学习java三年多了,自己的一点心得给大家那去看吧!(I learned java more than three years experience to his point that to see it all!)
    2010-11-17 02:00:00下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载