-
項(xiàng)目分層 1.實(shí)體層 2.數(shù)據(jù)庫(kù)層 3.接口層 4.借口實(shí)現(xiàn)層 (模型層) 5.動(dòng)作層(控制層) 6.Jsp頁(yè)面(視圖層)查看全部
-
第二章 用戶(hù)登陸模塊 (1)項(xiàng)目分層 (2)創(chuàng)建MyHibernateSessionFactory (3)設(shè)計(jì)用戶(hù)接口和實(shí)現(xiàn)類(lèi) (4)設(shè)計(jì)所有Action父類(lèi) (5)設(shè)計(jì)用戶(hù)Action類(lèi) (6)頁(yè)面調(diào)用 (7)顯示相應(yīng)的報(bào)錯(cuò)信息查看全部
-
<mapping resources="entity/Students.hbm.xml"/> <mapping resources="entity/Users.hbm.xml"/>查看全部
-
使用SchemaExport生成表結(jié)構(gòu)查看全部
-
生成實(shí)體類(lèi)的映射文件 (1)生成Users.hbm.xml文檔 (2)生成Student.hbm.xml文檔查看全部
-
創(chuàng)建實(shí)體類(lèi) (1)用戶(hù)表 (2)學(xué)生表查看全部
-
配置hibernate.cfg.xml文件 <property name="connection.username">root</property> <property name="connection.password"></property> <property name="connection.driver_class">com.mysql.jdbc.Driver</property> <property name="connection.url">jdbc:mysql:///test?useUnicode=true&characterEncoding=UTF-8</property> <property name="dialect">org.hibernate.dialect.MySQLDialect</property> <property name="show_sql">true</property> <property name="format_sql">true</property> <property name="hbm2ddl.auto">update</property> <property name="hibernate.current_session_context_class">thread</property> <!-- 使用getCurrentSession方式打開(kāi)會(huì)話 -->查看全部
-
接著;創(chuàng)建struts.xml文檔 最后;配置hibernate.cfg.xml查看全部
-
配置web.xml文件 <filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class> </filter> <filter-mapping> <filter-name>struts2</filter-name> <url-pattern>/*</url-pattern> <!-- /* 表示過(guò)濾所有請(qǐng)求> </filter-mapping>查看全部
-
更健康查看全部
-
老師發(fā)表查看全部
-
測(cè)試查看全部
-
天天查看全部
-
Struts2與hibernate整合 (1)創(chuàng)建struts2和hibernate用戶(hù)類(lèi)庫(kù) (2)導(dǎo)入struts2與hibernate的jar包 (3)配置web.xml (4)創(chuàng)建struts.xml (5)配置hibernate.cfg.xml查看全部
-
第一張:Struts2與Hibernate整合 Struts2 + Hibernate4 實(shí)現(xiàn)的簡(jiǎn)單的CRUD案例 實(shí)現(xiàn)功能: (1)后臺(tái)登錄 (2)學(xué)生表的增刪改查 開(kāi)發(fā)環(huán)境struts2.3.4 + hibernate4.2.4 + MySQL6.0查看全部
舉報(bào)
0/150
提交
取消