用JSF+Spring+IBatis搭建一个简单框架
百度广告
org.apache.myfaces.webapp.StartupServletContextListener
org.springframework.web.context.ContextLoaderListener
Spring配置文件applicationContext.xml:这里是把IBatis的数据源写在Spring的文件中,使Spring和IBatis结合起来
class="org.apache.commons.dbcp.BasicDataSource"
destroy-method="close">
com.mysql.jdbc.Driver
jdbc:mysql://192.168.102.19/bookadmin
bookadmin
123456
class="org.springframework.orm.ibatis.SqlMapClientFactoryBean">
classpath:thiz/ks/bookadmin/dao/ibatis/SqlMapConfig.xml
IBatis的SqlMap文件SqlMapConfig.xml和JSF的配置文件faces-config.xml:该怎么写还是怎么写。
编辑推荐:
温馨提示:因考试政策、内容不断变化与调整,长理培训网站提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准! (责任编辑:长理培训)
点击加载更多评论>>