Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

๊ฐ„๋‹จํ•˜๊ฒŒ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” MVC pattern์˜ Java Web Server

Notifications You must be signed in to change notification settings

gracefullight/Java-mvc-framwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-mvc-framwork

๊ฐ„๋‹จํ•˜๊ฒŒ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” MVC pattern์˜ Java Web Server

ํ”Œ๋กœ์šฐ

index.jsp link => com.servlet.text => testAction()

com.db.dao => testDao => getUserList()

create DBSession => DBSession.selectList() => com.db.mappers => test_SQL => execute #selectUser => close DBSession

์ทจ์ง€

์Šคํ”„๋ง 3.0 ์„ธํŒ…๊ณผ ๋‹ค๋ฅธ ์‚ฌ๋žŒ์—๊ฒŒ ์„ค๋ช…ํ•ด์ฃผ๋Š” ๊ฒŒ ๋„ˆ๋ฌด ์‹ซ์–ด์„œ ๋งŒ๋“ค์—ˆ๋‹ค. ์ด์   ์Šคํ”„๋ง ๋ถ€ํŠธ๊ฐ€ ์žˆ์–ด์„œ ๊ดœ์ฐฎ์„ ๋“ฏ (๋‹ค์‹œ๋ณด๋‹ˆ DI๊ฐ€ ์—†์–ด coupling์ด ์‹ฌํ•ด๋ณด์ธ๋‹ค.)

์Šคํƒ

  • java >= 1.6
  • mybatis
  • jstl

About

๊ฐ„๋‹จํ•˜๊ฒŒ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” MVC pattern์˜ Java Web Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published