Unified Task List. IBM WebSphere Portal V7.0 Review the hardware and software requirements Review the product documentation

Size: px
Start display at page:

Download "Unified Task List. IBM WebSphere Portal V7.0 Review the hardware and software requirements Review the product documentation"

Transcription

1 Unified Task List Software requirements The information in this topic provides details about the software required to install or develop using the Unified Task List portlet. For information about supported operating systems and hardware requirements see the links provided in this topic that apply to the required software. IBM WebSphere Portal V7.0 Review the hardware and software requirements Review the product documentation IBM WebSphere Portal V.0 Solution Installer Review the hardware and software requirements Review the product documentation IBM Web Experience Factory V8.0 Review the hardware and software requirements Review the product documentation IBM Business Process Manager 7.x, 8.x Review the hardware and software requirements for BPM Standard Review the hardware and software requirements for BPM Advanced Review the product documentation IBM WebSphere Process Server V Review the hardware and software requirements Review the product documentation IBM WebSphere Process Server V6.x Review the hardware and software requirements Review the product documentation. IBM WebSphere Lombardi Edition V7.2 Review the hardware and software requirements Review the product documentation WebSphere Lombardi Edition Community REST API Review the unsupported product documention

2 Unified Task List The Unified Task List provides a single point of integration between multiple systems and displays tasks that WebSphere Portal users must complete to advance workflows. The topics in this section provide information and instructions for developing and customizing the Unified Task List. The portlet features a service provider layer that accesses, retrieves, and formats workflow events from a back-end system. The service provider layer is coupled with a presentation layer that renders the data in a visually appealing user interface. The separation of the service layer and the presentation layer lets you develop, test, and deploy your own customized Unified Task List in a way that conforms with service-oriented architecture. Task providers Task providers are services that access back-end systems to retrieve tasks. The task providers also use a WebSphere Experience Factory Transform builder to provide a uniform data set that display in the Unified Task List user interface. You can create multiple task providers to aggregate tasks from several back-end systems. For example, you can create a task provider to access, retrieve, and format tasks from a particular back-end system. You can then create another task provider to access, retrieve, and format tasks from a different back-end system. The result of these two task providers is that a single set of tasks displays in the user interface, but originate from two different back-end systems. Task provider instance Task provider instances are services that access back-end systems to retrieve tasks. Task provider instances reside in the Task Provider Instance Registry (TPIR) and contain the parameters that you specify in task providers. Task Provider Instance Registry (TPIR) The Task Provider Instance Registry (TPIR) contains task provider instance configurations. A task provider instance configuration contains a set of parameters required to connect to a back-end system and a unique ID to map the parameters to the appropriate task provider. The TPIR service resides in WebSphere Application Server and stores the task provider configurations in an XML variable. The TPIR service also provides a service to get and modify task provider instances. Task dispatcher The task dispatcher acts as a link between the Unified Task List portlet and the task providers. When an action occurs in the portlet, the task dispatcher retrieves task provider instance configurations from the task provider instance registry service and calls a gettasklist service operation on each task provider instance configuration. You can also configure the Unified Task List portlet to use a cached task dispatcher if you do not want to access the back-end systems each time an action occurs in the user interface. The cached task dispatcher uses dynamic caching in WebSphere Application Server to store and retrieve tasks.

3 Task handler Task handlers define what the Unified Task List does when users select a task to advance a workflow. The task handlers determine how the Unified Task List connects to the tasks that the users must complete. You can configure task handlers to connect the Unified Task List to tasks in the following ways: Use the WebSphere Portal property broker to open a portlet where users can complete the task. The portlet that opens can reside on the same portal page as the Unified Task List portlet or a different portal page. Use dynamic portal pages, or task pages, to open task processing and task supporting portlets. Provide an external URL that launches a web application. You can also customize the Unified Task List in WebSphere Experience Factory if you want to provide functions for completing tasks. For example, if there is a task to approve or deny arequest in a Human Resources workflow, you can use WebSphere Experience Factory builders to provide a simple menu with approve and deny actions. Configuring your environment for the Unified Task List portlet This step involves setting up a single sign-on between WebSphere Process Server, WebSphere Lombardi Edition, IBM Business Process Manager and WebSphere Portal. Single sign-on (SSO) provides a secure method of authenticating a user within an environment and using that authentication to access other applications, systems, and networks for the duration of the session. In the context of the Unified Task List portlet single sign-on enables communication between WebSphere Portal, WebSphere Process Server and WebSphere Lombardi Edition Server. Because the SSO and LTPA configuration settings are WebSphere Application Server security settings, it can be applied to any server that runs on WebSphere Application Server. The following wiki article describes how to configure SSO and LTPA between two WebSphere Application Servers: Setting up single sign-on for WebSphere Application Server For more detailed security configurations refer to the WebSphere Application Server Information Center: WebSphere Application Server InfoCenter

4 Customizing the Unified Task List You can customize the Unified Task List at run time as a WebSphere Portal administrator. Customizing at run time involves accessing the deployed Unified Task List to configure the portlet settings. Customizing the Unified Task List at runtime The topics in this section provide information and instructions for customizing the Unified Task List for WebSphere Portal administrators. Accessing the configuration view The first step in customizing the Unified Task List is accessing the configuration view. The configuration view contains several windows that let you perform tasks such as editing settings, configuring task provider instances and task handlers, or adding and removing filters. Accessing the configuration view involves clicking the portlet menu icon from the Unified Task List after deployment to WebSphere Portal. 1. Log in to WebSphere Portal with administrative access to the Unified Task List portlet. The following steps provide instructions for accessing the configuration view in the Unified Task List. 1. Log in to WebSphere Portal either as an administrator or a user assigned to the Manager role for the Unified Task List portlet. 2. Navigate to the Unified Task List. 3. Hover your cursor over the upper right corner of the Unified Task List portlet title bar to access the portlet menu and select Configure. The configuration view opens. What to do next You are now ready to customize the Unified Task List. Editing the common settings The Unified Task List has several settings that are shared by all users. 2. Log in to WebSphere Portal with administrative access to the Unified Task List portlet. The following steps provide instructions for editing the common settings in the Unified Task List. 1. Access the Unified Task List configuration view and select Common Settings from the left navigation menu. The Common Settings window opens. 2. Provide values for the following fields to configure the common settings as desired: Show Menu Select this check box to display the filter menu in the Unified Task List. The filter menu displays a list of filters that segregate tasks from multiple backend systems.

5 Enable Person Card Integration Select this check box to show user details when hovering over the owner or originator in a task list. The Unified Task List uses the people-awareness features in WebSphere Portal to retrieve the user details from the corresponding profile pages.to show user awareness of the owner or originator in a task list, you must configure a IBM Lotus Sametime server to interact with the WebSphere Portal Server. Use Dyna Cache Select this check box to store and retrieve tasks in the WebSphere Application Server dynamic cache service. When you use the WebSphere Application Server dynamic cache service,the task dispatcher stores and retrieves tasks in the cache for faster task loading. Enable Claim-Release of Tasks Select this check box to let users perform claim and release operations on tasks. Users perform claim and release operations in the Unified Task List through the use of the Claim and Release buttons in the user interface.when users select a task and click Claim, they take ownership of the task and remove the task from the list of shared tasks.when users select a task and click Release, they no longer claim ownership of the task. The task then returns to the list of shared tasks.users can also perform claim and release operations through the drag-and-drop menu that is displayed in the user interface. Dynamic Page Extension Node UID This field is required if you have task handlers that use dynamic pages for task completion. Specify the ID for the dynamic page extension node in WebSphere Portal. Leave the default value in this field if you do not have task handlers that use dynamic pages. 3. Click Save and Back to return to the main portlet page.

6 Configuring task provider instances Task provider instances are services that access back-end systems to retrieve tasks. You can add, delete, enable, or disable task provider instances in the Unified Task List. You can also specify context variables for task provider instances, such as the host names and port numbers necessary to connect to back-end systems. At design time, developers create custom input forms for context variables in WebSphere Experience Factory. These input forms determine which context variables you must specify for specific task provider instances. Log in to WebSphere Portal with administrative access to the Unified Task List portlet. The following steps provide instructions for configuring taskhandler instances in the Unified Task List. 1. Access the Unified Task List configuration view and select Task Provider Instances from the left navigation menu. The TaskProvider Instances window opens. 2. To create a task provider instance, do the following: (a) Select Add. The Task Provider Instance Configuration window opens. (b) In the Provider field, select a task provider. (c) Enter a name for the task provider instance and select Enabled if you want to enable the task provider instance, then click Next. A new window opens an input form for the context variables. (d) Specify the context variables or connection parameters, as appropriate, and click Save. The Task Provider Instances window opens. (e) From the Task Provider Instances window, click Save. 3. To delete, enable, or disable a task provider instance, do the following: (a) Select the appropriate task provider instance from the Task Provider Instances window. 9 (b) Select one of the following: Delete, Enable, Disable. (c) From the Task Provider Instances window, click Save.

7 Adding and removing filters Filters provide specialized views for tasks. Filters let you separate tasks according to the back-end systems where the tasks originate or by a particular context. When you add filters, the Unified Task List displays tasks separated according to the task provider instance. For example, you can add a filter for tasks that come from WebSphere Process Server so that these tasks are not displayed with all other tasks in the Unified Task List. 4. Log in to WebSphere Portal with administrative access to the Unified Task List portlet. The following steps provide instructions for adding and removing filters in the Unified Task List. 1. Access the Unified Task List configuration view and select Filters from the left navigation menu. The Filters window opens. 2. To add a new filter, do the following steps: (a) Select Add. (b) Enter a name for the filter in the Name field. (c) In the Resource Key field, enter a resource key. (d) From the list select the task provider instances to include in the filter. Tip: You can apply the filter to multiple task provider instances.select the add icon to the right of the list to add additional task provider instances. (e) Select Submit > Save. 3. Optional. To remove a filter, select the filter that you want to remove then select Remove > Save.

8 Adding and removing task handlers Task handlers define the action that the Unified Task List takes when users select a task. You can configure task handlers to define three actions: open a portlet with the WebSphere Portal property broker, open a portlet with dynamic portal pages, or open an external URL to launch a web application. 1. Log in to WebSphere Portal as an administrator. The following steps provide instructions for adding and removing task handlers in the Unified Task List. 1. Access the Unified Task List configuration view and select Task Handling from the left navigation menu. The Task Handling window opens. 2. To add a new task handler, do the following steps: (a) Select Add. The Task Handling Configuration window opens. (b) Provide values for the following fields: i. Task Provider Instance ii. Namespace iii. Task Type iv. Connection Method, select one of the following connection methods for the task handler: Dynamic Portal Page, If you select Dynamic Portal Page, you must specify the unique ID of the portal page in the following field: Unique ID of Portal Page. External URL, If you select External URL, you must specify the URL in the following field: External URL Pattern. Property Broker Event, no other parameters are required if Property Broker Event is selected. (c) Select Submit > Save. 3. (Optional) To remove a task handler, select the task provider instance and select Remove > Save.

9 Showing and hiding table columns The Unified Task List shows tasks in a table that has several columns with information about tasks, such as priority,description, owner, and so on. You can show or hide these table columns. 1. Log in to WebSphere Portal as an administrator. 11 The following steps provide instructions for showing and hiding tables in the Unified Task List. 1. Access the Unified Task List configuration view and select Table Customizer from the left navigation menu. The Table Customizer window opens. A list of all the available columns shows on the left. 2. Select either Show or Hide for the appropriate columns. 3. Select Save. Editing the shared settings The Unified Task List has shared settings that are common to all users, such as the filters that display in the user interface.you can edit these settings by accessing the portlet menu. 5. Log in to WebSphere Portal with administrative access to the Unified Task List portlet. The following steps provide instructions for editing the shared settings in the Unified Task List. 1. From the main page of the Unified Task List, hover the cursor over the upper-right corner of the title bar to access the portlet menu and select Edit Shared Settings. The Configure List of Visible Filters window opens. 2. To add filters to the shared settings, select a filter from the list and click Save. It is possible to add multiple filters to the shared settings by selecting the add icon to the right of the list. 3. Optional. To remove filters from the shared settings, select the remove icon to the right of the filter name in the Available Filters list and click Save.

10 Changing the number of rows in the task list table The task list table contains rows of tasks that users can select.you can edit the task list table to display a specific number of rows per page in the Unified Task List. You can specify any number of rows per page, however, if there are less tasks than the number of rows available, the Unified Task List only displays rows that contain tasks. If there are more tasks than the number of rows available, the Unified Task List displays a link to another page for those tasks. 1. Log in to WebSphere Portal with administrative access to the Unified Task List portlet. The following steps provide instructions for changing the paging size in the Unified Task List. 1. From the main page of the Unified Task List, hover the cursor over the upper-right corner of the title bar to access the portlet menu and select Personalize. The User Interface Settings window opens. 2. In the Paging Size field, enter the number of rows that you want to display per page in the task list table. 3. Click Save. Configuring Dynamic User Interfaces for the Unified Task List To configure a dynamic user interface you should be familiar with the Dynamic UserInterface WebSphere Portal Server wiki article on this topic. Complete the following steps: 1. Create a page, give it a unique ID, for example, wps.utl and place the Unified Task List portlet on the new page. Important: This page should be set to use the Portal theme and not the new Page Builder theme. 2. Create the dynamic page template - give it a unique ID. Important: This page should be set to inherit parent theme in the page options. 3. Open a command window on the computer where the Portal Server is installed. (a) Navigate to IBM\WebSphere\wp_profile\ConfigEngine. (b) Enter the task to enable the Unified Task List page to launch dynamic pages, The PageUniqueName value is the unique ID given to the page created in step 1: ConfigEngine.bat action-enable-page-as-extension-node-wp.dynamicui.config -DpageUniqueName=wps.utl (a server restart is required when task completes) What to do next Create a task handler in the Unified Task List that uses dynamic pages. Enter the unique ID of the page created in step 2 as the input parameter for the new dynamic page task handler.

11 Configuring an IBM Business Process Manager task provider This task provider retrieves tasks from IBM Business Process Manager 7.x and 8.x and surfaces them in the Unified Task List portlet. 1. Log in to WebSphere Portal with administrative access to the Unified Task List portlet. 2. Single sign on with LTPA tokens should be configured between the WebSphere Portal and IBM Business Process Manager servers before beginning this task. In this task you configure a new IBM Business Process Manager task provider instance to allow the retrieval of tasks. 1. Open the page with the Unified Task List portlet on it. 2. Select Configure from the portlet menu. 3. On the Configure page, select the Task Provider Instances link on the left menu. 4. Select Add. 5. Select IBM Business Process Manager. 6. Enter a name for the new provider and select enable. 7. Select Next. 8. Modify the Hostname and Port fields to include the host and port number for your IBM Business Process Manager installation. 9. Enter one of the following values in the Filter Criteria field: 1. (STATE=8) 8 corresponds to tasks with a claimed state. 2. (STATE=2) 2 corresponds to tasks in a release state. 3. (STATUS='Received') 'Received' corresponds to tasks which are available to the current user. 10. Update the value in the Max results field if you would like to change the number of tasks which can be returned from the IBM Business Process Manager installation. 11. Select Apply.. What to do next Configure the Coach portlets included with the Unified Task List.

12 Configuring a WebSphere Lombardi Edition task provider This task provider surfaces tasks from WebSphere Lombardi Edition and shows them in the Unified Task List portlet. 3. Log in to WebSphere Portal with administrative access to the Unified Task List portlet. 4. Single sign on with LTPA tokens should be configured between the WebSphere Portal and WebSphere Lombardi Edition servers before beginning this task. In this task you configure a new WebSphere Lombardi Edition task provider instance to allow the retrieval of tasks. 1. Open the page with the Unified Task List portlet on it. 2. Select Configure from the portlet menu. 3. On the Configure page, select the Task Provider Instances link on the left menu. 4. Select Add. 5. Select Lombardi Task Provider. 6. Enter a name for the new provider and select enable. 7. Select Next. 8. Modify the URL to include the host and port number for your WebSphere Lombardi Edition server. 9. Accept the default value of Saved Search. 10. Select Apply. What to do next Configure the Coach portlets included with the Unified Task List.

13 Configuring the WebSphere Lombardi Edition Coach portlets There are two WebSphere Lombardi Edition Coach portlets provided in the Unified Task List war file. One for use on a dynamic portal page and the other on a portal page. Both coach portlet offer the same functionality in both page contexts. When a Lombardi or Business Process Manager task is selected in the Unified Task List portlet it will display the corresponding Lombardi Coach in the coach portlet. 1. Log in to WebSphere Portal with administrative access to the Unified Task List portlet. The Coach portlets included with the Unified Task List portlet must be configured with the details of your WebSphere Lombardi Edition server host name and port or the details of your IBM Business Process Manager installation before they can be used. 1. Place the Eventing Lombardi Coach portlet on a page. 2. Select Configure from the portlet menu. 3. Edit the URL field to include the host name and port of your WebSphere Lombardi Edition server or your IBM Business Process Manager server, replacing localhost and port. 4. Select OK. 5. Edit the page to create a portlet wire between the Unified Task List and the Eventing Lombardi Coach portlet. 6. Place the Dynamic Lombardi Coach portlet on a page making note of the page's unique ID because it is to be used in the task handling configuration for the Lombardi task provider and IBM Business Process Manager Standard task provider in the Unified Task List. 7. Repeat steps 2 4 for the Dynamic Lombardi Coach portlet. 8. You have now configured both Coach portlets. What to do next Configure task handlers in the Unified Task List to launch tasks to the newly configured Coach portlets.

14 Further Coach Integration Possibilities Further Coach Integration can be achieved by using Javascript events in both the Portlet Coach container and the contained Coach. This section explains briefly how this can be achieved. To enable communication between Coach events, the containing portlet and other portlets on the same portlet page, cross site javascript must first be enabled between both BPM and Portal Servers. Once this is enabled you can embed javascript function calls within Coach U.I. components using IBM Business Process Management Process Designer and include those functions on the portal page using IBM Web Experience Factory. When the components within the coach containing the javascript function calls are modified the javascript function is called and carries out some action like firing an event to cause other portlets to update. To catch the Coach submission event you can add an onload event to the iframe html element which in turn will call another javascript function to carry out some action like minimizing the containing coach portlet or updating the iframe url. Troubleshooting errors in the Unified Task List This section includes common issues which may occur when working with the Unified Task List and offers an explanation on how to resolve them. Symptom After deploying the Unified Task List there are no tasks displayed in the Unified Task List even with the demo task provider enabled and no task provider instances are displayed in the TPIR Configuration Viewer portlet. Error description No tasks are displayed in the Unified Task List from the newly configured Process Server task provider instance, no task provider instances are displayed in the TPIR Configuration Viewer portlet and in the log file there is the following error: TaskProviderInstanceRegistryConfigNotFoundException Possible cause The Portal server was not restarted after the solution installer was finished installing the Unified Task List. Action to take Restart the Portal server. Symptom Upon completion of task processing in the Coach portlet, the Portlet does not close the task completion message or if the coach processing was deffered the coach is displayed again upon page refresh and does not change until another task is selected for task processing.. Cause Cross site scripting is not enabled and further customization is required in order to allow Coach and containing portlet integration. Action to take See the following section for more information: Further Coach Integration Possibilities

15

Unified Task List Developer Pack

Unified Task List Developer Pack Unified Task List Developer Pack About the Developer Pack The developer pack is provided to allow customization of the UTL set of portlets and deliver an easy mechanism of developing task processing portlets

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : C9520-927 Title : Developing Portlets and Web Applications with IBM Web Experience Factory 8.0 Vendors

More information

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard Tivoli Common Reporting V2.1.1 Cognos report in a Tivoli Integrated Portal dashboard Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

What's New in IBM WebSphere Portal Version 8? Open Mic November 6, 2012

What's New in IBM WebSphere Portal Version 8? Open Mic November 6, 2012 What's New in IBM WebSphere Portal Version 8? Open Mic November 6, 2012 Stefan Liesche Web Experience Solution and Platform Chief Architect, STSM Stefan Koch Chief Programmer - WebSphere Portal IBM Collaboration

More information

Lotus Exam IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ]

Lotus Exam IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ] s@lm@n Lotus Exam 190-959 IBM Websphere Portal 6.1 Application Development Version: 5.0 [ Total Questions: 150 ] Topic 0, A A Question No : 1 - (Topic 0) A large motorcycle manufacturer has an internet

More information

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS By Derek Law, Esri Product Manager, ArcGIS for Server Do you want to build web mapping applications you can run on desktop,

More information

Prosphero Intranet Sample Websphere Portal / Lotus Web Content Management 6.1.5

Prosphero Intranet Sample Websphere Portal / Lotus Web Content Management 6.1.5 www.ibm.com.au Prosphero Intranet Sample Websphere Portal / Lotus Web Content Management 6.1.5 User Guide 7th October 2010 Authors: Mark Hampton & Melissa Howarth Introduction This document is a user guide

More information

Implementing Single-Sign-On(SSO) for APM UI

Implementing Single-Sign-On(SSO) for APM UI Implementing Single-Sign-On(SSO) for APM UI 1.Introduction...2 2.Overview of SSO with LTPA...3 3.Installing and configuring TDS...5 3.1.Installing TDS 6.3...5 3.2.Changing the administrator password (Optional)...7

More information

Dashboards. created by others because they have given you permission to view.

Dashboards. created by others because they have given you permission to view. The Unified Intelligence Center interface is organized by dashboards. are web pages that display reports, scheduled reports, sticky notes, and web-based elements, such as URLs and web widgets, that are

More information

C exam IBM C IBM Digital Experience 8.5 Fundamentals

C exam IBM C IBM Digital Experience 8.5 Fundamentals C9520-427.exam Number: C9520-427 Passing Score: 800 Time Limit: 120 min IBM C9520-427 IBM Digital Experience 8.5 Fundamentals Exam A QUESTION 1 Roberto, a portal administrator, wants to define the number

More information

AD105 Introduction to Application Development for the IBM Workplace Managed Client

AD105 Introduction to Application Development for the IBM Workplace Managed Client AD105 Introduction to Application Development for the IBM Workplace Managed Client Rama Annavajhala, IBM Workplace Software, IBM Software Group Sesha Baratham, IBM Workplace Software, IBM Software Group

More information

SETTING UP SALESFORCE KNOWLEDGE

SETTING UP SALESFORCE KNOWLEDGE SETTING UP SALESFORCE KNOWLEDGE Summary Salesforce Knowledge enhances your customer service. A knowledge base lets you create and manage custom articles that can be easily shared with your Salesforce Knowledge

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : C2040-915 Title : IBM WebSphere Portal 7.0 Solution Development Vendors

More information

IBM Case Manager Client

IBM Case Manager Client Presented by IBM developerworks ibm.com/developerworks/ IBM Case Manager Client Information Management 1 2011 IBM Corporation What is IBM Case Manager Client? A web-based application: Used by case workers

More information

Nintex Forms 2010 Help

Nintex Forms 2010 Help Nintex Forms 2010 Help Last updated: Monday, April 20, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

More information

Script Portlet Installation and Configuration with Websphere Portal v8.5. Adinarayana H

Script Portlet Installation and Configuration with Websphere Portal v8.5. Adinarayana H Script Portlet Installation and Configuration with Websphere Portal v8.5 Adinarayana H Table Of Contents 1. Script Portlet Overview 2. Script Portlet Download Process 3. Script Portlet Installation with

More information

LOT-404 IBM. Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal

LOT-404 IBM. Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal IBM LOT-404 Developing Enterprise Mobile Applications with IBM Worklight and IBM WebSphere Portal Download Full Version : https://killexams.com/pass4sure/exam-detail/lot-404 A. Safari B. the Newsstand

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

WP710 Language: English Additional languages: None specified Product: WebSphere Portal Release: 6.0

WP710 Language: English Additional languages: None specified Product: WebSphere Portal Release: 6.0 General information (in English): Code: WP710 Language: English Additional languages: Brand: Lotus Additional brands: None specified Product: WebSphere Portal Release: 6.0 WW region: WorldWide Target audience:

More information

IBM Security Identity Manager Version Administration Topics

IBM Security Identity Manager Version Administration Topics IBM Security Identity Manager Version 6.0.0.5 Administration Topics IBM Security Identity Manager Version 6.0.0.5 Administration Topics ii IBM Security Identity Manager Version 6.0.0.5: Administration

More information

Tutorial. Building Composite Applications for IBM Lotus Notes 8. For use with the IBM Lotus Notes 8 Beta 2 client

Tutorial. Building Composite Applications for IBM Lotus Notes 8. For use with the IBM Lotus Notes 8 Beta 2 client Tutorial Building Composite Applications for IBM Lotus Notes 8 For use with the IBM Lotus Notes 8 Beta 2 client Building composite applications is a process that involves multiple procedures. This tutorial

More information

Provisioning WPF based WP Composite Applications to Expeditor

Provisioning WPF based WP Composite Applications to Expeditor Provisioning WPF based WP Composite Applications to Expeditor Copyright International Business Machines Corporation 2007. All rights reserved. Sample walk through #2 in a series of articles describing

More information

IBM LOT-911. IBM WebSphere Portal 8.0 Solution Development.

IBM LOT-911. IBM WebSphere Portal 8.0 Solution Development. IBM LOT-911 IBM WebSphere Portal 8.0 Solution Development http://killexams.com/exam-detail/lot-911 QUESTION: 105 Bill is developing a mail portlet. One of the requirements of the mail portlet is that it

More information

Accessing Quickr Document Libraries using IBM WebSphere Portlet Factory

Accessing Quickr Document Libraries using IBM WebSphere Portlet Factory Accessing Quickr Document Libraries using IBM WebSphere Portlet Factory August 27, 2010 Copyright International Business Machines Corporation 2010. All rights reserved. Abstract This sample shows how to

More information

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory

Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory Developing Exceptional Mobile and Multi-Channel Applications using IBM Web Experience Factory IBM Corporation 2011 Who am I? 2 Agenda Mobile web applications and Web Experience Factory Tour of Web Experience

More information

Portal Express 6 Overview

Portal Express 6 Overview Portal Express 6 Overview WebSphere Portal Express v6.0 1 Main differences between Portal Express and Portal 6.0 Built with the same components as Portal 6.0.0.1 BPC is the only missing piece Supports

More information

Kentico CMS 6.0 Intranet Administrator's Guide

Kentico CMS 6.0 Intranet Administrator's Guide Kentico CMS 6.0 Intranet Administrator's Guide 2 Kentico CMS 6.0 Intranet Administrator's Guide Table of Contents Introduction 5... 5 About this guide Getting started 7... 7 Installation... 11 Accessing

More information

IBM WebSphere Portlet Factory Profile Selection via IBM WebSphere Portal Personalization Rules

IBM WebSphere Portlet Factory Profile Selection via IBM WebSphere Portal Personalization Rules IBM WebSphere Portlet Factory Profile Selection via IBM WebSphere Portal Personalization Rules This article describes customization of WebSphere Portlet Factory (WPF) portlets using the WebSphere Portal

More information

Content Publisher User Guide

Content Publisher User Guide Content Publisher User Guide Overview 1 Overview of the Content Management System 1 Table of Contents What's New in the Content Management System? 2 Anatomy of a Portal Page 3 Toggling Edit Controls 5

More information

WebSphere Application Server V7: Administration Consoles and Commands

WebSphere Application Server V7: Administration Consoles and Commands Chapter 5 of WebSphere Application Server V7 Administration and Configuration Guide, SG24-7615 WebSphere Application Server V7: Administration Consoles and Commands WebSphere application server properties

More information

Mouse. Mouse Action Location. Image Location

Mouse. Mouse Action Location. Image Location Mouse The Mouse action group is intended for interacting with user interface using mouse (move, click, drag, scroll). All the Mouse actions are automatically recorded when you manipulate your mouse during

More information

A IBM. Assessment- IBM WebSphere Portal 8.0 Migration and Support Instructions

A IBM. Assessment- IBM WebSphere Portal 8.0 Migration and Support Instructions IBM A2040-924 Assessment- IBM WebSphere Portal 8.0 Migration and Support Instructions Download Full Version : http://killexams.com/pass4sure/exam-detail/a2040-924 Answer: A QUESTION: 56 To export a virtual

More information

Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration

Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration Advanced Topics in WebSphere Portal Development Graham Harper Application Architect IBM Software Services for Collaboration 2012 IBM Corporation Ideas behind this session Broaden the discussion when considering

More information

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x ImageNow eforms Getting Started Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: September 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Lotusphere IBM Collaboration Solutions Development Lab

Lotusphere IBM Collaboration Solutions Development Lab Lotusphere 2012 IBM Collaboration Solutions Development Lab Lab #6 Deliver Real-time Collaboration and Social Software by Integrating IBM WebSphere Portal with IBM Connections, IBM Sametime and inotes

More information

Manipulating Database Objects

Manipulating Database Objects Manipulating Database Objects Purpose This tutorial shows you how to manipulate database objects using Oracle Application Express. Time to Complete Approximately 30 minutes. Topics This tutorial covers

More information

What's New in ActiveVOS 7.1 Includes ActiveVOS 7.1.1

What's New in ActiveVOS 7.1 Includes ActiveVOS 7.1.1 What's New in ActiveVOS 7.1 Includes ActiveVOS 7.1.1 2010 Active Endpoints Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are the property of their respective

More information

SHAREPOINT 2013 DEVELOPMENT

SHAREPOINT 2013 DEVELOPMENT SHAREPOINT 2013 DEVELOPMENT Audience Profile: This course is for those people who have couple of years of development experience on ASP.NET with C#. Career Path: After completing this course you will be

More information

Getting started with WebSphere Portlet Factory V7.0.0

Getting started with WebSphere Portlet Factory V7.0.0 Getting started with WebSphere Portlet Factory V7.0.0 WebSphere Portlet Factory Development Team 29 September 2010 Copyright International Business Machines Corporation 2010. All rights reserved. Abstract

More information

COGNOS (R) 8 COGNOS CONNECTION USER GUIDE USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM. Cognos Connection User Guide

COGNOS (R) 8 COGNOS CONNECTION USER GUIDE USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM. Cognos Connection User Guide COGNOS (R) 8 COGNOS CONNECTION USER GUIDE Cognos Connection User Guide USER GUIDE THE NEXT LEVEL OF PERFORMANCE TM Product Information This document applies to Cognos (R) 8 Version 8.1.2 MR2 and may also

More information

bs^ir^qfkd=obcib`qflk= prfqb=clo=u

bs^ir^qfkd=obcib`qflk= prfqb=clo=u bs^ir^qfkd=obcib`qflk= prfqb=clo=u cçê=u=táåççïë=póëíéãë cçê=lééåsjp=eçëíë cçê=f_j=eçëíë 14.1 bî~äì~íáåö=oéñäéåíáçå=u This guide provides a quick overview of features in Reflection X. This evaluation guide

More information

IBM Connections Customisation and Integration with Lotus Sametime. Brian

IBM Connections Customisation and Integration with Lotus Sametime. Brian IBM Connections 3.0.1 Customisation and Integration with Lotus Sametime Brian Bermingham bberming@ie.ibm.com @brianbermingham Who Am I? Brian Bermingham Social Software Customer Excellence Twitter: @brianbermingham

More information

Deployment Scenario: WebSphere Portal Mashup integration and page builder

Deployment Scenario: WebSphere Portal Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder Deployment Scenario: WebSphere Portal 6.1.5 Mashup integration and page builder...1 Abstract...2 Portal Mashup integration

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps:// IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : C2040-423 Title : IBM WebSphere Portal 8.5 Solution Development Version : DEMO 1 / 4 1.Isabel wants

More information

Sametime Links 3.0 Toolkit

Sametime Links 3.0 Toolkit Sametime Links 3.0 Toolkit Community Services API Developer s Guide and Reference Disclaimer Copyright and Trademark Information THIS DOCUMENTATION IS PROVIDED FOR REFERENCE PURPOSES ONLY. WHILE EFFORTS

More information

Composer Guide for JavaScript Development

Composer Guide for JavaScript Development IBM Initiate Master Data Service Version 10 Release 0 Composer Guide for JavaScript Development GI13-2630-00 IBM Initiate Master Data Service Version 10 Release 0 Composer Guide for JavaScript Development

More information

Implementing JSR 168 inter-portlet communication using Rational Application Developer V6.0 and WebSphere Portal V5.1

Implementing JSR 168 inter-portlet communication using Rational Application Developer V6.0 and WebSphere Portal V5.1 Implementing JSR 168 inter-portlet communication using Rational Application Developer V6.0 and WebSphere Portal V5.1 Level: Intermediate Asim Saddal (mailto:asaddal@us.ibm.com) Senior IT Specialist, IBM

More information

Cognos Connection User Guide USER GUIDE. Cognos (R) 8 COGNOS CONNECTION USER GUIDE

Cognos Connection User Guide USER GUIDE. Cognos (R) 8 COGNOS CONNECTION USER GUIDE Cognos Connection User Guide USER GUIDE Cognos (R) 8 COGNOS CONNECTION USER GUIDE Product Information This document applies to Cognos (R) 8 Version 8.2 and may also apply to subsequent releases. To check

More information

IBM BPM Blueprint: IBM WebSphere Lombardi Edition V7.1, Development.

IBM BPM Blueprint: IBM WebSphere Lombardi Edition V7.1, Development. IBM 000-171 BPM Blueprint: IBM WebSphere Lombardi Edition V7.1, Development http://killexams.com/exam-detail/000-171 Question: 67 Refer to the Exhibit. Developer builds a Coach using the palette. On the

More information

IBM Cloud Orchestrator Version Content Development Guide

IBM Cloud Orchestrator Version Content Development Guide IBM Cloud Orchestrator Version 2.4.0.2 Content Development Guide Note Before using this information and the product it supports, read the information in Notices. Contents Preface.............. vii Who

More information

Portail : WebSphere Portlet Factory RIA et Web 2.0 autour de WebSphere Portal

Portail : WebSphere Portlet Factory RIA et Web 2.0 autour de WebSphere Portal LOT02P5 Portail : WebSphere Portlet Factory RIA et Web 2.0 autour de WebSphere Portal Arjen Moermans arjen.moermans@nl.ibm.com IT Specialist Lotus Techworks SWIOT 2009 IBM Corporation Legal Disclaimer

More information

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Stuart Duguid Portal & Workplace Specialist TechWorks, IBM Asia-Pacific Overview / Scope The aim of

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

2010 Exceptional Web Experience

2010 Exceptional Web Experience 2010 Exceptional Web Experience Session Code: TECH-D07 Session Title: What's New In IBM WebSphere Portlet Factory Jonathan Booth, Senior Architect, WebSphere Portlet Factory, IBM Chicago, Illinois 2010

More information

K2 Package and Deployment April SOURCECODE TECHNOLOGY HOLDINGS, INC. Page 1.

K2 Package and Deployment April SOURCECODE TECHNOLOGY HOLDINGS, INC. Page 1. K2 Package and Deployment 4.6.7 April 2014 2014 SOURCECODE TECHNOLOGY HOLDINGS, INC. Page 1. Overview K2 Package and Deployment Overview K2 Package and Deployment Installation and Upgrading Important Considerations

More information

IBM Banking Template for WebSphere Portal 8

IBM Banking Template for WebSphere Portal 8 IBM Banking Template for WebSphere Portal 8 3 rd Edition August 2012 Copyright IBM Corporation 2010, 2012 Copyright IBM Corporation 2010, 2012. - 1 - About this edition Printing When you print this document

More information

"Charting the Course... WebSphere Portal 8 Development using Rational Application Developer 8.5. Course Summary

Charting the Course... WebSphere Portal 8 Development using Rational Application Developer 8.5. Course Summary Course Summary Description This course will introduce attendees to Portlet development using Rational Application Developer 8.5 as their development platform. It will cover JSR 286 development, iwidget

More information

Enterprise Modernization for IBM System z:

Enterprise Modernization for IBM System z: Enterprise Modernization for IBM System z: Transform 3270 green screens to Web UI using Rational Host Access Transformation Services for Multiplatforms Extend a host application to the Web using System

More information

Introduction to creating mashups using IBM Mashup Center

Introduction to creating mashups using IBM Mashup Center Introduction to creating mashups using IBM Mashup Center ii Introduction to creating mashups using IBM Mashup Center Contents Chapter 1. Tutorial: Introduction to creating mashups using IBM Mashup Center...............

More information

Exam Name: IBM Forms 4 - Form Design and Development

Exam Name: IBM Forms 4 - Form Design and Development Vendor: IBM Exam Code: LOT-916 Exam Name: IBM Forms 4 - Form Design and Development Version: DEMO QUESTION 1 Which of the following statements regarding XML is TRUE? A. All XML elements must be properly

More information

WSRP Web Services for Remote Portlets

WSRP Web Services for Remote Portlets WSRP Web Services for Remote Portlets Dave Landers WebLogic Portal Architect BEA Systems, Inc. Session Goals Basic WSRP description Outline of protocol Why / when WSRP is useful Developer best practices

More information

IBM Security Access Manager for Enterprise Single Sign-On Version AccessStudio Guide IBM SC

IBM Security Access Manager for Enterprise Single Sign-On Version AccessStudio Guide IBM SC IBM Security Access Manager for Enterprise Single Sign-On Version 8.2.1 AccessStudio Guide IBM SC23-9956-05 IBM Security Access Manager for Enterprise Single Sign-On Version 8.2.1 AccessStudio Guide IBM

More information

de la session Portal 6.1 Administration

de la session Portal 6.1 Administration IBM Corporation Titre WebSphere de la session Portal 6.1 Administration Nom du speaker email 1 er et 2 octobre 2007 Agenda WebSphere Portal Strategy Delivering Exceptional User Experiences: Deliver the

More information

Getting started with WebSphere Portlet Factory V6.1

Getting started with WebSphere Portlet Factory V6.1 Getting started with WebSphere Portlet Factory V6.1 WebSphere Portlet Factory Development Team 29 July 2008 Copyright International Business Machines Corporation 2008. All rights reserved. Abstract Discover

More information

ActiveWorkflow Overview

ActiveWorkflow Overview Table of contents 1 Introduction...2 2 Product Suite...3 2.1 ActiveWorkflow Engine...3 2.2 ActiveWorkflow Designer...4 2.3 ActiveWorkflow Portal... 5 1. Introduction The purpose of this guide is to: Introduce

More information

EBS goes social - The triumvirate Liferay, Application Express and EBS

EBS goes social - The triumvirate Liferay, Application Express and EBS EBS goes social - The triumvirate Liferay, Application Express and EBS Keywords: EBS, Portals, Application Express, Integration Overview Michael Pergande PROMATIS software GmbH Ettlingen As part of Oracle

More information

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2 HYPERION SYSTEM 9 BI+ APPLICATION BUILDER J2EE RELEASE 9.2 GETTING STARTED GUIDE Copyright 1998-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion H logo, and Hyperion s product

More information

WebSphere. Clips and Tacks: Getting started with the IBM BPM suite of products

WebSphere. Clips and Tacks: Getting started with the IBM BPM suite of products WebSphere Clips and Tacks: Getting started with the IBM BPM suite of products ii IBM WebSphere Clips and Tacks: Getting started with the IBM BPM suite of products Contents Chapter 1. Introduction........

More information

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites Oracle Database Real Application Security Administration 12c Release 1 (12.1) E61899-04 May 2015 Oracle Database Real Application Security Administration (RASADM) lets you create Real Application Security

More information

WebSphere Portal Application Development Best Practices using Rational Application Developer IBM Corporation

WebSphere Portal Application Development Best Practices using Rational Application Developer IBM Corporation WebSphere Portal Application Development Best Practices using Rational Application Developer 2009 IBM Corporation Agenda 2 RAD Best Practices Deployment Best Practices WSRP Best Practices Portlet Coding

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Building and Customizing an Interactive Report

Building and Customizing an Interactive Report Building and Customizing an Interactive Report Purpose This tutorial shows you how to build, use and customize an Interactive Report in Oracle Application Express 3.1. Time to Complete Approximately 30

More information

PRESENCE. News Engine Guide. SchoolMessenger. 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. News Engine Guide. SchoolMessenger. 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE News Engine Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Contents Introduction... 3 Key Information... 3 Definitions... 3

More information

IBM Forms Experience Builder

IBM Forms Experience Builder IBM Forms Experience Builder Bernd Beilke Digital Experience Solutions Architect Introduction Web forms are part of an engaging experience Natural part of the page no plug-ins required Highly dynamic and

More information

How to: Create a Site in a SharePoint Site Collection. Updated: 12 July 2012

How to: Create a Site in a SharePoint Site Collection. Updated: 12 July 2012 How to: Create a Site in a SharePoint Site Collection Updated: 12 July 2012 Table of Contents Creating sites in the HPIT/Sites sit e collect ion... 3 Create the site... 3 Initial setup... 4 Banner Setup...

More information

Alfresco Developer Guide

Alfresco Developer Guide Alfresco Developer Guide Customizing Alfresco with actions, web scripts, web forms, workflows, and more Jeff Potts - PUBLISHING - 1 BIRMINGHAM - MUMBAI Preface Chapter 1: The Alfresco Platform 7 Alfresco

More information

IBM Software. IBM Forms V8.0. Forms Experience Builder - Portal Integration. Lab Exercise

IBM Software. IBM Forms V8.0. Forms Experience Builder - Portal Integration. Lab Exercise IBM Forms V8.0 Forms Experience Builder - Portal Integration Lab Exercise Catalog Number Copyright IBM Corporation, 2012 US Government Users Restricted Rights - Use, duplication or disclosure restricted

More information

with Access Manager 51.1 What is Supported in This Release?

with Access Manager 51.1 What is Supported in This Release? 51 51 Integrating Microsoft SharePoint Server with Access Manager This chapter explains how to integrate Access Manager with a 10g WebGate and Microsoft SharePoint Server. It covers the following topics:

More information

20486-Developing ASP.NET MVC 4 Web Applications

20486-Developing ASP.NET MVC 4 Web Applications Course Outline 20486-Developing ASP.NET MVC 4 Web Applications Duration: 5 days (30 hours) Target Audience: This course is intended for professional web developers who use Microsoft Visual Studio in an

More information

Getting Started with Prime Network

Getting Started with Prime Network CHAPTER 1 These topics provide some basic steps for getting started with Prime Network, such as how to set up the system and the basic parts of the Prime Network Administration GUI client. Basic Steps

More information

IBM Mobile Portal Accelerator Enablement

IBM Mobile Portal Accelerator Enablement IBM Mobile Portal Accelerator Enablement Hands-on Lab Exercise on XDIME Portlet Development Prepared by Kiran J Rao IBM MPA Development kiran.rao@in.ibm.com Jaye Fitzgerald IBM MPA Development jaye@us.ibm.com

More information

IBM Content Analytics with Enterprise Search Version 3.0. Integration with WebSphere Portal

IBM Content Analytics with Enterprise Search Version 3.0. Integration with WebSphere Portal IBM Content Analytics with Enterprise Search Version 3.0 Integration with WebSphere Portal Note Before using this information and the product it supports, read the information in Notices on page 23. This

More information

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6 IBM Atlas Policy Distribution Administrators Guide: IER Connector for IBM Atlas Suite v6 IBM Atlas Policy Distribution: IER Connector This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

Connecting to System i System i Access for Web

Connecting to System i System i Access for Web System i Connecting to System i System i Access for Web Version 6 Release 1 System i Connecting to System i System i Access for Web Version 6 Release 1 Note Before using this information and the product

More information

Introduction. Overview of HCM. HCM Dashboard CHAPTER

Introduction. Overview of HCM. HCM Dashboard CHAPTER CHAPTER 1 This chapter describes the Hosted Collaboration Mediation (HCM) software. It includes: Overview of HCM, page 1-1 Terminology Used in HCM, page 1-2 HCM Dashboard Architecture, page 1-3 Starting

More information

IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop

IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop IBM IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop Lab Exercises Contents LAB 1 BUILD-FROM-SCRATCH LAB - PART 1... 4 1.1 START LOMBARDI AUTHORING ENVIRONMENT... 4 1.1.1 START THE

More information

Deployment Guide for Avaya Scopia Add-in for IBM Lotus Notes

Deployment Guide for Avaya Scopia Add-in for IBM Lotus Notes Deployment Guide for Avaya Scopia Add-in for IBM Lotus Notes For Solution 8.3 March 2014 2000-2014 Avaya Inc. All intellectual property rights in this publication are owned by Avaya Inc. and are protected

More information

PORTALS, DASHBOARDS AND WIDGETS DIGITAL EXPERIENCE MANAGER 7.2

PORTALS, DASHBOARDS AND WIDGETS DIGITAL EXPERIENCE MANAGER 7.2 PORTALS, DASHBOARDS AND WIDGETS 1 SUMMARY 1 INTRODUCTION... 4 2 INSTALLATION... 5 2.1 How to install Portal Factory... 5 2.2 Required modules... 5 3 CREATING A PORTAL... 8 3.1 Creating a new Portal site...

More information

IBM Cloud Orchestrator Version 2.5. Content Development Guide IBM

IBM Cloud Orchestrator Version 2.5. Content Development Guide IBM IBM Cloud Orchestrator Version 2.5 Content Development Guide IBM Note Before using this information and the product it supports, read the information in Notices. Contents Preface............... v Who should

More information

GI PageBus AMS Integration Demo

GI PageBus AMS Integration Demo GI PageBus AMS Integration Demo Last updated: 24/05/2012 Table of contents 1 INTRODUCTION...3 2 USING THE DEMO...4 2.1 Available Stock List...4 2.2 Update Panel...5 2.3 Configuration Panel...5 2.4 Monitor

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

BEAWebLogic. Portal. Customizing the Portal Administration Console

BEAWebLogic. Portal. Customizing the Portal Administration Console BEAWebLogic Portal Customizing the Portal Administration Console Version 10.0 Document Revised: March 2007 Copyright Copyright 1995-2007 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend

More information

Coveo Platform 7.0. Liferay Connector Guide

Coveo Platform 7.0. Liferay Connector Guide Coveo Platform 7.0 Liferay Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

SecureTransport Version May Web Client User Guide

SecureTransport Version May Web Client User Guide SecureTransport Version 5.3.6 9 May 2018 Web Client User Guide Copyright 2018 Axway All rights reserved. This documentation describes the following Axway software: Axway SecureTransport 5.3.6 No part of

More information

HPE Intelligent Management Center v7.3

HPE Intelligent Management Center v7.3 HPE Intelligent Management Center v7.3 Service Operation Manager Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who

More information

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 WebSphere Portlet Factory Development Team 6 September 2010 Copyright International Business Machines Corporation 2010.

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy

TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy TechNet Home > Products & Technologies > Desktop Products & Technologies > Microsoft Office > SharePoint Portal Server 2003 > Deploy Reference: http://www.microsoft.com/technet/prodtechnol/office/sps2003/deploy/spst2003.mspx?pf=true

More information

Symbio Manual. Administrator Role

Symbio Manual. Administrator Role Symbio Manual Administrator Role Version date: November 18 2018 Ploetz + Zeller GmbH Symbio Manual - Administrator Role 2 Content 1 Introduction 9 1.1 About this document 9 1.2 Before you start 9 1.3 Support

More information