| |
|
| |
Introduction In this article, we will discuss what the DataChange event is and how to leverage it in your container components. The DataChange event is one of several events that can be leveraged to execute actions for a given landmark within your component. The DataChange event is used to ... |
| |
|
| |
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 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 ... |
| |
|
| |
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 ... |
| |
|
| |
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 ... |
| |
|
| |
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. ... |
| |
|
| |
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 ... |
| |
|
| |
So what is a container? For that matter, what is a component? Hopefully when you finish reading this article, I will have cleared up some of the confusion between IBM composite application components and IBM composite application containers. Components are a rich decoupled part with a well defined ... |
| |
|
| |
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 ... |
| |
|
| |
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 ... |
| |
|
| |
During this tutorial you will extend the Browser Application Container with a custom container action created in Java. Our use case is to allow a user to highlight any text in a note and quickly see the translation in another window on the same page. We will create a composite application page ... |
| |
|
| |
In this workshop the student will get familiar with the Notes Document container. Notes Document container is a new feature added in Notes 8.5.1 to enable the user add Notes document into a composite application and make it to communicate with other component through property broker. The student ... |
| |
|
| |
Analyzing Employee Distribution with Notes View Container
In this workshop the student will practice using the actions (Total, Min, Max, Average and Count) of the Notes View container to analyze employee information. Student will walk through the creation of a composite application and ... |
| |
|
| |
Analyzing Employee Distribution with Notes View Container
In this workshop the student will practice using the actions (Total, Min, Max, Average and Count) of the Notes View container to analyze employee information. Student will walk through the creation of a composite application and ... |
| |
|
| |
In this workshop the student will get familiar with the Lotus Notes View container and the Lotus Symphony container. The student will walk through the creation of a composite application and demonstrate how data from a Lotus Notes view can be integrated with a Symphony Spreadsheet. The conceptual ... |
| |
|
| |
The Symphony Spreadsheet container allows you to add spreadsheets supported by Lotus Symphony to composite applications, so they can exchange data with other components. Lotus Symphony supports OpenOffice 1.0 and 2.0 spreadsheets (.sxc, .ods), Excel spreadsheets (.xls), and Lotus 1-2-3 ... |
| |
|
| |
==Introduction==
The Host On-Demand container provides access to IBM Host On-Demand applications from within a composite application. It integrates with the generic container framework provided by the platform and uses the concepts of landmarks, events and actions provided by this framework. ... |