快速业务通道

使用JdbcProxy测试Java应用程序 - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-17
eUpdate 方法-->               <method>executeUpdate</method>               <!--executeUpdate 方法的参数-->               <parameter>                 <class>java.lang.String</class>                 <!--执行删除的 SQL 语句-->                 <value>DELETE FROM greetings                       WHERE greeting=''Good Night''</value>               </parameter>              </request>              <response>               <newstatus>1</newstatus>               <!--执行删除操作成功,返回值为 1-->               <returnvalue>                 <int>1</int>               </returnvalue>              </response>            </requestresponse>            <!--省去执行插入、更新、查询操作的代码-->            <requestresponse>              <request>               <status>4</status>               <!--关闭 Statement 对象-->               <method>close</method>              </request>              <response>               <newstatus>5</newstatus>               <returnvalue/>              </response>            </requestresponse>           </nl.griffelservices.proxy.stub.ProxyObject>         </returnvalue>        </response>      </requestresponse>      <requestresponse>        <request>         <status>1</status>         <!--关闭 Connection 对象-->         <method>close</method>        </request>        <response>         <newstatus>2</newstatus>         <returnvalue/>        </response>      </requestresponse>     </nl.griffelservices.proxy.stub.ProxyObject>   </returnvalue> </response>

使用JdbcProxy测试Java应用程序(6)

时间:2011-05-25 IBM 郑溪龙

通过 HTTP 服务器回放 JDBC 调用过程

JdbcProxy 提供了通过 HTTP 服务器回放 JDBC 调用过程的方式,即用户只需 要将准备好的数据文件提供给 HTTP 服务器就可以在脱离数据库的情况下模拟对 数据库的访问,完成 Java 应用的测试。如果想通过 HTTP 服务器回放 JDBC 调 用过程,只需要修改示例程序中的 url,如清单 8所示。

清单 8

String url = "jdbc:stub:localhost:80:1000";

URL 结构如下:

jdbc:stub:<hostname>:<port>:<timeout>

其中:

<hostname> 是 HTTP 服务器的主机名,本地机器为 localhost 。

<port> 是 HTTP 服务器的端口号。

<timeout> 是超时时间,单位是毫秒。

在该示例程序中我们采用 Apache 的 HTTP ser

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号