카테고리 없음

53일차(53/113) 자바개발과정

Kim VamPa 2019. 12. 11. 12:30
728x90
반응형

MVC, JDBC, DBCP 활용하여 게시판쓰기, 보기, 수정, 삭제 구현

 

*이번주 목표 : 게시판 쓰기, 보기, 수정,삭제 구현에 피룡한 jsp, java, web 내것만들기

 

 

*필요List
-response객체
-request객체
-(JAVA)ArrayList
-다형성부터 끝가지
-finally{}




-(JAVA)ArrayList
-다형성부터 끝가지
-finally{}


1.jsp
1) MVC
2) JDBC
3) JDNI
4) DBCP
5) response
6) request
7) servlet
8) session

2. web structure
3. java
1) 다형성
2) 추상메서드
3) 예외
4) 



*공부 List
JDBC를 사용한 데이터베이스 연동
https://hyeonstorage.tistory.com/110


*********이번주게시판만들기 프로젝트MVC/JDBC/ 관련 개념 모조리 공부하기
남들에게 설명이 가능할정도
내것만들기


https://hyeonstorage.tistory.com/110
https://www.holaxprogramming.com/2013/01/10/devops-how-to-manage-dbcp/
https://gompangs.tistory.com/entry/DB-DBCP-%EA%B5%AC%ED%98%84-DB-Connection-Pooling
https://aljjabaegi.tistory.com/402
https://gangzzang.tistory.com/entry/%ED%86%B0%EC%BA%A3Tomcat-%EC%BB%A4%EB%84%A5%EC%85%98%ED%92%80DBCP-%EC%84%A4%EC%A0%95
https://gmlwjd9405.github.io/2018/10/29/web-application-structure.html
https://www.google.com/search?q=JNDI&spell=1&sa=X&ved=2ahUKEwjC6KqivKzmAhXOFYgKHQq1CgkQBSgAegQICxAo&biw=1920&bih=969
https://gmlwjd9405.github.io/2018/09/14/process-vs-thread.html

 

[OS] 프로세스와 스레드의 차이 - Heee's Development Blog

Step by step goes a long way.

gmlwjd9405.github.io

https://engkimbs.tistory.com/688

 

[Spring] 이클립스(Eclipse) 스프링(Spring) MVC 프로젝트 구조 및 로직 흐름

| 스프링 MVC 프로젝트 구조 (Spring MVC Project Structure) 스프링 MVC 프로젝트(Spring MVC Project)를 생성할 시 생성되는 구조는 다음과 같다. JAVA 파일 : 자바 파일들이 위치해 있는 디렉터리. 자바로 작..

engkimbs.tistory.com

https://gmlwjd9405.github.io/2018/10/28/servlet.html

 

[Web] Servlet이란 - Heee's Development Blog

Step by step goes a long way.

gmlwjd9405.github.io

https://covenant.tistory.com/100

728x90
반응형