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

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brendaniel authored Nov 27, 2017
1 parent 21b2bea commit 5338c63
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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이 심해보인다.)

0 comments on commit 5338c63

Please sign in to comment.