寫下來以作後用:
1、框架搭建:
<1>*完成sruts2+spring+hibernate+jstl+oracle搭建
*struts2依賴包
*commons-logging-1.0.4.jar
*freemarker-2.3.15.jar
*ognl-2.7.3.jar
*struts2-core-2.1.8.1.jar
*xwork-core-2.1.6.jar
*commons-fileupload-1.2.1.jar
*commons-io-1.3.2.jar
*spring依賴包
*spring.jar
*aspectj/*.jar
*hibernate依賴包
*lib/*.jar
*hibernate3.jar
*oracle資料庫驅動
*ojdbc14.jar
*jstl依賴包
*jstl.jar
*standard.jar
*struts2和spring整合外掛程式
*struts2-spring-plugin-2.1.8.1.jar
*提供struts.xml配置檔案
*修改web.xml檔案,配置sruts2的**控制器strutsprepareandexecutefilter
struts2
org.apache.struts2.dispatcher.ng.filter.strutsprepareandexecutefilter
struts2
/**提供spring配置檔案
*修改web.xml檔案,提供contextloaderlistener
contextconfiglocation
org.springframework.web.context.contextloaderlistener
*修改web.xml檔案,提供opensessioninviewfilter(必須放到struts2的strutsprepareandexecutefilter的前面)
opensessioninviewfilter
org.springframework.orm.hibernate3.support.opensessioninviewfilter
opensessioninviewfilter
/** 提供hibernate.cfg.xml配置檔案和log4j.properties
2、測試:
單元測試類必須繼承abstracttransactionalspringcontexttests
*在單元測試類中需要的service,需要提供setter方法,ioc容器會根據型別注入的
*需要覆蓋getconfiglocations()方法,返回spring的配置檔案
*必須setcomplete()方法顯示的提交事務
Android 通用流行框架
1.快取 2.載入 3.處理 4.網路請求 5.網路解析 6.資料庫 greendao 一種輕快地將物件對映到sqlite資料庫的orm解決方案。當效能很重要時 資料訪問頻繁 greendao是乙個很快的解決方案,它能夠支援數千條記錄的crud每秒,和ormlite相比,greendao要快幾乎4....
NIO流行框架 Mina IOSession介面
1.iosession 主要描述我們的網路通訊雙方所建立的連線之間描述.iosession的作用 可以完成對於連線的一些管理.可以傳送或則讀取資料,並且可以設定我們會話的 上下文資訊.2.iosessionconfig 提供我們對連線的配置資訊的描述.比如讀緩衝區的設定等等.iosessioncon...
前端流行框架對比
譯 angular 2 vs.react 血色將至 原譯 react vs angular 2 戰爭繼續 vue.js 對比其它框架 angularjs雙向繫結的研究 angular 從 1 到 2 快速參考 知乎 react.js,angular.js,vue.js學習哪個好?react 簡介和原...