본문 바로가기
이카루스의 날개/JAVA

Spring Framework 설치법

by 윙혼 2008. 5. 21.


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 Spring IDE together with GEF in Eclipse 3.0 via Eclipse update manager:
  1. Open Eclipse. Go to Help -> Software Updates -> Find and Install.
  2. Select "Search for new features to install". Click "Next".
  3. Click "New Remote Site". Enter "Spring IDE updatesite" for the Name and "http://springide.org/updatesite/" for the URL (Screenshot). Click "OK".
  4. You should now see a a new entry name "Spring IDE updatesite" with a mark next to it (Screenshot). Click on that and check "Spring IDE".
  5. Click on the mark next to "Eclipse.org updatesite" and checkthe version of GEF which is sufficient for your version of Eclipse.Click "Next".
  6. Select the features "Graphical Editing Framework" and the lastest version of "Spring IDE" from the list. Click "Next".
  7. Check "I accept..." and click "Next". Select or add the appropriat site to install the features. Click "Finish".
  8. Click Install on the warning dialogs during feature verification (both features are not digitally signed).
  9. After successfully downloading and installing the features click "Yes" on the "Would you like to restart now?" dialog.
Congratulations. You have made it!
After restarting Eclipse you can check if Spring IDE is available by opening Eclipse's about dialog (Screenshot) and clicking on the Spring logo.

Alternate Types of Installation

An archived version of the update site (updatesite_x.x.x.zip) can also be downloaded from http://springide.org/updatesite/ and used locally with Eclipse's update manager. Do not unzip these archives into your Eclipse installation directory. This will destroy your Eclipse installation!
There is also a developer updatesite available where you can installdevelopment versions of Spring IDE from. The procedure to install fromthe dev updatesite is the same as described above; expect that you haveto use http://springide.org/updatesite_dev/ as URL.
Previous releases of Spring IDE (starting with v1.1) can be installed from the updatesite http://springide.org/updatesite_old/.



'이카루스의 날개 > JAVA' 카테고리의 다른 글

IBatis 관련 링크 모음 (네이버 자바프레임워크 위키)  (0) 2008.05.21
iBATIS SQL Maps  (0) 2008.05.21
Eclipse 북마크  (0) 2008.05.21
Spring의 장점이라는데...  (0) 2007.06.24
.NET무료 서적 배포  (0) 2007.06.23

댓글