| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
- DB
- coding test
- 밤비노
- 웹개발기초
- jsp
- REDIS
- CSS
- vite
- 자바
- MSA
- html
- MVC
- SpringFramework
- Spring MVC
- job
- 웹개발
- Doit알고리즘코딩테스트
- 데이터베이스
- servlet
- MVC패턴
- Bambino
- mysql
- Java
- spring boot
- react
- two pointers
- 웹개발자
- Programming
- sql
- BCIT
- Today
- Total
목록Study/Java Spring Framework (2)
초보 개발자의 기록
1.0 : 2004/ 3 2.0 : 2006/ 10 2.5 : 2007/ 11 3.0 : 2009/ 12 3.1 : 2011/ 12 4.0 : 2013/ 12 5.0 : 2017/ 9 The Spring Framework is an open source framework that has multiple version released. 1.0 functionalities Spring Core : Ligtweight container with various settled and constructed injection. Spring AOP : An aspect oriented programming interception framework integrated with the core container. Spri..
Java is an Object-Oriented programming language. Object Oriented Programming? OOP is a programming paradigm based on the concept of "Objects", which can contain data and code OOP languages are diverse, but the most popular ones are class-based. meaaing that objects are instances of classes, which also determine thier types. A programming methodology based on representing a program as a collectio..