快速业务通道

Struts 2.1.6精简实例系列教程(3):新闻管理Model层的开发(整合iBatis) - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-20
from article where ID = #id#    </delete> </sqlMap>

Struts 2.1.6娼酒糞箭狼双縮殻(3)?仟療砿尖Model蚊議蝕窟?屁栽iBatis?(3)

扮寂:2011-01-20 BlogJava 伉知繰唹

寄社音勣状誼宸倖啌符猟周載鹸墫?凪糞?宸勇否叟尖盾議?泌惚寄社正誼亟議三?辛鹸崙iBatis徭揮議simple_example和議箭徨議啌符猟周?隼朔俐個匯和祥佩。

嗤阻燕、糞悶窃、燕嚥糞悶岻寂議啌符猟周?岻朔?乎恂焚担椿?僥狛Hibernate議涛嗔氏?欺椎倖方象垂銭俊佚連議塘崔猟周?輝隼?iBatis匆俶勣窃貌議猟周?軸SqlMapConfig.xml?旗鷹泌和?

<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE sqlMapConfig      PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"      "http://ibatis.apache.org/dtd/sql-map-config-2.dtd"> <sqlMapConfig>    <!-- Configure a built-in transaction manager.  If you''re using an         app server, you probably want to use its transaction manager         and a managed datasource -->    <transactionManager type="JDBC" commitRequired="false">      <dataSource type="SIMPLE">        <property name="JDBC.Driver" value="com.mysql.jdbc.Driver"/>        <property name="JDBC.ConnectionURL" value="jdbc:mysql://localhost:3306/simpledb"/>        <property name="JDBC.Username" value="root"/>        <property name="JDBC.Password" value="root"/>      </dataSource>    </transactionManager>    <!-- List the SQL Map XML files. They can be loaded from the          classpath, as they are here (com.domain.data) -->    <sqlMap resource="cn/simple/pojo/Article.xml"/>    <!-- List more here    <sqlMap resource="com/mydomain/data/Order.xml"/>    <sqlMap resource="com/mydomain/data/Documents.xml"/>    --> </sqlMapConfig>

匯心宸旗鷹?匆嗤泣鹸墫?厘議傍隈揖貧?寄音阻COPY?壅待恬俐個?最最

挫阻?栖亟厘断議匍暦貸辞蚊?

package cn.simple.manager; import java.io.IOException; import java.io.Reader; import java.sql.SQLException; import java.util.List; import cn.simple.pojo.Article; import com.ibatis.common.resources.Resources; import com.ibatis.sqlmap.client.SqlMapClient; import com.ibatis.sqlmap.client.SqlMapClientBuilder; public class ArticleManager {      /** *//**       * SqlMapClient instances are thread safe, so you only need one. In this       * case, we''ll use a static singleton. So sue me. ;-)       */      private static SqlMapClient sqlMapper;      /** *//**       * It''s not a good idea to put code that can fail in a class initializer,       * but for sake of argument, here''s how you configure an SQL Map.       */      static {          try {      

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站: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号