博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

spring.net xml 命名空间

Posted on 2013-11-29 21:23  linFen  阅读(517)  评论(0编辑  收藏  举报

<objects
    xmlns="http://www.springframework.net"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:tx="http://www.springframework.net/tx"
    xmlns:db="http://www.springframework.net/database"
    xmlns:aop="http://www.springframework.net/aop"

xmlns:context="http://www.springframework.net/context"


    xsi:schemaLocation="http://www.springframework.net http://www.springframework.net/schema/objects/spring-objects.xsd
        http://www.springframework.net/schema/tx http://www.springframework.net/schema/tx/spring-tx-1.1.xsd
        http://www.springframework.net/schema/db http://www.springframework.net/schema/db/spring-database.xsd
        http://www.springframework.net/aop http://www.springframework.net/schema/aop/spring-aop-1.1.xsd"


>

 

 

     xmlns="http://www.springframework.net"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:tx="http://www.springframework.net/tx"

xmlns:context="http://www.springframework.net/context"


    xmlns:db="http://www.springframework.net/database"  --数据库
    xmlns:aop="http://www.springframework.net/aop"    --aop