OSGi Alliance | Main / OSGi Alliance http://www.osgi.org/Main/HomePage OSGi中国官方站|OSGi China User Group http://www.riawork.org equinox http://www.eclipse.org/equinox/ Knopflerfish, an OSGI Implement http://www.knopflerfish.org/index.html Spring OSGI http ...
- 11:25
- 浏览 (194)
- 评论 (0)
- 分类: Eclipse/plugin/rcp
嵌入式富客户端平台,embedded Rich Client Platform,eRCP 相关的资源: Eclipse eRCPhttp://www.eclipse.org/ercp/ 探索 Eclipse 的嵌入式富客户端平台http://www.ibm.com/developerworks/cn/opensource/os-ecl-rcp/ 用 eJFace 开发嵌入式应用程序http://www.ibm.com/developerworks/cn/opensource/os-ejface/index.html &n ...
- 15:55
- 浏览 (235)
- 评论 (0)
- 分类: Eclipse/plugin/rcp
RCP的访问控制在应用中非常的有必要,因为大多数的应用都是多用户多极别。
客户端至少需要在三个层次上进行控制:
一是SWT组件级别,包括按钮、快捷菜单等等。
二是视图级别的控制,这个比较容易,只要在透视图中控制视图就可以了。
三是透视图的控制。
在透视图中包含视图。可以通过Open perspective对话框选择打开透视图,但是这里有这样一个问题,Open perspective对话框中显示的是RCP系统中所有的透视图,而且无法进行配置。在工具栏上可以显示透视图工具栏,非常的方便于用户的使用,一般都需要显示出来。但是这个工具栏带有一个other按钮,打开就是Open perspec ...
- 13:04
- 浏览 (506)
- 评论 (0)
- 分类: Eclipse/plugin/rcp
- 进入论坛
1, Show Action only for specific perspectives
IContextService contextService = ( IContextService ) PlatformUI.getWorkbench().getService( IContextService.class );
In 3.2 and 3.3, you can create an actionSet with visibility false. Then use your perspective factory or org.eclips ...
- 17:44
- 浏览 (379)
- 评论 (0)
- 分类: Eclipse/plugin/rcp
org.osgi.framework.Bundle
An installed bundle in the Framework.
A Bundle object is the access point to define the lifecycle of an installed bundle. Each bundle installed in the OSGi environment must have an associated Bundle object.
A bundle must have a unique identity, a long, chosen by the Fr ...
- 10:21
- 浏览 (304)
- 评论 (0)
- 分类: Eclipse/plugin/rcp
org.osgi.framework.BundleContext
A bundle's execution context within the Framework. The context is used to grant access to other methods so that this bundle can interact with the Framework.
BundleContext methods allow a bundle to:
Subscribe to events published by the Framework.
Register servic ...
- 09:55
- 浏览 (338)
- 评论 (0)
- 分类: Eclipse/plugin/rcp
XMIND
http://www.xmind.cn/splash.html
eclipse
http://publib.boulder.ibm.com/infocenter/radhelp/v6r0m1/topic/org.eclipse.platform.doc.user/reference/ref-3.htm
RCP实践之安全模型
http://www.blogjava.net/leeguannan/archive/2007/06/21/125673.html
创建用于 RCP 应用程序的声明性安全模型
http://www.ibm.com/developerworks/cn/ope ...
- 18:07
- 浏览 (380)
- 评论 (0)
- 分类: Eclipse/plugin/rcp
The mechanics for supporting plug-ins are implemented using the OSGi framework. From this standpoint, a plug-in is the same thing as an OSGi bundle. The bundle and its associated classes specify and implement the process for Java class-loading, prequisite management, and the bundle's life-cycle. For ...
- 13:26
- 浏览 (450)
- 评论 (0)
- 分类: Eclipse/plugin/rcp
OSGi(Open Service Gateway Initiative)有双重含义。一方面它指OSGi Alliance组织;另一方面指该组织制定的一个基于Java语言的服务(业务)规范——OSGi服务平台(Service Platform)。 OSGi Alliance是一个由Sun Microsystems、IBM、爱立信等于1999年3月成立的开放的标准化组织,最初名为Connected Alliance。该组织及其标准原本主要目的在于使服务提供商通过住宅网关,为各种家庭智能设备提供各种服务。目前该平台逐渐成为一个为室内、交通工具、移动电话和其他环境下的所有类型的网络设备的应用程序和服 ...
- 11:53
- 浏览 (403)
- 评论 (0)
- 分类: Eclipse/plugin/rcp
Eclipse 集成开发环境(IDE)和 Eclipse Rich Client Platform(RCP)应用程序的核心由 Open Services Gateway Initiative(OSGi)规范的实现驱动。
Eclipse IDE 实际上由叫做插件 的交互式组件的集合组成。这些插件组成了 IDE 的基础,它们还可用于创建其他桌面应用程序。创建基于 Eclipse 的应用程序所需的最小插件集称为 Eclipse Rich Client Platform(RCP)。
OSGi 是服务平台的规范。Eclipse 提供了该规范的许多可用实现之一,并用作最新 OSGi R4 规范的参考实 ...
- 10:06
- 浏览 (559)
- 评论 (0)
- 分类: Eclipse/plugin/rcp
- 浏览: 49976 次
- 性别:

- 来自: 北京

- 详细资料
搜索本博客
我的相册
动力
共 6 张
共 6 张
最新评论
-
一个数据库连接Java工具类 ...
不错,加油,能写成工具类就好了。
-- by dd2086 -
Hibernate和Access
我指的是方法一
-- by 黑暗浪子 -
Hibernate和Access
我测试一下,如果连接的是*.asa文件,好像就报"can't open conn ...
-- by 黑暗浪子 -
计算机/软件领域中的名人
Bruce Eckel和其他几位根本不是一个层次的人物。Marin Fowler ...
-- by turing -
《夜袭》和战争
电影拍的不好,有辱历史!
-- by ken1984






评论排行榜