JAVA Spring framework study
##1. (Seoul Wiz) video 64-93, Korean, Eclipse
- Introduction & Setup 1 2
- DI (Dependency Injection) 3 4 5 6
- Lifecycle & Scope 7
- Import Settings 8
- AOP (Aspect oriented programming) 9 10
- Spring MVC
- Basics 11
- Controller 12
- Form data 13
- @RequestMapping 14
- Validation 15
- BBS 16 17 18 19 20
- Spring JDBC 21
- Transaction 22 23 24
- Security 25 26 27
- MyBatis 28 29 30
##2. (Java Brains) video 01-23 24-35 36-45, English, IntelliJ
- DI, Dependency Injection
-
Concept 4
-
Object Injection 7
-
Inner Bean, Alias 8
-
Collections 9
-
Autowiring 10
-
Bean Scopes & Life Cycles
- Introduction 11
-
ApplicationContextAware 12
-
Bean Definition Inheritance 13
-
Lifecycle Callbacks 14
-
BeanPostProcessor 15
-
BeanFactoryPostProcessor 16
-
Coding To Interface 17
-
Annotations
- Introduction, @Required 18
-
@Autowired 19
-
JSR-250 Annotations, @Resource 20
-
Stereotype Annotations, @Component 21
-
AOP, Aspect Oriented Programming
-
JoinPoint 30
-
@After, @AfterReturning, @AfterThrowing 31
-
@Around 32
-
Custom Advice Annotations 33
-
XML AOP Configuration 34
-
AOP Proxy 35
-
Data Support
- DataSource & DBCP 38
- JdbcTemplate 39 40 41 42
- NamedParameterJdbcTemplate 43
- DAO Support Classes 44
- Hibernate 45
##Further Study
- MyBatis (Multi SQL) + Transaction [01]
- Spring Security [02]
- Version update (4.1.3)
- Database authentication