Spring Framework: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 37: Line 37:
===Data Binding===
===Data Binding===
===AOP===
===AOP===
==Spring Framework Testing==
<font color=darkgray>TO PROCESS https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/testing.html#testing</font>
==Spring Framework Data Access==
<font color=darkgray>TO PROCESS https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/data-access.html#spring-data-tier</font>
===Transactions===
===DAO Support===
===JDBC===
===ORM===
===Marshalling XML===
==Spring Framework Web Servlet==
===Spring MVC===
{{Internal|Spring MVC Concepts|Spring MVC Concepts}}
===WebSocket===
===SockJS===
===STOMP Messaging===
==Integration==
<FONT COLOR=DARKGRAY>TO PROCESS https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/integration.html#spring-integration</FONT>
===Remoting===
===JMS===
===JCA===
===JMX===
===Email===
===Tasks===
===Scheduling===
===<span id='Cache_Abstraction'></span>Cache===
<font color=darkgray>TODO: https://docs.spring.io/spring/docs/current/spring-framework-reference/integration.html#cache, https://spring.io/guides/gs/caching/</font>
==Retry==
spring-retry

Revision as of 20:29, 12 October 2018

External

Internal

Overview

The core Spring Framework is the foundation of everything else in the Spring-based development model. It provides the core container and dependency injection framework, and many other features such as Spring MVC, data access, basic persistence support in form of the JdbcTemplate, integration, support for reactive-style programming, etc. Spring Data extends the persistence capabilities outside the core framework, as a separate project.

Functionality

Spring Framework Core Technologies Concepts

TO DISTRIBUTE

Spring Framework Core Technologies

Events

Resources

Type Conversion

SpEL

Data Binding

AOP

Spring Framework Testing

TO PROCESS https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/testing.html#testing

Spring Framework Data Access

TO PROCESS https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/data-access.html#spring-data-tier

Transactions

DAO Support

JDBC

ORM

Marshalling XML

Spring Framework Web Servlet

Spring MVC

Spring MVC Concepts

WebSocket

SockJS

STOMP Messaging

Integration

TO PROCESS https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/integration.html#spring-integration

Remoting

JMS

JCA

JMX

Email

Tasks

Scheduling

Cache

TODO: https://docs.spring.io/spring/docs/current/spring-framework-reference/integration.html#cache, https://spring.io/guides/gs/caching/

Retry

spring-retry