登录
首页 » Java » EJB_Remote

EJB_Remote

于 2011-01-20 发布 文件大小:60KB
0 149
下载积分: 1 下载次数: 5

代码说明:

  EjB remote for deploy java bean

文件列表:

EJB_Remote
..........\build
..........\.....\EJB_Remote-app-client.jar,2378,2008-11-17
..........\.....\EJB_Remote-ejb.jar,1638,2008-11-17
..........\.....\J2EE.dpf,58,2008-11-17
..........\.....\META-INF
..........\.....\........\MANIFEST.MF,23,2008-11-17
..........\build.xml,2443,2008-11-17
..........\dist
..........\....\EJB_Remote.ear,4748,2008-11-17
..........\....\EJB_RemoteClient.jar,6754,2008-11-17
..........\....\gfdeploy
..........\....\........\EJB_Remote-app-client.jar,2378,2008-11-17
..........\....\........\EJB_Remote-app-client_jar
..........\....\........\.........................\ejb_remote
..........\....\........\.........................\..........\Main.class,1201,2008-11-17
..........\....\........\.........................\META-INF
..........\....\........\.........................\........\application-client.xml,357,2008-11-17
..........\....\........\.........................\........\MANIFEST.MF,226,2008-11-17
..........\....\........\EJB_Remote-ejb.jar,1638,2008-11-17
..........\....\........\EJB_Remote-ejb_jar
..........\....\........\..................\ejb
..........\....\........\..................\...\SessionBeanBean.class,685,2008-11-17
..........\....\........\..................\...\SessionBeanRemote.class,269,2008-11-17
..........\....\........\..................\META-INF
..........\....\........\..................\........\MANIFEST.MF,104,2008-11-17
..........\....\........\J2EE.dpf,58,2008-11-17
..........\....\........\META-INF
..........\....\........\........\MANIFEST.MF,23,2008-11-17
..........\EJB_Remote-app-client
..........\.....................\build
..........\.....................\.....\jar
..........\.....................\.....\...\ejb_remote
..........\.....................\.....\...\..........\Main.class,1201,2008-11-17
..........\.....................\.....\...\META-INF
..........\.....................\.....\...\........\application-client.xml,357,2008-11-17
..........\.....................\.....\...\........\MANIFEST.MF,226,2008-11-17
..........\.....................\build.xml,3400,2008-11-17
..........\.....................\dist
..........\.....................\....\EJB_Remote-app-client.jar,2378,2008-11-17
..........\.....................\nbproject
..........\.....................\.........\ant-deploy.xml,5364,2008-11-17
..........\.....................\.........\build-impl.xml,41597,2008-11-17
..........\.....................\.........\genfiles.properties,455,2008-11-17
..........\.....................\.........\private
..........\.....................\.........\.......\private.properties,5110,2008-11-17
..........\.....................\.........\.......\profiler
..........\.....................\.........\project.properties,2185,2008-11-17
..........\.....................\.........\project.xml,1167,2008-11-17
..........\.....................\src
..........\.....................\...\conf
..........\.....................\...\....\application-client.xml,357,2008-11-17
..........\.....................\...\....\MANIFEST.MF,85,2008-11-17
..........\.....................\...\java
..........\.....................\...\....\ejb_remote
..........\.....................\...\....\..........\Main.java,673,2008-11-17
..........\.....................\test
..........\EJB_Remote-ejb
..........\..............\build
..........\..............\.....\jar
..........\..............\.....\...\ejb
..........\..............\.....\...\...\SessionBeanBean.class,685,2008-11-17
..........\..............\.....\...\...\SessionBeanRemote.class,269,2008-11-17
..........\..............\.....\...\META-INF
..........\..............\.....\...\........\MANIFEST.MF,104,2008-11-17
..........\..............\build.xml,2890,2008-11-17
..........\..............\dist
..........\..............\....\EJB_Remote-ejb.jar,1638,2008-11-17
..........\..............\nbproject
..........\..............\.........\ant-deploy.xml,5364,2008-11-17
..........\..............\.........\build-impl.xml,28099,2008-11-17
..........\..............\.........\genfiles.properties,455,2008-11-17
..........\..............\.........\private
..........\..............\.........\.......\private.properties,2522,2008-11-17
..........\..............\.........\.......\profiler
..........\..............\.........\project.properties,1404,2008-11-17
..........\..............\.........\project.xml,634,2008-11-17
..........\..............\src
..........\..............\...\conf
..........\..............\...\....\MANIFEST.MF,23,2008-11-17
..........\..............\...\java
..........\..............\...\....\ejb
..........\..............\...\....\...\SessionBeanBean.java,347,2008-11-17
..........\..............\...\....\...\SessionBeanRemote.java,169,2008-11-17
..........\..............\test
..........\nbproject
..........\.........\ant-deploy.xml,5364,2008-11-17
..........\.........\build-impl.xml,20574,2008-11-17
..........\.........\genfiles.properties,455,2008-11-17
..........\.........\private
..........\.........\.......\private.properties,4041,2008-11-17
..........\.........\.......\profiler
..........\.........\project.properties,1138,2008-11-17
..........\.........\project.xml,1748,2008-11-17
..........\src
..........\...\conf
..........\...\....\MANIFEST.MF,23,2008-11-17

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

发表评论

0 个回复

  • xmljava
    xml和java做学生管理系统 你可以看一看(xml and ja va stu dent gua nli xi tong ni ke yi kan kan kan kan kan kan kanvvkankankan kan kan kan kan kan )
    2013-11-04 14:31:31下载
    积分:1
  • Regular-expressions-simplifypattern-matching-code
    Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.(Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow-levelpattern-matching support, that support commonly leads to complex code. To help you write simplerpattern-matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.)
    2007-05-10 19:54:00下载
    积分:1
  • Tab
    Class for maintaining Tabs with a main WebView and a subwindow.
    2013-12-06 12:03:48下载
    积分:1
  • JavaCatg
    java source code fro inheritance
    2011-08-22 20:18:01下载
    积分:1
  • GISToolkitSource
    GISToolkit是一个免费基于java的mapping工具包,它能够从多种数据源读取地理数据并把信息显示给用户,还能够直接编辑存在数据库中的地理特性。(GISToolkit is a free java based on the mapping tool kit, it can read from multiple data sources of geographic data and the information displayed to the user, can also directly edit the existing database of geographic features.)
    2010-05-30 20:58:16下载
    积分:1
  • json数据存mysql数据库java控制台
    本文档内容包括:数据库说明,运行环境,配置文件编辑说明,及其运行方法首先,建目录名称为jsonToMysql1、数据库说明如果没有mysql数据库,需要安装,mysql数据库建表语句见目录sql下的sql文件2、运行环境需要java jdk运行环境,如果没有需要安装,并配置。3、配置文件编辑说明数据库链接、ws接口配置连接、定时器时间间隔(分钟)、数据库链接及其用户密码,定时器开关等配置在config/properties文件夹下的datasource.properties文件中4、运行方法所有的安装配置完成后,运行根目录下的run.bat,双击它就行。
    2021-05-06下载
    积分:1
  • JTable
    自定义JTable的几个例子,非常不错的。(a few examples, very good.)
    2005-02-28 18:29:06下载
    积分:1
  • Doc1
    根据IP找地址的java实现,能将 分隔的ip,地址格式(起始IP 结束IP 国家 地区 )转化为升序的二进制格式,通过二分查找能在50-150ms内找到对应IP的地址信息. (Look under the IP address of the java implementation, can t separated ip, address format (starting IP t end of the IP t State t region n) into binary format, in ascending order by binary search in 50- 150ms to find the corresponding IP address information.)
    2011-05-25 10:51:26下载
    积分:1
  • java图书管理系统(源码+Sql Sever数据库+使用说明文档)
    图书馆管理系统是图书馆管理工作中不可缺少的部分,它对于图书馆的管理者和使用者都非常重要,所以图书馆管理系统应该为管理者与读者提供充足的信息和快捷的数据处理手段,但长期以来,人们使用传统的人工方式或性能较低的图书馆管理系统管理图书馆的日常事务,操作流程比较繁琐。一个成功的图书馆管理系统应提供快速的图书信息检索功能、快捷的图书借阅、归还流程
    2019-06-28下载
    积分:1
  • HeadFirstDesignPatterns_code102507
    说明:  这是head first design patterns源码,讲解了java23种设计模式(23 design patterns in Java)
    2019-07-04 10:16:01下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载