본문 바로가기

Spring4

spring 개발환경 설치 Spring 프레임웍을 사용하기 위해 가장 먼저 선행되어야 할 일은 개발환경을 설치 하는 것이다. 허나 그 설치라는 것이 정답이 없다. 개발 Layer 들을 모두 순수하게 Spring 프레임 웍을 사용하여 개발할 수 있고 Spring프레임웍 기반하에 퍼시스턴스 레이어는 iBatis 를 사용할 것인지, UI 레이어는 Structs 를 사용할것인지...각 레이어 별 종류 또한 다양해서... 어떻게 설치할까른 물음 전에 무엇을 설치해야 하는지 부터 정의해야 할것이다. 아까도 말했듯이 정답은 없다. 프레임웍 선택에 있어 폭이 다양하다는 것은 각각의 장점 뿐만 아니라..단점이 수용가능한 범위인가를 명확히 따져서 선택해야 한다. 그러나 이또한 만만치 않다. 그래서 일반적, 혹은 범용적으로 사용하는 프레임웍을 조합하.. 2008. 5. 21.
Spring 프레임워크 개발환경 세팅 이 문서는 Spring 프레임워크를 이용하여 개발을 진행하기 위하여 필요한 개발 환경에 대하여 다룬다. 각각의 항목에 대한 구체적인 내용은 해당 Space에 문서를 참조하도록 할 것이다. 그러나 이 문서에서 제시하는 방향을 개발환경을 세팅하고 개발을 진행할 경우 Spring 프레임워크를 이용하는 애플리케이션 뿐만 아니라 대부분의 웹 애플리케이션 개발에 유용하게 사용될 것이다. Table of Contents Eclipse 개발툴 설치 Tomcat 서블릿 컨테이너 설치 및 환경 세팅 MySQL 데이터베이스 설치 및 환경 세팅 Spring 프레임워크를 위한 템플릿 애플리케이션 생성 ANT를 이용한 효율적인 애플리케이션 개발 프로세스 참고문헌 Eclipse 개발툴 설치 JDK, Eclipse 개발 환경 JDK.. 2008. 5. 21.
Eclipse 3.3에서 Spring 설치하기.. Spring IDE http://springide.org/updatesite/ Point the Eclipse Update Manager to http://springide.org/updatesite. Don't try to install the "Spring IDE Dependencies (only for Eclipse 3.2.x)" from the "Dependency" category on Eclipse 3.3. This feature is intended only for Eclipse 3.2 and is to keep Spring IDE backward-compatible. You will not be able to continue with the installation if you select .. 2008. 5. 21.
Spring Framework 설치법 Eclipse3.2 http http://www.eclipse.org/downloads/ Spring IDE (Eclipse3.2 추천) : http://springide.org/updatesite/ Installation Spring IDE is a set of Eclipse plugins packed as a feature. Thisfeature is hosted on a website (aka updatesite) which is accessed byEclipse's update manager. Spring IDE requires Eclipse's GraphicalEditingFramework GEF. The following instructions describe how to install Spr.. 2008. 5. 21.