-
J2EE Tester 测试器是一款用于测试发布于服务器端(如Weblogic, Websphere)的 EJB组件、Servlet以及 Beans的黑盒/白盒...
J2EE Tester 测试器是一款用于测试发布于服务器端(如Weblogic, Websphere)的 EJB组件、Servlet以及 Beans的黑盒/白盒智能化测试工具。它的功能主要有以下三点:
1. 自动生成被测试类的覆盖度测试报告,生成相应的dmp文件。
2. 自动生成被测试类的出错报告,记录抛错的行数,出错类型,方法名称,时间以及该行的代码。
3. 按照需要在发生错误的行产生断点,让测试者查看此时各个变量的状态。 -J2EE Tester Tester is a test release for the server-side (such as Weblogic, Websphere) of EJB components, Servlet and Beans the black box/white box of intelligent test tools. Its main function has the following three points: 1. Automatically generated by test category test coverage reports, generate dmp file. 2. Automatically generated by the wrong type of test reports, record the number of rows behind mistake, error type, method name, time and the lines of code. 3. In accordance with the required line in the event of an error arising from a breakpoint, so that those who view the test at this time of the status variables.
- 2023-07-16 23:50:05下载
- 积分:1
-
一个自己写的,使用JBUIDER编写的java计算器,可以进行加减乘除的运算...
一个自己写的,使用JBUIDER编写的java计算器,可以进行加减乘除的运算-A wrote it myself, using java prepared JBUIDER calculators, multiplication and division addition and subtraction can be carried out computing
- 2022-06-20 21:07:36下载
- 积分:1
-
Lianliankan JAVA source code
连连看JAVA源代码,从对象入手,完整源代码-Lianliankan JAVA source code
- 2022-03-02 14:39:53下载
- 积分:1
-
Reservation system project used to reserve
Reservation system project used to reserve
- 2022-09-19 01:05:04下载
- 积分:1
-
a very simple source in the notebook, can see oh. Perhaps a little help
一个非常简单的记事本源码,可以看看哦。或许有点帮助-a very simple source in the notebook, can see oh. Perhaps a little help
- 2023-05-14 14:05:03下载
- 积分:1
-
treeMenu 的 java 源码程序
treeMenu 的 java 源码程序-treeMenu the java source programs
- 2022-05-19 11:44:06下载
- 积分:1
-
全面地演示各种对话框(java)
全面地演示各种对话框(java)-comprehensive demonstration of the various dialog (java)
- 2023-07-22 05:20:02下载
- 积分:1
-
简介
JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。...
简介
JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。
存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SAX的处理方式类似流媒体,是逐行的,不需要全部加载。而DOM是全部加载在内存,生成树。因而SAX的读取比DOM性能好,但是修改的话DOM略胜一筹。properties文件的扩展性不如xml,但是有很多xml没法实现的优势,比如加密之类的~
Helloworld
笔者根据自己开发中感受,写了一个工具包,用来体现读取xml或者properties的流程,大家在使用的时候记得修改文件路径。一共包含五个文件.本demo主要是用来模拟读取数据库的账户和密码的,读者可以在此基础上扩展。-Brief introduction
JavaEE development at the time, if the system constants are generally used to promote constant enumeration type, write in a separate category, but often want to modify the variables, such as the data source configuration, if the database exist, in one waste. But the existence of bad TXT extension on my observation, the programmers in general are often modified to enjoy the constant existence xml documents or document properties.
Xml files exist to expand the biggest benef
- 2022-06-01 17:25:12下载
- 积分:1
-
基本设计思路:
协同编辑开始,客户端只能进行插入或者删除操作。服务器端接收三个客户端的编辑操作,经过集中处理,生成一个操作序列返回各客户端,客户端执行...
基本设计思路:
协同编辑开始,客户端只能进行插入或者删除操作。服务器端接收三个客户端的编辑操作,经过集中处理,生成一个操作序列返回各客户端,客户端执行该序列后将协同编辑结果显示出来。
使用说明:
在Jbuilder 9.0中新建工程“untitled2”;
将文件FrameTest_Client的IP地址改为本地地址;
运行FrameTest文件,启动服务器端;
运行FrameTest_Client文件,启动客户端(三个客户端);
分别点击三个客户端的菜单“文件”―>“连接服务端”;
点击服务器端的菜单“文件”―>“开始服务”;
用户可以开始在客户端协同编辑;
编辑结束,用户点击客户端的菜单“文件”―>“结束客户端”;
关闭服务器端需点击菜单“文件”―>“退出”;
协同编辑结束。
- 2022-01-26 17:18:46下载
- 积分:1
-
java图形设计应该与学习
java图形设计应该与学习-graphics should be designed with learning
- 2022-06-17 03:54:19下载
- 积分:1