Please enable JavaScript.
Coggle requires JavaScript to display documents.
Spring - Coggle Diagram
Spring
Modules
Core Container
Core
Beans
Context
expressions(SpEL)
Data Access / Integration
jdbc
orm
transaction
jms
Web
web
web-mvc
web-socket
web-portlet
aop
Instrumentation
Test
aspects
messaging
Benifit
POJO Enabled
Layered Architecture
Lightweight
AOP
cross-cutting / pointcut
JoinPoint
Advice
Before
After
Around
After Returning
After Throwing
IOC
Bean Factory Container
Application Context Container
FileSystemXmlApplicationContext
ClassPathXmlApplicationContext
WebXmlApplicationContext
Inject collections
auto wire
Inner Bean
Scalable
Error Handling
Open Source
Monitoring
Actuator
CommonsRequestLoggingFilter
CustomizableTraceInterceptor
PerformanceMonitorInterceptor