1.建立web工程
2.新增spring2.5.6必須得jar包,spring.jar和common-logging.jar,
3.新建spring的配置檔案,可以是一或多個配置檔案,開發中大部分都會是多個配置檔案
4.在web.xml來載入spring
xml**
contextconfiglocation
上面的指定spring配置檔案的位置可以寫成下面形式
xml**
contextconfiglocation
org.springframework.web.context.contextloaderlistener
多個xml檔案的組裝方式有二種,一:採用載入多個xml的方式,制定多個位置二:採用import標籤倒入多個檔案的方式
xml**
resource
="service.xml"
/>
resource
="dao.xml"
/>
web工程在tomcat下的部署
2.替代方法 在tomcat的配置檔案中,乙個web應用就是乙個特定的context,可以通過在server.xml中新建context裡部署乙個jsp應用程式。開啟server.xml檔案,在host標籤內建乙個context,內容如下 其中 path是虛擬路徑,即url位址,docbase是js...
初學VUE,搭建web工程(windows)
node.js官網 win r 輸入 node v 檢視node版本號,是否安裝成功 npm install g cnpm registry 國內鏡象 npm config set registry win r 輸入 cnpm v 檢視cnpm版本號,是否安裝成功 win r 輸入 cnpm ins...
spring在web中的應用
示例 contextconfiglocation springcontextservlet org.springframework.web.context.contextloaderservlet1 action org.apache.struts.action.actionservlet conf...