Spring 3.0的Schema

目录

说明

spring-beans-3.0.xsd

说明:

Spring3.0 最主要的Schema,用来配置bean

命名空间:

http://www.springframework.org/schema/beans

Schema文件:

http://www.springframework.org/schema/beans/spring-beans-3.0.xsd

spring-aop-3.0.xsd

说明:

AOP的配置定义的Schema

命名空间:

http://www.springframework.org/schema/aop

Schema文件:

http://www.springframework.org/schema/aop/spring-aop-3.0.xsd

spring-tx-3.0.xsd

说明:

声明式事务配置定义的Schema

命名空间:

http://www.springframework.org/schema/tx

Schema文件:

http://www.springframework.org/schema/tx/spring-tx-3.0.xsd

spring-tx-3.0.xsd

说明:

声明式事务配置定义的Schema

命名空间:

http://www.springframework.org/schema/tx

Schema文件:

http://www.springframework.org/schema/tx/spring-tx-3.0.xsd

spring-mvc-3.0.xsd

说明:

MVC配置的Schema,是Spring 3.0新增的

命名空间:

http://www.springframework.org/schema/mvc

Schema文件:

http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd

spring-util-3.0.xsd

说明:

为简化某些复杂的标准配置提供的Schema

命名空间:

http://www.springframework.org/schema/util

Schema文件:

http://www.springframework.org/schema/util/spring-util-3.0.xsd

spring-jee-3.0.xsd

说明:

为简化JavaEE中的EJBJNDI等功能的配置而提供的Schema

命名空间:

http://www.springframework.org/schema/jee

Schema文件:

http://www.springframework.org/schema/jee/spring-jee-3.0.xsd

spring-util-3.0.xsd

说明:

为简化某些复杂的标准配置提供的Schema

命名空间:

http://www.springframework.org/schema/util

Schema文件:

http://www.springframework.org/schema/util/spring-util-3.0.xsd

spring-jms-3.0.xsd

说明:

JMS配置的Schema

命名空间:

http://www.springframework.org/schema/jms

Schema文件:

http://www.springframework.org/schema/jms/spring-jms-3.0.xsd

spring-jdbc-3.0.xsd

说明:

为配置Spring内嵌数据库提供的Schema,是Spring 3.0新增的。

命名空间:

http://www.springframework.org/schema/jdbc

Schema文件:

http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd

spring-lang-3.0.xsd

说明:

增加了对JRubyGroovy等动态语言的支持,该Schema是为集成动态语言而定义的

命名空间:

http://www.springframework.org/schema/lang

Schema文件:

http://www.springframework.org/schema/lang/spring-lang-3.0.xsd

spring-oxm-3.0.xsd

说明:

配置对象XML映射的Schema,是Spring3.0新增的

命名空间:

http://www.springframework.org/schema/oxm

Schema文件:

http://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd

spring-task-3.0.xsd

说明:

任务调度的Schema

命名空间:

http://www.springframework.org/schema/task

Schema文件:

http://www.springframework.org/schema/task/spring-task-3.0.xsd

spring-tool-3.0.xsd

说明:

为集成Spring一些有用工具定义的Schema

命名空间:

http://www.springframework.org/schema/tool

Schema文件:

http://www.springframework.org/schema/tool/spring-tool-3.0.xsd

你可能感兴趣的:(Spring)