Changes between Version 3 and Version 4 of waue/2011/0907
- Timestamp:
- Sep 7, 2011, 6:03:45 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2011/0907
v3 v4 28 28 == 匯入Web App Libraties == 29 29 30 加入所有spring*.jar 到 WebContent/WEB-INF/lib/ 內30 加入所有spring*.jar 到 !WebContent/WEB-INF/lib/ 內 31 31 32 32 用 指令 或用 file->import->"file system" 精靈 將 spring/dist/*.jar 匯入到此資料夾 … … 38 38 == 程式碼 == 39 39 40 * WebContent/WEB-INF/jsp/hello.jsp40 * !WebContent/WEB-INF/jsp/hello.jsp 41 41 42 42 {{{ … … 60 60 }}} 61 61 62 * WebContent/WEB-INF/web.xml62 * !WebContent/WEB-INF/web.xml 63 63 64 64 {{{ … … 89 89 }}} 90 90 91 * WebContent/WEB-INF/mvc-config.xml91 * !WebContent/WEB-INF/mvc-config.xml 92 92 93 93 {{{