Skip to content

Instantly share code, notes, and snippets.

@arawn
Last active September 5, 2018 00:52
Show Gist options
  • Save arawn/35bccfc5c11c594672e0 to your computer and use it in GitHub Desktop.
Save arawn/35bccfc5c11c594672e0 to your computer and use it in GitHub Desktop.
Spring MVC 를 활용한 웹 개발 실무

Spring MVC 를 활용한 웹 개발 실무

http://skpla.net/springmvc 로 접속하시면 이 페이지가 나옵니다.

학습 목표

  • Spring MVC를 사용해 웹 프로젝트를 개발할 수 있다.
  • Spring MVC가 구축한 다양한 전략을 배우고 사용할 수 있다.
  • Java및 스프링을 활용해서 데이터베이스와 연동할 수 있다.
  • Spring 데이터 레이어를 사용해서 데이터베이스와 통합하는 다양한 방법을 이해할 수 있다.

과정 목차

  • 7월 21(월)

    • 09:00 ~ 10:00 = 실습 도구 준비, 예제 설치 및 구동(박용권M, 김영한M)
    • 10:00 ~ 12:00 = Spring Core Overview(박성철 팀장)
    • 12:00 ~ 13:00 = 점심
    • 13:00 ~ 14:00 = Servlet부터 Spring MVC까지(박용권M)
    • 14:00 ~ 18:00 = Spring MVC 프로그래밍(박용권M)
  • 7월 22(화)

    • 09:00 ~ 11:00 = Spring Core Overview & Application Architecture(박성철 팀장)
    • 11:00 ~ 12:00 = Spring Data Access 기술 살펴보기(김영한M)
    • 12:00 ~ 13:00 = 점심
    • 13:00 ~ 15:00 = Spring Jdbc, JPA Modules(김영한M)
    • 15:00 ~ 17:00 = 스프링 애플리케이션 테스트하기(이수홍M)
    • 17:00 ~ 18:00 = 예제(Petclinic)로 정리하는 Spring MVC Application(이수홍M)

준비사항

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment