标签:hbm.xml 属性 xxx 提交 rup nat web span 方言
Hibernate:
xxx.hbm.xml ,作用:类的属性和表的列建立映射关系,主键策略,多表查询等
hibernate.cfg.xml ,核心配置文件,数据库配置信息,加载xxx.hbm.xml这个映射文件,设置hibernate属性(方言),
web层框架都有一个特点,就是前端控制器模式,前端控制器由过滤器实现的
Strups2:执行顺序由上到下
Strust.xml, 写action标签和result标签,写提交的action和跳转结果页面jsp
strusts.properties,配置常量
web.xml, 配置核心过滤器filter和filtermapping(前端控制器), 再执行一组拦截器(系统写好了),拦截器:拦截前或后加入某些操作
Spring:
log4j.properties:日志文件
applicationContext.xml:(管理三层),配置数据源,获得数据源,创建工厂,事务,事务增强,引入dao层service层action层的文件
applicationContext-action.xml:管理action层的对象
applicationContext-dao.xml:管理dao层的对象
applicationContext-service.xml:管理service层的对象
标签:hbm.xml 属性 xxx 提交 rup nat web span 方言
原文地址:https://www.cnblogs.com/maplesu/p/9925939.html