본문 바로가기
DataBase

0824 Web Application 이해

by HelloYuwol 2022. 9. 5.

<강의>

-웹 애플리케이션 이해 PPT (※ server와 client 관계,  request와 response 관계, TCP/ID) 

 

1.1 데스크톱 애플리케이션

 1)계산기 윈도우 APP 압축파일(파일명: exam02.client_) 배포

 2) calaulFrame.java 프로젠테이션 로직 > agent 통신전담(exam02.server)에게 연락

web application의 변화 1                                                                            web application의 변화 2
web application의 변화 3                                                                            web application의 변화 4

 

 -점차 컨테이너와 통신 담당의 역할이 분리되어 위임받은 Thread가 진정한 서버

             ㄴ https://youtu.be/3HId-tpYaZs강의 참고

 

 1.5 웹 애플리케이션 아키텍쳐 특징

웹서버를 기준으로 위로는 프론트엔드, 아래는 백엔드 영역으로 구분

 

1.4 클라이언트-서버 아키텍처 진화

진화과정1                                                                                                          진화과정2
최종진화형태

 

 

<선생님 comment>

-9월 프론트 강의에 앞서 사이트 추천: https://www.w3schools.com/

 HTML basic 부터 책이 필요없을 정도.  

 

W3Schools Free Online Web Tutorials

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com