Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Servlet
- 피그마
- WAS
- xml
- sendRedirect
- https://www.inflearn.com/course/lecture?courseslug=%ea%b9%80%ec%98%81%ed%95%9c%ec%9d%98-%ec%8b%a4%ec%a0%84-%ec%9e%90%eb%b0%94-%ea%b8%b0%eb%b3%b8%ed%8e%b8&unitid=194709&category=questiondetail&tab=community&q=1314387
- 다형성 #부모타입 #자식타입
- webserver #WAS #ServerApp
- 김영한
- 톰캣
- 요구사항정의서
- CONTINUE
- 화면정의서
- https://www.inflearn.com/course/lecture?courseslug=%ea%b9%80%ec%98%81%ed%95%9c%ec%9d%98-%ec%8b%a4%ec%a0%84-%ec%9e%90%eb%b0%94-%ea%b8%b0%eb%b3%b8%ed%8e%b8&unitid=194711
- Spring MVC
- 한글깨짐
- 매핑 #
- Forwarding
- while문
- Request
- GET방식
- POST방식
- JSON형식의 response
- Break
- https://www.inflearn.com/course/lecture?courseslug=%ea%b9%80%ec%98%81%ed%95%9c%ec%9d%98-%ec%8b%a4%ec%a0%84-%ec%9e%90%eb%b0%94-%ea%b8%b0%eb%b3%b8%ed%8e%b8&unitid=194690
- Dispatcher
Archives
- Today
- Total
목록2024/04/02 (1)
Step it up now
include
jsp:include CRUD 특강에서는 중복되는 코드를 공통화할때 jsp:include를 사용합니다. header.jsp와 nav.jsp, footer.jsp를 만든 다음 모든 jsp 파일에 include 받고 있지요. 그렇지만 수업시간에 다른 방식을 사용했을 수 있습니다. 바로 include 방식인데요. jsp:include와 include는 큰 차이는 없지만 사용되는 경우가 다릅니다. home.jsp에 nav.jsp를 포함시키고자 했을 때를 기준으로 살펴볼께요. home.jsp에 nav.jsp를 jsp:include를 사용하여 포함한다면 코드는 다음과 같을 거에요. Copy jsp:include의가장 큰 특징은 nav.jsp가 실행된 후 그 결과가 home.jsp에 반영된다는 거에요. 이미 home..
프로젝트/도서관리
2024. 4. 2. 16:10