| |
|
| |
Getting the GUID for a Lotus Notes Composite application The GUID for the current composite application can be retrieved using the @getGUID command or the new getGUID method on the NotesUIWorkspace LotusScript class. The GUID can be used for constructing CAI URLs that can be used to in hot links ... |
| |
|
| |
Eclipse components can be hosted as portlets on portal server. When provisioned as components of composite applications, they inherit the feature and match rules as defined on portal server. These rules specify the version of the feature and the matching rule which determines the allowed updates ... |
| |
|
| |
How to Create a Composite Application Container
Extending the Composite Application Generic Container Infrastructure Is a container the right choice for you? The artifact we will be containing is a simple multi page SWT application. For simplicity, we are building it when we build our view part. ... |
| |
|
| |
The primary objective of this release was deployment blocking problems and getting the web delivery container (Notes, HOD, Symphony containers) support into the product. We focused of ease of use, tooling and performance. We also focused on education material through the new wiki. Check the end of ... |
| |
|
| |
Introduction
The Host OnDemand (HOD) container provides access to host applications from within a composite application. A host application is a series of screens and landmark expressions are used to identify these screens. The container provides the means to publish and receive information ... |
| |
|
| |
Introduction In this article you will learn how to construct a Notes Outline control that will allow the end user to navigate between pages of a composite application. The main idea is to configure the composite application to not show the default page navigator down the left side but replace ... |
| |
|
| |
Wiki Help describes basic tasks that you can accomplish in the wiki, such as creating and editing articles, basic editing tasks, subscribing to feeds, and providing feedback on the wiki. It also includes information on how to use the supported wiki markup for formatting. For a quick reference of ... |
| |
|
| |
This article describes the VideoFest event. |
| |
|
| |
Prerequisites: This tutorial will require Eclipse 3.4 with the Expeditor Toolkit for Expeditor 6.2.1 and the Lotus Notes Domino Designer for 8.5.1. Introduction This tutorial walks you through the steps of extending the base Notes view container with a custom action. The action will be able to ... |
| |
|
| |
This article is a set of best practices identified by the composite application team. This is a living and breathing document, it will be updated by contributors as time goes. Please feel free to comment or write an email to the forum for additional items. NSF Based Composite Applications ... |
| |
|
| |
How to find the documentation for Lotus Domino release 8.5.2 |
| |
|
| |
Version: Lotus Notes 8.5.x, Lotus Expeditor 6.2.x
Platform: All Fixed in version: Problem abstract: Unable to retrieve managed settings from a Portal server with TAMSPNEGO authentication Details: Due to a limitation with the WebSphere Portal policy service, environments using TAMSPNEGO ... |
| |
|
| |
IBM Lotus Expeditor 6.2.2 and IBM Lotus Notes 8.5.2 introduced a new component in Composite Applications known as Linux Native Application Viewer. This component provides a simplified way for a Linux (GTK) based native applications to be launched and embedded inside an eclipse view within a ... |
| |
|
| |
New for Notes R8.0.1 is the feature called My Widgets . This feature enables end users to see and act on automatically recognized Live Text in their Notes documents. These widgets can also be used within Composite Applications and automatically show up in your Component palette. This page ... |
| |
|
| |
Introduction
Notes R8 has Lotus Symphony embedded into the client (known as IBM productivity tools). This allows you to create the following kinds of documents. IBM Lotus Documents
IBM Lotus Spreadsheets
IBM Lotus Presentations
You can use these documents within your composite applications. ... |
| |
|
| |
There are two tasks involved here. The first is defining the property so that it gets registered with the Property Broker and is visible in the Composite Application Editor wiring tool. The second is the task of publishing values when something changes. Defining the property
You will need to ... |
| |
|
| |
This page describes how new NSF components can be developed via Lotus Domino Designer and how existing NSF databases can be used in composite applications. 1. What are NSF components? A component in a composite application is basically a rectangle in the UI. A NSF component displays a Notes object ... |
| |
|
| |
This page introduces two new LS APIs and @Formulas for working with two new features in Composite Applications for 8.0.1. NotesUIWorkspace.IsInCompositeApp is a new property to determine if the current database is opened inside a composite app or not. It returns a boolean value of TRUE or FALSE. ... |
| |
|
| |
You can pass context to Eclipse and NSF components using component preferences that are defined in the CA XML. This allows passing composite application specific context to the components. As an extension to this there is another mechanism so that you can pass context to composite applications ... |
| |
|
| |
In Notes 8.0 when you double click on a Notes document it opens up in a new page with just the document opened in it. With a new feature in 8.0.1 you are able to open Notes documents in pages of a composite application. The new page can again be a composite page which has wires to other ... |
| |
|
| |
When you reuse existing NSF components in composite applications you can run in real estate issues. That is because existing NSF component views (e.g. Notes views or Notes documents) have mostly been designed to take up the whole window. When you now put multiple of these component views on one ... |
| |
|
| |
The links to the NSF components (the Notes: URLs) in a composite application (CA) typically change between development environment and production environment. As a result the CA breaks when the CA is deployed to production environment. In addition there are time when a dynamic NotesURL can be ... |
| |
|
| |
There are two ECL settings in Lotus Notes 8.0 to control what code is allowed to execute property broker functionality: 'Read from property broker' defines whether the LotusScript code can read input properties from other components
'Write to property broker' defines whether the ... |
| |
|
| |
The following links on IBM developerWorks provide additional information on describe how to work with the Expeditor toolkit: Getting started with the IBM Lotus Expeditor Toolkit V6.1
Using IBM Lotus Expeditor Toolkit V6.1 with IBM Lotus Notes V8 and IBM Lotus Sametime V7.5.1 |
| |
|
| |
Expeditor, and by extension, Notes are both built on the Eclipse framework. The Eclipse framework consists of a small core runtime and a collection of plugins, which run on top of this runtime. Expeditor and Notes are both plugin sets that run on top of the Eclipse runtime. A plugin is essentially ... |