Spring+Hibernate使用Glassfish数据库连接池

Spring+Hibernate使用Glassfish数据库连接池_第1张图片
Spring+Hibernate使用Glassfish数据库连接池_第2张图片
Spring+Hibernate使用Glassfish数据库连接池_第3张图片


applicationContext.xml文件内容


xmlns=" http://www.springframework.org/schema/beans"
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop=" http://www.springframework.org/schema/aop"
xmlns:tx=" http://www.springframework.org/schema/tx"
xsi:schemaLhttp://www.springframework.org/schema/beans">http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-2.0.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
">

  class="org.springframework.jndi.JndiObjectFactoryBean">
     value="jdbc/MysqlPool">
  



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

  
  
    
     org.hibernate.dialect.MySQLDialect
    

    
     true
    

  

  

  
  
    org/agilecc/sd/pojos/User.hbm.xml
  

  




  
  
  


  
  class="org.agilecc.sd.service.impl.UserServiceImpl" scope="prototype" >
  
  
  




  
  
  



  
  
  




  
  
  



  
  
  



  
  
  




  
  
  




  
  
  
  
  
  




  
  


你可能感兴趣的:(三大开源框架)