<Web 개요>

Web/Web 개요 2010. 2. 18. 14:11

1. History of Web
   CGI(Common Gateway Interface) -> Servlet(사용자들의 요청에 응답을 다양하게 할 수 있는 컨테이너)
   -> JSP -> ...
 
2. Web 처리방식
   클라이언트(웹브라우져) -요청(request)-> 서버(server)-응답(response)-> 클라이언트

3. 서비스를 제공하는 Web Application(A/S 센터) Deploy(배포) 구조
                                Root(최상위 폴터)
                                          |
    html img css js      WEB-INF(web.xml)
                                                          |    |          |
                                                  classes  lib(jar)  tld

4. DD(Deployment Descriptor) : web.xml
   -> 웹 어플리케이션을 서버에 deploy 할때 사용되는 배치 기술서

Posted by 미스터네오
,