본문 바로가기

이카루스의 날개/JAVA23

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.
IBatis 관련 링크 모음 (네이버 자바프레임워크 위키) IBatis pdf 문서 다운로드 링크 SQL Maps2.0 개발자 가이드(한글판) SQL Maps2.0 tutorial(한글판) 번역문서 Introduce Ibatis - ibatis 2.0에 대한 소개 Object-Relational Mapping with SQLMaps - ibatis를 이용한 Object-Relational Mapping(OnJava 2005.02.02). 강좌및 관련작성문서 ORM의 또 다른 핵 iBATIS SQLMaps - 마소에 실렸던 SQLMaps관련 기사 ibatis tip - ibatis 관련 팁 Spring SQLMaps integration - Spring과 iBATIS SQLMaps의 연동 관련 설정.(작업중) DDL2iBatis-Code Generator For .. 2008. 5. 21.
iBATIS SQL Maps 12.5. iBATIS SQL Maps The iBATIS support in the Spring Framework much resembles the JDBC / Hibernate support in that it supports the same template style programming and just as with JDBC or Hibernate, the iBATIS support works with Spring's exception hierarchy and let's you enjoy the all IoC features Spring has. Transaction management can be handled through Spring's standard facilities. There are.. 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.
Eclipse 북마크 매번 이클립스 바뀔때마다 plugin Update Site의 Bookmarks를 찾아야 하는 불편함 때문에 export를 해 두었는데 시스템 날아가면 또 끝장인지라 blogging 해 주는 것이 좋겠네요 ^^ xml version="1.0" encoding="UTF-8"?>  bookmarks>     site name="Spring IDE updatesite" url="http://springide.org/updatesite/" web="false" selected="false" local="false"/>     site name="Aptana" url="http://update.aptana.com/install/3.2/" web="false" selected="false" loca.. 2008. 5. 21.
Spring의 장점이라는데... 온자바에 올라온 아티클(http://www.onjava.com/lpt/a/5833)에서 Spring: A Developer's Notebook 의 공동 저자인 Bruce A. Tate 가 Spring의 다섯가지 장점을 언급하고 있다. 제대로 써보지 않고는 피상적인 지식이 되겠지만 그래도 한번.. 어떤 항목들을 언급했는지 살펴보자. 1. Spring Provides Better Leverage Spring이 적은 노력을 하고도 많은 결과를 줄 수 있다는 점. ROI(Return On Invest)측면이고 개발 속도를 빠르게 하고, 유지보수도 용이하게 한다고... 쉽게 말해 안쓰는 것보다 효과적이란 것이다. 직관적인 코드 예제다. Spring 사용시: public List getReservations( ) .. 2007. 6. 24.