티스토리 뷰

Computer/Eclipse n Plug-in

Eclipse Plug-in

인생이글케쉬우냐 2009. 5. 14. 15:10
출처 카페 > 프로젝트월드 | 인티카
원본 http://cafe.naver.com/projectworld/59
>
Eclipse Plug-in | ::::JAVA:::: 2007.02.05 15:29
인티카(intica) http://cafe.naver.com/projectworld/55 이 게시물의 주소를 복사합니다<INPUT type=hidden value=http://cafe.naver.com/projectworld/55 name=cafeurlstr>

☞ Eclipse plug-in 찾을 수 있는 싸이트
  http://eclipse-plugins.info/eclipse/index.jsp


☞ Clay --- Data Modeling(DB) tool

  http://www.azzurri.jp/en/software/clay/index.jsp


☞ Exadel Studio --- Struts, Spring, Hibernate, JSF 등을 지원
  http://www.exadel.com/


☞ QuantumDB Utility --- SQL쿼리를 실행 할 수 있는 기능이 있는 DB 연결 툴
  http://sourceforge.net/projects/quantum/


☞ SQLExplorer --- SQL쿼리를 실행 할 수 있는 기능이 있는 DB 연결 툴
  http://sourceforge.net/projects/eclipsesql


☞ DBedit --- SQL쿼리를 실행 할 수 있는 기능이 있는 DB 연결 툴
  http://sourceforge.net/projects/dbedit/


☞ UML 플러그인 --- UML 다이어그램 생성

  http://www.omondo.com/download/index.html


☞  VE 플러그인 --- GUI (awt/swing)

1) 사용 동영상 (http://www.eclipse.org/vep/WebContent/docs/v1.1/VE11grid.html)

2) 다운로드 (http://download3.eclipse.org/tools/ve/downloads/index.php)

☞ Lomboz --- 개발 플렛폼(EJB/JavaEE)

  http://forge.objectweb.org/projects/lomboz

 
Eclipse 플러그인
05/03/03 14:07
* Eclipseutil-refresh 플러그인

https://eclipseutilplugins.dev.java.net/

자주쓰는 CVS 커밋,업데이트,싱크 메뉴를 단축아이콘으로 등록하여 편리하다.

* Copy Fully Qualified Class Name 플러그인

http://www.jave.de/eclipse/copyfully/index.html

클래스이름을 패키지명까지 포함해서 쓸일이 많다면 필수적인 플러그인이다.


* GotoFile 플러그인

http://www.muermann.org/gotofile/

프로젝트에 속한 파일을 빨리 찾을 수 있다. 파일명의 일부만 치면 바로바로 목록이 나온다.

* Windows Context Menu 플러그인

http://www.geocities.com/richard_hoefter/ContextMenuPlugin/

이클립스에서 윈도우 컨텍스트메뉴(오른클릭 메뉴)를 쓸 수 있다.


* Call Hierarchy 플러그인

http://eclipse-tools.sourceforge.net/call-hierarchy/

메소드 호출관계를 트리로 보여준다.



스크린샷 http://eclipse-tools.sourceforge.net/call-hierarchy/images/screenshot1.png





* Commonclipse 플러그인

http://commonclipse.sourceforge.net/

toString() 메소드 등을 자동으로 만들어준다. 자바빈의 내용을 로그에 찍고 싶을 때 좋다.


* Properties Editor 플러그인

http://propedit.sourceforge.jp/index_en.html

properties 파일 편집할 때 그냥 일반 텍스트 편집하듯 편집하면된다.native2ascii 같은거 몰라도 된다.

* AnyEdit tools 플러그인

http://andrei.gmxhome.de/anyedit/index.html

텍스트 에디터 기능이 약한 이클립스에 몇가지 기능을 추가해준다. 나는 주로 Open type(file) under cursor 메뉴를 사용한다.



* Log4E 플러그인

http://log4e.jayefem.de/index.php/Main_Page

소스에 log4j 구문을 삽입해준다. 코딩 무지 편해졌다. -.-;





* Web Service Console 플러그인

http://wscep.sourceforge.net/

웹서비스를 개발한다면 꼭 있어야한다. 요청/응답 SOAP 메시지를 직접 눈으로 보면서 서비스를 테스트할 수 있다.

스크린샷 : http://wscep.sourceforge.net/images/s5.GIF

반응형