Spring Framework Artifacts
| GroupId | ArtifactId | Description |
|---|---|---|
|
org.springframework |
spring-aop |
Proxy-based AOP support |
|
org.springframework |
spring-aspects |
AspectJ based aspects |
|
org.springframework |
spring-beans |
Beans support, including Groovy |
|
org.springframework |
spring-context |
Application context runtime, including scheduling and remoting abstractions |
|
org.springframework |
spring-context-support |
Support classes for integrating common third-party libraries into a Spring application context |
|
org.springframework |
spring-core |
Core utilities, used by many other Spring modules |
|
org.springframework |
spring-expression |
Spring Expression Language (SpEL) |
|
org.springframework |
spring-instrument |
Instrumentation agent for JVM bootstrapping |
|
org.springframework |
spring-instrument-tomcat |
Instrumentation agent for Tomcat |
|
org.springframework |
spring-jdbc |
JDBC support package, including DataSource setup and JDBC access support |
|
org.springframework |
spring-jms |
JMS support package, including helper classes to send and receive JMS messages |
|
org.springframework |
spring-messaging |
Support for messaging architectures and protocols |
|
org.springframework |
spring-orm |
Object/Relational Mapping, including JPA and Hibernate support |
|
org.springframework |
spring-oxm |
Object/XML Mapping |
|
org.springframework |
spring-test |
Support for unit testing and integration testing Spring components |
|
org.springframework |
spring-tx |
Transaction infrastructure, including DAO support and JCA integration |
|
org.springframework |
spring-web |
Web support packages, including client and web remoting |
|
org.springframework |
spring-webmvc |
REST Web Services and model-view-controller implementation for web applications |
|
org.springframework |
spring-webmvc-portlet |
MVC implementation to be used in a Portlet environment |
|
org.springframework |
spring-websocket |
WebSocket and SockJS implementations, including STOMP support |
Spring Framework Artifacts的更多相关文章
- Spring Framework基础学习
Spring Framework基础学习 Core support for dependency injection,transaction management,web applications,d ...
- Spring Framework Ecosystem – Introduction to Spring Projects
来自于:http://springtutorials.com/spring-ecosystem/ Hello and Welcome to Spring Tutorials Blog! Is it f ...
- 浅谈对Spring Framework的认识
Spring Framework,作为一个应用框架,官方的介绍如下: The Spring Framework provides a comprehensive programming and con ...
- Hello Spring Framework——依赖注入(DI)与控制翻转(IoC)
又到年关了,还有几天就是春节.趁最后还有些时间,复习一下Spring的官方文档. 写在前面的话: Spring是我首次开始尝试通过官方文档来学习的框架(以前学习Struts和Hibernate都大多是 ...
- 手动创建Spring项目 Spring framework
之前学习框架一直是看的视频教程,并且在都配套有项目源码,跟着视频敲代码总是很简单,现在想深入了解,自己从官网下载文件手动搭建,就遇到了很多问题记载如下. 首先熟悉一下spring的官方网站:http: ...
- 转-Spring Framework中的AOP之around通知
Spring Framework中的AOP之around通知 http://blog.csdn.net/xiaoliang_xie/article/details/7049183 标签: spring ...
- spring 官方下载地址(Spring Framework 3.2.x&Spring Framework 4.0.x)
spring官方网站改版后,建议都是通过 Maven和Gradle下载,对不使用Maven和Gradle开发项目的,下载就非常麻烦,下给出Spring Framework jar官方直接下载路径: h ...
- Spring Framework------>version4.3.5.RELAESE----->Reference Documentation学习心得----->Spring Framework中的spring web MVC模块
spring framework中的spring web MVC模块 1.概述 spring web mvc是spring框架中的一个模块 spring web mvc实现了web的MVC架构模式,可 ...
- Spring Framework------>version4.3.5.RELAESE----->Reference Documentation学习心得----->Spring Framework中web相关的知识(概述)
Spring Framework中web相关的知识 1.概述: 参考资料:官网documentation中第22小节内容 关于spring web mvc: spring framework中拥有自 ...
随机推荐
- javascript 理解对象--- 定义多个属性和读取属性的特性
一 定义多个属性 ECMAScript5 定义了一个Object.defineProperties()方法,用于定义多个属性.此方法接受两个对象参数: 第一个对象:要添加或修改其属性的对象 第二个对象 ...
- TOSCA自动化测试工具--打开已存在的Projects
1.刚login账号的界面 2.找到左下角Browse,找到文件路径,选择文件,打开 3.展示已打开的project 4.这个页面上便可进行自己想要的操作 5.关闭projects,最下面状态栏进行有 ...
- Swap交换分区--continue
Linux内核为了提高读写效率与速度,会将文件在内存中进行缓存,这部分内存就是Cache Memory(缓存内存).即使你的程序运行结束后,Cache Memory也不会自动释放.这就会导致你在Lin ...
- linux命令——chmod/chown
改变文件所有权chown 例如 sudo chown username myfile 1 myfile文件的所有权变为username. chown -R username /files/work 1 ...
- JavaScript 引用【转】
从一个例子说起: var m ={a:’a’, b:’b’}; var n=m; n.c=’c’; 那么在这个时候 , m.c 也会变成 ’c’! 这个问题在我最开始学习 JS 语言时个人一直处于概念 ...
- 关于JavaScript对象中的一切(一) -- 对象属性
先上一张我制作的脑图.
- JAVA基础补漏--链表
查询慢:链表中数据不是连续的,每次查询元素,都得从头开始 增删快:链表结构,增加或删除一个数据,对链表的整体结构没有影响,所以快.
- 使用淘宝的npm代理下载模块
npm install node-sass --registry=http://registry.npm.taobao.org
- 谈一谈URL
作者:ManfredHu 链接:http://www.manfredhu.com/2017/08/16/22-url/index.html 声明:版权所有,转载请保留本段信息,谢谢大家 URL URL ...
- 解决 对路径bin\roslyn..的访问被拒绝
使用visual studio开发,一重新编译就会报错: 对路径“bin\roslyn\System.Reflection.Metadata.dll”的访问被拒绝 一开始的解决办法就是把bin下的文件 ...