SSI框架整合

2021-06-14 07:21:39 字數 1000 閱讀 3684

框架版本:

struts2、spring2.5、ibatis

1,新建乙個web project。

3,匯入spring的jar包

4,匯入的struts的jar包

5,加入ibatis jar包

$$

$$

classpath:sqlmapconfig.xml

sqlmapconfig.xml檔案**為:

<?xml version="1.0" encoding="utf-8"?>

jdbc.driverclassname=com.mysql.jdbc.driver

jdbc.url=jdbc:mysql:

jdbc.username=root

jdbc.password=admin

8,接下來就要配置web.xml了,在web.xml新增以下**

contextconfiglocation

org.springframework.web.context.contextloaderlistener

如果你的web.xml檔案中沒有配置struts,則需新增如下**

struts2

org.apache.struts2.dispatcher.ng.filter.strutsprepareandexecutefilter

config

struts-default.xml,struts-plugin.xml,struts.xml

/*

9,struts.xml檔案**為:

<?xml version="1.0" encoding="utf-8" ?>

ok!

ssi框架學習

非原創 struts.xml strust.xml success.jsp error.jsp success.jsp error.jsp 配置ibatis的相關配置檔案,主要是jdbc.properties,sqlmapconfig.xml以及user.xml的配置,jdbc.properties...

SSH框架整合

首先將 spring 加入到web容器在 web.xml 中加入 context param param name contextconfiglocation param name 說明 為了管理方便設定了多個 spring 的配置檔案 context param 然後加入 spring liste...

框架的整合

一 三大框架的整合步驟 新建乙個工程 把整個工程的編碼改變成utf 8 把整個jsp頁面也改變成utf 8 導包 web inf libstruts hibernate spring dbjunit 建三個src folder src 存放源 的 cn.itcast.s2sh0909.struts2...