客户端功能部署
有多种方法可以为用户部署Notes®客户机功能和插件,包括定制的附加组件安装程序、部署小部件和源小部件目录以及定制的Notes®安装工具包。对于所有方法,要部署的功能或插件应在部署之前正确签名。
- Using the install manifest and update site during Notes® installation and update
You can customize the supplied Notes® install kit to add your own features and plug-ins to the install manifest and update site folder. This is ideal if the new feature is available when you are ready to install a Notes® release and you want to install it when you install or upgrade to Notes®.
See the topic Customizing Notes® install for features and plug-ins on Windows and Mac.
- 使用小部件和小部件目录将功能和插件部署到现有客户端
This is the feature and plug-in deployment method of choice and should be used in place of the traditional Eclipse update manager method mentioned in earlier Notes® and Domino® release documentation and still referenced in this guide.
This method is available for deploying new features and plug-ins to an existing Notes® install and also to an Expeditor client that may not be running Notes®.
This method is not available for updating Notes® features that were installed as part of the Notes® installation program, specifically the install kit's install manifest or update site.
请参阅主题使用窗口小部件和窗口小部件目录部署客户端插件。
- 启用用户启动的更新并公开 Eclipse 更新管理器
此方法已被小部件和小部件目录方法取代。
- 使用自定义附加组件安装程序
作为小部件客户端部署方法的替代,您可以创建一个附加安装程序。
请参阅主题创建自定义附加组件安装程序。
- Creating and using an NSF-based update site for feature install
or update into the Notes® runtime
您可以使用提供的updatesite.nsf模板创建基于 NSF 的更新站点。
请参阅主题创建和使用基于 NSF 的更新站点。
- Using a composite application and/or Notes® update site database for composite application
update
您可以单独使用复合应用程序,也可以将其与基于 NSF 的更新站点一起使用来安装或更新自定义或第三方功能。
请参阅主题为复合应用程序配置组件更新。
- Using a traditional third-party installer for install into the Notes® runtime
You create an install manifest and update site folder containing the feature and plug-in JAR files for the new feature and site.xml. You can distribute the installer to deployers or users to perform their own installation, or you can install the new features for users who already have Notes® installed.
请参阅主题创建传统第三方安装程序。
Limiting feature install and update and composite application update
您可以使用各种选项(包括服务器管理的更新站点列表)确定用户可以从哪些更新站点获取功能,该列表可以选择性地指定为用户可以从中获取更新的唯一站点列表。
有关信息,请参阅主题限制功能安装和更新以及指定可用的更新站点。
Creating features and plug-ins
Regardless of how you make third-party or custom features and plug-ins available for Notes® installation or update, you must first create or obtain the feature, create an install manifest to describe what is to be installed and place the new features and plug-in JAR files correctly in an update site directory along with a site index. Tools such as theHCL Expeditor integrated development environment (IDE) help automate the Eclipse feature development process for you.
您还应该指定用于签名的功能和插件安全设置,并可以使用plugin_customization.ini文件指定其他信息,例如可从中获取安装和更新信息的有效站点列表以及一些安全设置。
有关信息,请参阅主题管理客户端插件部署。
Signing features and plug-ins
Prior to making a new third-party or custom Eclipse-based feature available for Notes® installation or update, you must correctly sign the feature. Once signed, you must also include signing information in the plugin_customization.ini file that accompanies the install manifest.
有关信息,请参阅签署自定义或第三方功能和插件以进行安装和更新。