框架的整合

2021-06-29 14:27:39 字數 847 閱讀 1479

一、三大框架的整合步驟:

*  新建乙個工程

*  把整個工程的編碼改變成utf-8

*  把整個jsp頁面也改變成utf-8

*  導包

web-inf

libstruts

hibernate

spring

dbjunit

*  建三個src folder

src           存放源**的

cn.itcast.s2sh0909.struts2.action

cn.itcast.s2sh0909.dao

cn.itcast.s2sh0909.dao.impl

cn.itcast.s2sh0909.service

cn.itcast.s2sh0909.service.impl

cn.itcast.s2sh0909.domain

config     存放所有的配置檔案

struts2

hibernate

spring

...........

test          存放測試類

二、整合原理:

*  web.xml

*  spring容器是以***的形式與tomcat整合的

org.springframework.web.context.contextloaderlistener

contextconfiglocation

*  以過濾器的形式整合struts2容器

struts2

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

Django框架的整合

1.註冊和配置django admin 後台管理頁面 在admin中執行如下配置 from django.contrib import admin models admin.site.register models.usertype admin.site.register models.userin...

SSH框架整合

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

SSI框架整合

框架版本 struts2 spring2.5 ibatis 1,新建乙個web project。3,匯入spring的jar包 4,匯入的struts的jar包 5,加入ibatis jar包 classpath sqlmapconfig.xml sqlmapconfig.xml檔案 為 jdbc....