Spring Framework: Difference between revisions
Jump to navigation
Jump to search
Email
Line 52: | Line 52: | ||
===ORM=== | ===ORM=== | ||
===Marshalling XML=== | ===Marshalling XML=== | ||
===WebSocket=== | ===WebSocket=== | ||
===SockJS=== | ===SockJS=== | ||
===STOMP Messaging=== | ===STOMP Messaging=== | ||
==Integration== | ==Integration== | ||
<FONT COLOR=DARKGRAY>TO PROCESS https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/integration.html#spring-integration</FONT> | <FONT COLOR=DARKGRAY>TO PROCESS https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/integration.html#spring-integration</FONT> |
Revision as of 19:50, 14 October 2018
External
- https://spring.io/projects/spring-framework
- https://docs.spring.io/spring/docs/5.1.0.RELEASE/spring-framework-reference/
- JavaDoc https://docs.spring.io/spring-framework/docs/5.1.0.RELEASE/javadoc-api/
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
- Basic Persistence
- Servlet-based Web Application Support
- Reactive Web Application Support
Spring Framework Core Technologies Concepts
- Spring Dependency Injection and Inversion of Control Container Concepts
- Spring Application Configuration Concepts
- Spring MVC Concepts
- Reactive Support in the Spring Framework
- Spring Transaction Management
- Spring Validation Concepts
- Basic Persistence with JdbcTemplate
- TO PROCESS until all Spring Concepts are depleted: https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/core.html
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
Transactions
DAO Support
JDBC
ORM
Marshalling XML
WebSocket
SockJS
STOMP Messaging
Integration
Remoting
JMS
JCA
JMX
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