1. 程式人生 > >重溫SSH整合項目

重溫SSH整合項目

service transacti 提示 join 而在 頁面 tran session struts

1.由spring處理的路徑就可以帶classpath:

2.在<tx:advice id="advice" transaction-manager="transactionManager">中別忘加transactionManager,不加也會自動帶

3.頁面上提示no Session 時的處理方式:

  01.在hbm.xml配置文件中lazy為false

  02.在dao中執行查詢時使用迫切左外連接

  03.使用OpenSessionInViewFilter

4.action,service,dao以及struts.xml中最好分別以處理的對象區分開來

5.在hbm.xml中配置時最好不要帶fetch="join"而在dao中自己加

重溫SSH整合項目