100315
lib


WebContent/WEB-INF/lib 파일들                     
WebContent/WEB-INF              

WebContent/WEB-INF 파일들            

WebContent/META-INF         
      
Java Resources:src         





struts2 라이브러리 추가

struts-2.1.8.1\apps\struts2-blank-2.1.8.1\WEB-INF\lib


struts2와 spring 연동 플러그인 라이브러리 추가

struts-2.1.8.1-all\struts-2.1.8.1\lib


spring 라이브러리 추가

spring-framework-2.5-rc2-with-dependencies\spring-framework-2.5-rc2\dist



struts2   xml 설정 파일 추가하기

struts-2.1.8.1-all\struts-2.1.8.1\apps\struts2-blank-2.1.8.1\WEB-INF\src\java


spring   
applicationContext.xml
생성하기
applicationContext.xml   
이라고 꼭 적어줘야 한다.

예시..


context.xml
파일 생성
context.xml
적어야할 내용


struts2와 스프링 연동을 위한
struts.properties
파일생성



struts.properties 
내용



ibatis 라이브러리 추가

ibatis xml파일 추가
context.xml
이라고 적어준다.

context.xml

Account.xml
SqlMapConfig.xml
파일 등록

SqlMapConfig.xml



web.xml 설정



SqlMapClient.xml
의 맵퍼 파일 등록




Posted by MR 손
,