简体   繁体   English

如何以静默方式/以编程方式在Lotus Notes客户端中安装eclipse插件

[英]How to install eclipse plugin in Lotus Notes client silently/Programatically

I need to install an eclipse-based plugin in Lotus Notes Client 8.5. 我需要在Lotus Notes Client 8.5中安装基于eclipse的插件。 The requirement is that this should not have any user involvement. 要求是这不应涉及任何用户。 I want to know is there a way around for this kind of requirement. 我想知道是否有解决这种需求的方法。 Also is this possible if the system is a member of Active Directory. 如果系统是Active Directory的成员,这也是可能的。

Thank you. 谢谢。

Notes 8 provides a framework for automatically deploying "widgets" to end users; Notes 8提供了自动向最终用户部署“小部件”的框架。 and one type of widget is an eclipse plug-in. 一种类型的小部件是eclipse插件。 You can set up a Widget Catalog database and you can use Notes policies to force particular end users to be in a Widget category - the category defines which widgets, including plug-ins, will be pushed and installed for a user. 您可以设置“窗口小部件目录”数据库,并且可以使用Notes策略将特定的最终用户强制置于“窗口小部件”类别中-该类别定义将为用户推送和安装哪些窗口小部件(包括插件)。 So you would essentially need to do the following: 因此,您基本上需要执行以下操作:

  • Create a Notes Update Site database 创建一个Notes更新站点数据库
  • Create a Notes Widget Catalog database 创建一个Notes Widget Catalog数据库
  • Import your plug-in jar's to the Update Site 将您的插件罐导入到更新站点
  • Create a wrapper widget document which points to your update site and particular plug-in 创建一个包装器小部件文档,该文档指向您的更新站点和特定的插件
  • Place the widget document in a widget category in the widget catalog 将小部件文档放置在小部件目录中的小部件类别中
  • Define a Notes Desktop policy which specified the widget category 定义一个Notes桌面策略,该策略指定了小部件类别
  • Add users to the new policy 将用户添加到新策略

Note - when users receive a widget which is an eclipse plug-in, they will be notified and will be required to re-start the Notes client. 注意-当用户收到作为eclipse插件的窗口小部件时,将通知他们,并且要求他们重新启动Notes客户端。

For details on each of the steps, check out the IBM site linked to by Simon. 有关每个步骤的详细信息,请访问Simon链接到的IBM网站。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM