MVC
- MVC stands for Model, View and Controller.
- It is a design pattern that separates the business logic, presentation logic and data
1. Example
https://github.com/KyleJeong/JSP/tree/master/jspMvc
'Back-End > Jsp' 카테고리의 다른 글
[Jsp] <c:if> 의 비교기호(empty,!empty, eq, ne) (0) | 2016.11.10 |
---|---|
[Jsp] Jsp_Pagination_Example(Jsp를 이용한 페이징 처리) (0) | 2016.07.15 |
[Jsp] Expression Language(EL) - JSP (0) | 2016.07.08 |
[Jsp] (2)Action Tags_useBean (0) | 2016.07.08 |
[Jsp] (1)Action Tags_forward&include (0) | 2016.07.07 |