본문 바로가기

시작은 언제라도

검색하기
시작은 언제라도
프로필사진 row_a_boat

  • 분류 전체보기 (44)
    • Java (3)
      • JSP (2)
    • Database (2)
      • SQL (1)
    • Web programming (22)
      • Spring (8)
      • javascript (2)
      • Patterns (8)
      • web concepts (2)
      • web examples (2)
    • IOS (5)
      • Settings (2)
      • Notes (3)
      • Swift (0)
    • Common Sense (9)
      • OOP (2)
      • 개발 상식 (5)
      • 업무 관련 (2)
    • TYS (1)
      • Environment (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • 양형조
«   2025/09   »
일 월 화 수 목 금 토
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
  • usecasediagram
  • jsp
  • MVC
  • 내장객체
  • UML
  • NOTE
  • setAttribute
  • Cloud
  • App
  • handlerMapping
  • FrontController
  • pattern
  • backend
  • DevOps
  • tiles
  • classdiagram
  • command
  • HTTP
  • mybatis
  • system developer
  • getAttribute
  • Program
  • Spring
  • 프롬프트
  • 맥린이
  • getParameter
  • ERD
  • Agile
  • Framework
  • controller
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록controller (1)

시작은 언제라도

3. FrontControllerServlet ex3

public void handleRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException,IOException { String command = request.getParameter("command"); Controller c= HandlerMapping.getInstance().create(command); try { String view= c.execute(request, response); request.getRequestDispatcher(view).forward(request, response); } catch (Exception e) { response.sendRedirect("error.j..

Web programming/Patterns 2021. 4. 18. 17:28
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바