以中华传统美德朗诵稿:Spring的applicationContext.xml文件`111

来源:百度文库 编辑:偶看新闻 时间:2024/04/27 03:27:52
Spring的applicationContext.xml文件
想必用过Spring的程序员们都有这样的感觉,Spring把逻辑层封装的太完美了(个人感觉View层封装的不是很好)。以至于有的初学者都不知道Spring配置文件的意思,就拿来用了。所以今天我给大家详细解释一下Spring的applicationContext.xml文件。Ok,我还是通过代码加注释的方式为大家演示: 以下是详解Spring的applicationContext.xml文件代码:








com.mysql.jdbc.Driver




jdbc:mysql://localhost:3306/tie?useUnicode=true&characterEncoding=utf-8




root



123



class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">






com/alonely/vo/User.hbm.xml





class="org.springframework.orm.hibernate3.HibernateTemplate">






















以上Spring的applicationContext.xml文件我是用的SSH架构,如果您用Spring的MVC架构,其原理也是一样的。