eclipse swt/jface/RCP 学习网址积累[转载]

时间:2023-01-12 23:53:56

转自:http://hi.baidu.com/javaanwei/blog/item/b824d424a7fb8a024c088d1e.html

Eclipse.org 
http://www.eclipse.org/
Eclipse官方网站;值得敬佩的是它对Eclipse的介绍真的很全面,从中不仅可以了解Eclipse的项目的组织、进展,而且有很多的技术文章(比如介绍SWT就有一百多个Snippet让初学者快速掌握SWT编写技巧),它的CVS Repository可以让你随时关注项目的更新情况.

CVS repository
http://dev.eclipse.org/viewcvs/index.cgi/

Eclipse Rich Client Platform
http://www.eclipse.org/platform/index.html

eclipse.org/rcp

eclipse.org/community 
IBM developerWorks search results
1900多篇IBM专家在eclipse方面的技术文章
http://www-106.ibm.com/search/searchResults.jsp?searchType=1&searchSite=dW&query=eclipse&searchScope=dW

Eclipse平台下进行C/C++开发
C/C++ development with the Eclipse Platform
http://www-128.ibm.com/developerworks/opensource/library/os-ecc/index.html

Weighing in on Java native compilation
http://www-106.ibm.com/developerworks/library/j-native.html

专家访谈: Eclipse 不再由开发人员独享
http://www-900.ibm.com/developerWorks/cn/dmdd/library/techarticles/dm-0412nackman/index.shtml

Eclipse 平台入门
http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecov/index.shtml

J2SE 1.4.2 提供两种新的外观设计
http://www-900.ibm.com/developerWorks/cn/java/j-mer05273/

SWT:AWT和SWING的强大竞争者
http://www-900.ibm.com/developerWorks/cn/java/l-swt/index.shtml

*****Eclipse User Interface Guidelines
http://www.eclipse.org/articles/Article-UI-Guidelines/Contents.html

*****Your First Plug-in
http://www.eclipse.org/articles/Article-Your%20First%20Plug-in/YourFirstPlugin.html

*****Using Perspectives in the Eclipse UI
http://www.eclipse.org/articles/using-perspectives/PerspectiveArticle.html

*****Creating an Eclipse View
http://www.eclipse.org/articles/viewArticle/ViewArticle2.html

*****Contributing Actions to the Eclipse Workbench
http://www.eclipse.org/articles/Article-action-contribution/Contributing%20Actions%20to%20the%20Eclipse%20Workbench.html

*****Rich Client Tutorial Part 1
http://eclipse.org/articles/Article-RCP-1/tutorial1.html
*****Rich Client Tutorial Part 2
http://eclipse.org/articles/Article-RCP-2/tutorial2.html
*****Rich Client Tutorial Part 3
http://eclipse.org/articles/Article-RCP-3/tutorial3.html

***Branding Your Application
http://www.eclipse.org/articles/Article-Branding/branding-your-application.html

*****在 Eclipse Workbench 之外使用 Eclipse GUI,第 1 部分:独立使用 JFace 和 SWT
http://www-900.ibm.com/developerWorks/cn/java/os-ecgui1/
*****在 Eclipse Workbench 之外使用 Eclipse GUI,第 2 部分:使用 JFace 图像注册表
http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecgui2/index.shtml
*****在 Eclipse Workbench 之外使用 Eclipse GUI,第 3 部分:添加操作、菜单和工具栏
http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecgui3/index.shtml

*****JFace 开发向导
http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecjfw/index.shtml
*****Creating JFace Wizards
http://www.eclipse.org/articles/Article-JFace%20Wizards/wizardArticle.html

开发 Eclipse 插件
http://www-900.ibm.com/developerWorks/cn/java/os-ecplug/index.shtml
驾驭 Eclipse 功能部件
http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecfeat/index.shtml
扩展 Eclipse 的 Java 开发工具
http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecjdt/index.shtml

将基于 Swing 的开发工具插入 Eclipse 中
http://www-900.ibm.com/developerWorks/cn/java/os-swing/index.shtml
Responding to resource changes in the Eclipse workspace
http://www.eclipse.org/articles/Article-Resource-deltas/resource-deltas.html

创建本机、跨平台 GUI 应用程序
http://www-900.ibm.com/developerWorks/cn/linux/guitoolkit/j-nativegui/index.shtml
创建本机的跨平台 GUI 应用程序(重述)
http://www-900.ibm.com/developerworks/cn/java/j-nativegui2/

标题: Eclipse 插件 
*****Eclipse User Interface Guidelines
http://www.eclipse.org/articles/Article-UI-Guidelines/Contents.html

*****Your First Plug-in
http://www.eclipse.org/articles/Article-Your%20First%20Plug-in/YourFirstPlugin.html

*****Using Perspectives in the Eclipse UI
http://www.eclipse.org/articles/using-perspectives/PerspectiveArticle.html

*****Creating an Eclipse View
http://www.eclipse.org/articles/viewArticle/ViewArticle2.html

*****Contributing Actions to the Eclipse Workbench
http://www.eclipse.org/articles/Article-action-contribution/Contributing%20Actions%20to%20the%20Eclipse%20Workbench.html

*****Rich Client Tutorial Part 1
http://eclipse.org/articles/Article-RCP-1/tutorial1.html
*****Rich Client Tutorial Part 2
http://eclipse.org/articles/Article-RCP-2/tutorial2.html
*****Rich Client Tutorial Part 3
http://eclipse.org/articles/Article-RCP-3/tutorial3.html

***Branding Your Application
http://www.eclipse.org/articles/Article-Branding/branding-your-application.html

*****在 Eclipse Workbench 之外使用 Eclipse GUI,第 1 部分:独立使用 JFace 和 SWT
http://www-900.ibm.com/developerWorks/cn/java/os-ecgui1/
*****在 Eclipse Workbench 之外使用 Eclipse GUI,第 2 部分:使用 JFace 图像注册表
http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecgui2/index.shtml
*****在 Eclipse Workbench 之外使用 Eclipse GUI,第 3 部分:添加操作、菜单和工具栏
http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecgui3/index.shtml

*****JFace 开发向导
http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecjfw/index.shtml
*****Creating JFace Wizards
http://www.eclipse.org/articles/Article-JFace%20Wizards/wizardArticle.html

开发 Eclipse 插件
http://www-900.ibm.com/developerWorks/cn/java/os-ecplug/index.shtml
驾驭 Eclipse 功能部件
http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecfeat/index.shtml
扩展 Eclipse 的 Java 开发工具
http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecjdt/index.shtml

将基于 Swing 的开发工具插入 Eclipse 中
http://www-900.ibm.com/developerWorks/cn/java/os-swing/index.shtml
Responding to resource changes in the Eclipse workspace
http://www.eclipse.org/articles/Article-Resource-deltas/resource-deltas.html

创建本机、跨平台 GUI 应用程序
http://www-900.ibm.com/developerWorks/cn/linux/guitoolkit/j-nativegui/index.shtml
创建本机的跨平台 GUI 应用程序(重述)
http://www-900.ibm.com/developerworks/cn/java/j-nativegui2/

标题: swt/jface 
SWT Tips and Samples - Java + SWT でスタンドアローンアプリケーション开発
一个很不错的关与SWT学习的网站
http://cjasmin.fc2web.com/

一个法国的JFace网站!代码写的很清楚
http://www.eclipsetotale.com/articles/swt/premierProjetJFace/index.html

Eclipse Performance Tips
http://www.eclipsefaq.org/chris/tips/

EclipseCon
http://www.eclipsecon.org/

Eclipse Plugin Center 
http://www.eclipseplugincentral.com/index.php
了解Eclipse插件必去的地方,每个插件都有相关的论坛,在这里你会知道什么是如鱼得水.

SWT-designer 
http://www.swt-designer.com/.
本身是一个SWT GUI设计工具站点,有丰富的教程介绍SWT和教你使用SWT-designer方便的设计出SWT/JFace界面

http://sourceforge.net/

标题: eclise Games 
Eclipse Games
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-swt-home/external.html#games

This web site contains example SWT and JFace applications
http://eclipsewiki.swiki.net/2

This site contains some tutorials and example programs that will help programmers who are new to Eclipse and the Standard Widget Toolkit (SWT) install Eclipse correctly and run some simple Java/SWT programs.
http://www.cs.umanitoba.ca/~eclipse/

Good Application use SWT:
Azureus - http://azureus.sourceforge.net/

RSS Owl - http://www.rssowl.org/

Vex - http://vex.sourceforge.net/

Hacking on Eclipse Itself
http://eclipsewiki.swiki.net/58
Tricks and Tips
http://eclipsewiki.swiki.net/36

SWT Standard Widget Toolkit - Development Resources
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-swt-home/dev.html

Eclipse Performance Tips
http://www.eclipsefaq.org/chris/tips/

The Eclipse Rich Client Platform
http://www.eclipsefaq.org/chris/LaffraEclipseRCP_files/v3_document.htm

Contributing to Eclipse
http://www.eclipsecon.org/2005/tutorials.php

The Java Developer's Guide to Eclipse
http://www.jdg2e.com/

java user group stuttgart
http://www.jugs.de/

eclipse plugin central
http://www.eclipseplugincentral.com/

on eclipse
http://www.oneclipse.com/
Editors not tied to the resources framework
http://www.jroller.com/page/Zhou/20040215#eclipse_editors_not_tied_to

eclipseteam
http://www.eclipseteam.de/wiki/bin/view/Public/Home

http://www.oneclipse.com/

http://www.eclipseplugincentral.com/

http://www.eclipsepowered.org/

http://www.canoo.com/ulc/demos/onlineshop.html
http://www.javafan.net/index.jsp

SWT/JFace TableViewer Demo
http://www.opnworks.com/opnworks/en/page.jsp?page=goodies/index.jsp

Building and delivering a table editor with SWT/JFace
http://www.eclipse.org/articles/Article-Table-viewer/table_viewer.html







唐山迪锐软件:http://www.tsp2c.cn/youshi.htm

2 个解决方案

#1


对Eclipse的介绍真的很全面

#2


Mark

#1


对Eclipse的介绍真的很全面

#2


Mark