| |
|
| |
This topic includes a list of features and bugs that were included in each release of the wiki. |
| |
|
| |
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 ... |
| |
|
| |
Introduction Composite applications uses a special URL to launch an application or to switch between a specific page in the application. The cai URL has been used for this and in general has been considered an internal URL that only CAI infrastructure knows about. It is used internally when a ... |
| |
|
| |
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 ... |
| |
|
| |
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 ... |
| |
|
| |
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 ... |
| |
|
| |
This tutorial walks you through the steps of creating state in a custom action, so that you can create your own actions for any kinds of containers. |
| |
|
| |
==Introduction== In this tutorial, we will describe the method for adding a toolbar to configure the landmarks of your containers. This toolbar will primarily be used to add actions to the current landmark. To add the toolbar, we will be extending the LandmarkToolBar class which provides several ... |
| |
|
| |
There are some outstanding articles regarding transformation, and in particular custom actions, which are referenced in this post: http://blog.balfes.net/?p=821 This is another, it may help, it may not help - some differences: this explains property converter as well as custom actions, and a ... |
| |
|
| |
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 ... |
| |
|
| |
This tutorial is going to describe the method for adding a new customized tab for editing properties of a component. With these customizations, when a user adds the container to their palette and chooses to “Edit Component Properties”, the dialog displayed will include the extra tab. The tab ... |
| |
|
| |
==Container Custom Actions== When using a container, a composite application assembler can instrument an existing application, like a web application, terminal emulation session, or a notes document, with input and output properties. When one of these instrumented properties are triggered (a ... |
| |
|
| |
This article concerns the HOD(Host On Demand) container. If you don't know what this is, this article is probably not for you. Background In a terminal session, the user may be on different screens. For example, the "logon" screen, the "menu" screen, etc. Each screen needs to have a unique ... |
| |
|
| |
To illustrate the deployment scenario described in this article, this example uses a composite application for a fictitious company called Acme Auto Parts. The composite application, which includes both NSF and Eclipse components, displays views of an employee's Inbox as well as views of the Acme ... |
| |
|
| |
Version: Lotus Notes 8.5.1
Platform: Windows, Linux Fixed in version: Problem abstract: When multiple cells are pasted onto a spreadsheet container each cell is not properly published Details: The problem can be reproduced with the following sample scenario: Install Lotus Notes 8.5.1 ... |
| |
|
| |
The basic building blocks for a developing a composite application is writing a component and assembling different components together. As such the conventional way of defining properties for components (excluding containers) were to create a WSDL and declare it using the Eclipse extension points. ... |
| |
|
| |
The Notes Document container let you quickly add a Notes document such as a memo form or an appointment form to your composite application, and wire to elements of the Notes document. The container allows you to completely define the inputs and outputs directly within the Composite Application ... |
| |
|
| |
One of the great new additions to the composite application framework in Lotus Expeditor and Lotus Notes is the Generic Container Framework. Container components offer a very powerful means of assembling applications. Container Configurations
A container component works off of an Eclipse ... |
| |
|
| |
In this tutorial we are going to extend the Notes View Container that is part of the Lotus Notes 8.5.1 platform with our own custom action. We will write an action that will output the median number from a set of selected numbers. There are already a set of numeric actions that come pre-packaged ... |
| |
|
| |
Many times when developing or assembling applications a need arises to have the ability to substitute a value with something . Many times you may not know the actual value at assembly time or you wish the value to be defined in a single location which can also be updated. This capability now ... |
| |
|
| |
This tutorial will show how a Notes NSF can be used as both a database with fields and views, as well as a composite application. Components in the composite application can then use the underlying database content in the application. In Section 1 basic overview information is provided and the ... |
| |
|
| |
In this workshop the student will get familiar with the managed browser component (which is based on the Generic Container framework). The student will walk through the creation of a composite application consisting of 3 components: a) A managed browser of the ESPN web page containing MLB ... |
| |
|
| |
During this tutorial you will create a custom action that can run javascript. For this tutorial we are going to build off of the Creating custom actions in Java tutorial. The Creating custom actions in Java tutorial defines what a custom action is and also walks the user through all the steps of ... |