這個要從servlet的起源說起,客戶發起http請求,web容器(tomcat)就會收到請求,然後根據web.xml的配置資訊,根據http的url請求路徑,找到相應的servlet去解決[ doget() or dopost() ]
啟動乙個web專案時,容器首先會讀取專案web.xml裡面的配置。從裡面讀兩個東西,和
。
contextconfiglocationparam-name>
context-param>
org.springframework.web.context.contextloaderlistenerlistener-class>
listener>
如果有指定,則載入對應的class
Spring整合web環境
標籤 空格分隔 spring 實現原理 通過乙個 listener使得web專案在啟動時就直接在context域中載入spring容器,從而使得全域性只載入一次,減少重複載入 public class contextloaderlistener implements servletcontextli...
spring在web中的應用
示例 contextconfiglocation springcontextservlet org.springframework.web.context.contextloaderservlet1 action org.apache.struts.action.actionservlet conf...
Spring 在web中 的日子
contextconfiglocation web inf daocontext.xml org.springframework.web.context.contextloaderlistener contextloaderservlet啟動 同listener註冊 contextconfigloc...