전체 글 (229) 썸네일형 리스트형 스프링 웹 프로젝트 생성 사실 Spring Legacy Project로 생성하면 샘플 jsp나 controller까지 다 만들어준다. 근데 그건 쓰잘데기 없는 jar파일까지 포함하기 때문에 Dynamic Web Project를 이용하여 처음부터 세팅해보려 한다. 자바 1.8 이클립스 2020-06 톰캣 8.5 스프링 5.2.8 1. New -> Dynamic Web Project 2. 프로젝트 이름 짓고, Target runtime에서 was 세팅 후 next 3. 원래 있던 src 폴더 삭제하고 위와 같이 작성 후 next 4. Content directory에 원래 WebContent가 있었는데 webapp으로 바꿔줬다(걍 내맘 ㅎ). 그리고 밑에 generate.. 어쩌구 에 체크, finish 5. 방금 만든 프로젝트 우.. EE.2.4 Containers Containers provide the runtime support for Java EE application components. Containers provide a federated view of the underlying Java EE APIs to the application components. Java EE application components never interact directly with other Java EE application components. They use the protocols and methods of the container for interacting with each other and with platform services. Interposing a c.. EE.2.4.2 Java EE Servers Underlying a Java EE container is the server of which it is a part. A Java EE Product Provider typically implements the Java EE server-side functionality using an existing transaction processing infrastructure in combination with Java Platform, Standard Edition (Java SE) technology. The Java EE client functionality is typically built on Java SE technology. Java EE 컨테이너의 기본은 해당 컨테이너가 속한 서버입니다. Ja.. 이전 1 ··· 53 54 55 56 57 58 59 ··· 77 다음