Unified Task List Developer Pack

Size: px
Start display at page:

Download "Unified Task List Developer Pack"

Transcription

1 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 and dynamic portal page processing. There are 2 WEF ( WebSphere Experience Factory ) pkg files bundled into the developer package. Together they offer a start to finish business process solution for WebSphere Portal Server. 1. Unified Task List PKG file to add the Unified Task List portlet feature set to Web Experience Factory 2. Unified Task List Business Process Support PKG feature set exposing task processing portlets for use with the Unified Task List portlet and Process Server and dynamic portal page processing. There are also sample WEF models provided to show how to quickly and easily create human task processing Portlets for WebSphere Portal Server using WEF builders included in the Unified Task List catalog bundle. Developer Pack Prerequisites Runtime: WebSphere Process Server WebSphere Portal Server 7.x/8.x The Unified Task List Portlet for WebSphere Portal Server Download link : for portal 7.x action=editdocument&documentid=b83a591cd238d9aa ae752 Documentation: Development: WebSphere Integration Developer 6.1,6.2,7.0 (this is only required if you are using your own business processes for WebSphere Process Server.) WEF 8.0 (this is required if you plan on developing new task processing Portlets for custom business processes or customization to the UTL itself ) The Unified Task List Portlet for WebSphere Portal Server Download link: for portal 7.x, (Note: the UTL is packaged into portal 8.x.) action=editdocument&documentid=b83a591cd238d9aa ae752 Documentation: Copyright IBM Corporation, All Rights Reserved 1

2 Verifying the Developer Pack Contents About this task After downloading the Unified Task List Developer Pack you should verify that it contains the following files. 1. UnifiedTaskList.pkg Unified Task List portlet feature set 2. UnifiedTaskListBusinessProcessSupport.pkg Human Tasks, Business Processes and dynamic page processing ( Feature set ) 3. WebspherePortletFactoryArchiveGeneratorUpdateSite A plugin for WebSphere Integration Developer which can be used to export Business Process meta-data for use with the Human Task Processing Action builder to create task processing Portlets. 4. HRSupport.ear A support application for the sample HR business process for WebSphere Process Server. This must be installed before the HRMod.ear application file. 5. HRMod.ear The HR sample business process for WebSphere Process Server. 6. PA_SamplePortlets.war This is a sample war file generated in WebSphere Portlet Factory which contains two task processing Portlets for the sample HR business process. It also contains a sample Portlet for initiating the approve standard application human task in the HR business process. 7. SamplePortletsWPF.zip This Portlet Factory archive includes the required wsdl files for each Human Task in the HR business process and the Portlet Factory models used to create the sample task processing Portlets. There is also a wsdl file and a Portlet for starting an instance of the HR business process Human Task. 8. License.zip This archive contains the licence files for the Unified Task List Developer Package. Copyright IBM Corporation, All Rights Reserved 2

3 Importing the feature set(s) into WEF 1.Copy the 2 pkgs listed above into the packages folder of the WEF installation, for example \WEFactory8\Designer\FeatureSets\Web-App_8.0.0\Packages. 2.Restart the WEF application. 3.Create a new WEF project called unifiedtasklist 4.From the feature set page of the wizard add the Portal Accelerators, Dojo Extension - 1.x and Lotus Collaboration Extension 5.Complete the wizard. 6.Expand the newly created project. Access is now available to the complete source base. 7. Adding translated files to source path As seen directly above. Copyright IBM Corporation, All Rights Reserved 3

4 8. Add dependencies "AppServer/plugins/com.ibm.icu.jar" "AppServer/plugins/com.ibm.ws.portletcontainer.jar" "AppServer/plugins/com.ibm.ws.runtime.jar" "AppServer/plugins/org.eclipse.equinox.common_.jar" "AppServer/plugins/org.eclipse.equinox.registry.jar" "PortalServer/pzn/prereq.pzn/lib/pznquery.jar" "PortalServer/pzn/prereq.pzn/lib/pznresources.jar" "PortalServer/pzn/prereq.pzn/lib/pznruntime.jar" "PortalServer/base/wp.ac.api/shared/app/wp.ac.api.jar" "PortalServer/base/wp.auth.base/shared/app/wp.auth.base.jar" "PortalServer/base/wp.base/shared/app/wp.base.jar" "PortalServer/base/wp.cmd.base/shared/app/wp.cmd.base.jar" "PortalServer/base/wp.dynamicui.api/shared/app/wp.dynamicui.api.jar" "PortalServer/base/wp.engine.impl/shared/app/wp.engine.impl.jar" "PortalServer/base/wp.model.api/shared/app/wp.model.api.jar" "PortalServer/base/wp.model.controller.api/shared/app/wp.model.controller.api.jar" "PortalServer/base/wp.pe.api.standard/shared/app/wp.pe.api.standard.jar" "PortalServer/base/wp.portletservices.api/shared/app/wp.portletservices.api.standard.jar" "PortalServer/base/wp.processintegration/shared/app/wp.processintegration.jar" "PortalServer/base/wp.propertybroker.core.api/shared/app/wp.propertybroker.core.api.jar" "PortalServer/base/wp.propertybroker.standard.api/shared/app/wp.propertybroker.standard.api.jar" "PortalServer/base/wp.resolver/wp.resolver.api/shared/app/wp.resolver.api.jar" "PortalServer/base/wp.resolver/wp.resolver.json.api/shared/app/wp.resolver.json.api.jar" "PortalServer/base/wp.resolver/wp.resolver.json.impl/shared/app/wp.resolver.json.impl.jar" "PortalServer/base/wp.user.api/shared/app/wp.user.api.jar" "PortalServer/shared/app/tpir.jar"/> 9 Clean and build project Custom Builders that are now exposed Copyright IBM Corporation, All Rights Reserved 4

5 Customization Once the feature sets are added a developer can change any UTL component and leverage it for custom development, e.g. Create a new task provider for custom developed workflow engines Change the user interface to display tasks in maps Enrich the task list with business data, e.g. add custom attributes Leverage Portlet Factory based products for additional customisation's. Main components of the UTL The architecture of the UTL separates the user interface from the data access The UTL includes different Task Providers implementing the data access to a specific workflow system. The Task Dispatcher is responsible for aggregating tasks delivered by all task provider configured by the portlet administrator It leverages the Service Provider / Service Consumer concept of WEF. 1.Task providers Task providers are services that access backend systems to retrieve tasks. The task providers also use a WebSphere Experience Factory Transform builder to provide a uniform data set that displays in the Unified Task List user interface. You can create multiple task providers to aggregate tasks from several backend systems. 2. Task provider instances A task provider instance is based on a task provider and is specific to a certain back-end service They reside in the Task Provider Instance Registry (TPIR) and contain the parameters that you specify in task providers. 3.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 backend 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. Copyright IBM Corporation, All Rights Reserved 5

6 4. Task dispatcher The task dispatcher acts as a link between the Unified Task List user interface and the task providers. When an action occurs in the user interface, the task dispatcher retrieves task provider instance configurations from the TPIR service and calls a Service Operation on the task providers. You can also configure the Unified Task List to use a cached task dispatcher if you do not want to access the backend 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. 5.Task handler Task handlers define what the Unified Task List does when an end user selects a task to advance a workflow. The task handlers determine how the Unified Task List connects to the tasks that the end user must complete. You can configure task handlers to connect the Unified Task List to tasks in the following ways: 1. Use the property broker of Portal to open a portlet where the end user 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. 2. Use dynamic portal pages, or task pages, to open task processing and task supporting portlets. 3. Provide an external URL that launches a Web application Working with the default task providers By default the Unified Task List provides several task providers that let you retrieve tasks and workflow actions from various backend systems. The following steps provide instructions for accessing and working with the default task providers. Navigate to the following directory in the Unified Task List project: models/accelerators/utl/services/taskprovider. The following task providers display: DemoTaskProvider.model Provides sample data that you can use to test the UnifiedTask List. The sample data for this task provider is located in the following XML file: wpf_project/webcontent/accelerators/utl/demotaskprovider/sampletasklist.xml. You can open this file and customize the information in any of the XML elements. Copyright IBM Corporation, All Rights Reserved 6

7 IBMWebSphereProcessServer.model Connects to IBM WebSphere Process Server to retrieve tasks Also if using BPM advanced and running BPEL tasks. LombardiTaskProvider.model Connects to WebSphere Lombardi Edition to retrieve tasks IBMWebSphereProcessServer.7003model Connects to IBM WebSphere Process Server 7 to retrieve tasks. Using the Query table Api. Lombardi75TaskProvider.model Connects to IBM BPM server to retrieve tasks. Running BPMN tasks. Adding custom task providers Task providers are services that access and retrieve tasks from backend systems. Task providers contain several builder calls that connect to the backend system, transform the data from the backend system into a result variable, specify an action and provide a service operation. At run time, the task dispatcher calls the appropriate service operation in the task providers when an action occurs, such a user selecting a task to get the details. The service operation then calls the action to get the task details. You can create and add custom task providers to connect to different backend systems and perform different actions with the data. As there are numerous configurations,providing details on creating custom task providers to cover every possible scenario is beyond the scope of this documentation. However, this topic provides instructions for creating a simple model and information about which builders you need to add to your model and why these builders are necessary. The following steps provide instructions to guide you through the process of adding custom task providers. Create an empty model in the Unified Task List project. 1. Select New > WebSphere Portlet Factory Model. 2. Select the project that contains the Unified Task List feature set and click Next. 3. Select Factory Starter Models > Empty and click Next. 4. Select the following folder as the save location for the model: wpf_project/models/accelerators/utl/services/taskprovider. 5.Enter a name for the model and click Finish. Open the following model: 1.wpf_project/models/accelerators/utl/services/TaskProviderInterface.model. (Several builder calls display in the model outline.) 2.Select and copy all the builder calls in TaskProviderInterface.model. 3.Paste the builder calls from TaskProviderInterface.model into the model you created. Add an appropriate Data Integration builder to your model and specify the builder inputs. A Data Integration builder,such as the SQL Call builder, retrieves data from a backend system and creates a result variable. 4. Add a Transform builder to your model and specify the builder inputs. The Transform builder consumes the result variable that the Data Integration builder creates. The Transform builder creates Copyright IBM Corporation, All Rights Reserved 7

8 an XML variable that the Unified Task List receives to display a task or activity in the user interface. 5.Open the Action List builders that you copied into your model and add the XML variable from the Transform builder. The Action List builders contain the actions that the Service Operation builders call. For example, the gettasklist action retrieves a list of tasks from the backend system when the get Task List operation is called. 6.Open the Service Operation builders that you copied into your model and specify a value in the Action to Call field. The value that you specify corresponds to the Action List builder that contains the action you want to call. 7.Specify other builder inputs as appropriate and save your model. 8. Add your model to the list of task provider instances. When you create a new task provider, you must add it to the taskprovider instance list. The task provider instance list is saved in the Task Provider Instance Registry (TPIR). Adding your model to the list of task provider instances makes it available as a taskprovider you can select from the user interface. Add the following source folder to your build path: wpf_project/webcontent/pii/web-inf/work/source_nl. 1.Right click the project name in WebSphere Experience Factory Designer. 2.Select Build Path > Configure Build Path. 3.In the Java Build Path window, select the Source tab. 4.Select Add Folder, add the source folder to the build path, and click OK. Specify a resource key for your task provider in the following file: TaskProviderInstancesList.properties. 1. Locate and expand the following file in the Java Resources folder of your project:com.ibm.accelerators.utl.nl.tasklist_configure. 2.Locate and open the following file:taskproviderinstanceslist.properties. 3.Specify a resource key for your task provider in thefollowing section: # task provider types. For example,taskprovider.unique_name=task_provider_name. Tip: The value that you specify fortask_provider_name displays in the list of available task provider instances in the Unified Task List configuration view. 4.Save and close TaskProviderInstancesList.properties. 5.Locate and open to the following file in your workspace:wpf_project/webcontent/accelerators/utl/rdd/taskproviderinstanceslist.xml. 6.Add a look up entry under TaskProviderNamesLT for your model. For example, <entry> <value>accelerators/utl/services/taskprovider/model_name.model </value> <nameresource_key="taskprovider.unique_name"></name> </entry> 7.Save and close the model. Creating input forms for context variables When WebSphere Portal administrators add new task provider instances to the Unified Task List at run time, the administrators must typically provide several context variables,or connection parameters, for each task provider instance. You can create custom input forms and specify which context variables WebSphere Portal administrators must provide for a given task provider, such as a port number or user ID. The following steps provide instructions for creating input forms for context variables. 1. Create a resource bundle that contains the localized strings you want to display in the input form. 2. Create a Data Definition file. 3. Create a new model for the input form. 1. Select File > New > WebSphere Portlet Factory Model. 2. Select the project and click Next. 3. Select Factory Starter Models > Empty and click Next. 4. Select the following folder as the save location for the model: Copyright IBM Corporation, All Rights Reserved 8

9 wpf_project/models/accelerators/utl/ui/configure. 5. Enter a name for the model and click Finish. The model that you create is included in the following model at run time:tasklistcustomizer_configure_taskproviderinstanceslist.model. 4. Add a Rich Data Definition builder to the model and specify the location of the Data Definition file you created. 5. Add a Schema builder to the model and specify the schema for the input form. The schema controls the sequence of context variables that display in the user interface. 6. Import the model that you created into TaskListCustomizer_Configure_TaskProviderInstancesList.model. 1. Navigate to wpf_project/models/accelerators/utl/ui/configure \TaskListCustomizer_Configure_TaskProviderInstancesList.model. 2. Open TaskListCustomizer_Configure_TaskProviderInstancesList.model. 3. Add an Imported Model builder to the model. 4. Specify a name for the builder call and the path to the model you want to import. 5. Save and close the model. Customizing the user interface The Unified Task List portlet that you deploy to WebSphere Portal has three sections in the user interface: the task list menu, the message area, and the task list table. The task list menu displays on the left side of the portlet and contains the filters that segregate tasks from different backend systems. The task list menus also contains the drag and drop menu that lets users claim and release tasks from the task list table. The message area displays at the top right of the portlet and contains user messages, such as error and status messages. The task list table displays beneath the message area and is a table with several columns that contain information about the tasks that users must complete. Customizing the user interface involves working with models in WebSphere Portlet Factory. The settings for the Unified Task List user interface arecontained in three models. These models correspond to the three sections that make up the user interface: the tasklist menu, the message area, and the task list table. In the models you can specify custom HTML pages, text, styleclasses, and images to localize and change the appearance of the Unified Task List. 1.Open the WebSphere Portlet Factory project that contains the Unified Task List feature set. 2. Navigate to the following directory: wpf_project/models/accelerator/utl/ui/view. The following models display: TaskDetailsContainer.model Displays extra information about tasks. TaskList.model Imports the following three models to create the user interface when you build the portlet Web Archive (WAR):TaskListMenu.model, TaskListMessageArea.model, and TaskListTable.model. TaskList.model also contains profiling settings at a high-level. For example, TaskList.model contains profiling settings that determine which sections of the deployed portlet display to the user. TaskListMenu.model Provides the user interface for the task list menu in the Unified Task List portlet. TaskListMenu.model also contains text,images, HTML pages, and style classes that you can change to customize the user interface. TaskListMessageArea.model Provides the message area in the Unified Task Listportlet. TaskListMessageArea.model also contains text, images,html pages, and style classes that you can change to customize the user interface. TaskListTable.model Provides the task list table in the Unified Task List portlet.tasklisttable.model also contains text, images, HTML pages,and style classes that you can change to customize the user inter face. 3. Open one of the preceding models and work with thebuilder inputs to customize the user interface. To specify custom HTML pages, images, or Cascading StyleSheets (CSS), ensure your files are located at the WebSpherePortlet Factory servable root directory. For example,wpf_project/webcontent/accelerators. The text that displays in the user interface is contained inresource bundles. To change the text in the user interface, openthe appropriate resource bundle and make the requiredchanges. Resource bundles are located in the Java Resourcesfolder of your project in the following folder WebContent/pii/WEB-INF/work/source_nl Copyright IBM Corporation, All Rights Reserved 9

10 Tip: To add WebContent/pii/WEB-INF/work/source_nl to you rproject, do the following: 1. Right click the project name in WebSphere PortletFactory Designer. 2. Select Build Path > Configure Build Path. 3. In the Java Build Path window, select the Source tab. 4. Select Add Folder, add the source folder to the buildpath, and click OK. Adding columns to display custom attributes in the task list table You can add columns to the task list table in the Unified Task List if you want to display custom attributes for tasks. 1. Locate and open the following file: wpf_project/webcontent/accelerators/utl/schemas/tasklist.xsd. 2. Add a new element and specify the column name and type.for example, <element name="example_column" type="string"></element> 3. Save and close TaskList.xsd. 4. Locate and open the following file: wpf_project/webcontent/accelerators/utl/rdd/tasklist.xml. 5. Add a new data definition for the column. For example, <DataDefinition name="example_column> <Labelresource_key="example_column">example_column<Label> <Required>true</Required> <DataType>string</DataType> </DataDefinition> 6. Map the column to the attribute you want to display in theunified Task List. 1. Open the task provider models. 2. Open the Transform builder call. 3. In the Child Node Mappings section, specify a value for the source node field that corresponds to the column you created in the target node field. 7. Rebuild your project. 8. Open the Data Column Modifier builder call in TaskListTable.model. The column you created should display inthe list of columns in the Settings for Add and Delete Row Operations section. Copyright IBM Corporation, All Rights Reserved 10

11 Property broker events for portlets The Unified Task List communicates with portlets through property broker events. When portal users select a task to open in the Unified Task List portlet, the Unified Task List fires property broker events to task processing portlets. If you plan to develop custom portlets to retrieve tasks and provide tasks through the Unified Task List, you must configure that portlet to receive and parse the property broker events from the Unified Task List. This topic provides information about the property broker event that the Unified Task List uses to communicate with other portlets. Review the information in this topic if you plan to create custom portlets that communicate with the Unified Task List. If you plan to design task processing portlets in WebSphere Portlet Factory, add a Cooperative Portlet Target builder to your portlet model along with any other appropriate builders. The Cooperative Portlet Target builder catches the property brokerevent that the Unified Task List fires. This event sends a string in JavaScript Object Notation (JSON) format as the argument. This JSON string has the following structure: "{"task":id,"task_provider_instance":"id"}" When portlets receive the property broker events from the Unified Task List, the portlets parse the JSON string for the taskprovider instance ID. The task provider instance ID lets portlets determine which backend system the task corresponds to. For example, your site can have several portlets that process tasks from several different backend systems. The Unified Task List fires property broker events to all the different task processing portlets on your site. However, the portlets only need to retrieve task details if the event contains an appropriate task providerinstance ID. Copyright IBM Corporation, All Rights Reserved 11

12 End to end sample for business process transaction Inside the Developer Pack you will find an end to end sample for business process transactions in WebSphere Portal Server using WebSphere Process Server as the business process engine. There are also sample WebSphere Experience Factory models provided to show how to quickly and easily create human task processing Portlets for WebSphere Portal Server using Portlet Factory builders included in the Unified Task List catalog bundle. Retrieving the HTM SOAP endpoint from your WebSphere Process Server About this task The following instructions show you how to retrieve the HTM SOAP endpoint from your Process Server. The HTM SOAP endpoint is required in the default_wps_server.properties file found in the WebContent/config/wps_config directory of the sample Portlet Factory project. Retrieving the HTM SOAP endpoint from your WebSphere Process Server 1.Open your Process Server Administrative Console, e.g. 2.Select Applications - Applications Types - WebSphere enterprise applications. 3.From the list of enterprise applications select the one named TaskContainer 4.On the Configuration tab in the Web Services Properties section select Publish WSDL files. 5.Select the link named TaskContainer WSDLFiles.zip and save the archive to your local file system. 6.Open the archive with an archive application 7.Open the following file within the archive TaskContainer.ear\h.jar\META- INF\wsdl\com\ibm\task\api\sca\HTMWS.wsdl 8.Scroll to the bottom of the file to the element named soap:address 9.Copy the location value to the WebContent/WEB- INF/config/wps_config/default_wps_server.properties file e.g. /sca/com/ibm/task/api/sca/htmws What to do next Update the PA_SamplePortlets.war file with the HTM SOAP endpoint from your Process Server Updating the PA_SamplePortlets.war file with the HTM SOAP endpoint Things to do before you start this task Retrieve the HTM SOAP endpoint from your WebSphere Process Server About this task This section describes how to update the PA_SamplePortlets war file with the HTM SOAP endpoint from your Process Server. Updating the Sample Portlets war file with the HTM SOAP endpoint from your Process Server 1.Using an archive program open the PA_SamplePortlets.war file included in the Developer Package download. 2.Locate the file WebContent/WEB-INF/config/wps_config/default_wps_server.properties 3.Open the file default_wps_server.properties and update the property HTM_SOAP_Endpoint with the HTM SOAP endpoint location value retrieved in the previous step. 4.Save your changes to the file and close it. 5.If prompted choose to save the changes to the archive war file. Copyright IBM Corporation, All Rights Reserved 12

13 Creating a new Task Provider Instance in the Unified Task List This task includes the steps required to create a Process Server Query Table API Task Provider Instance for the Unified Task List. For more information on the Unified Task List you can view the wiki document here: 1.Open the Unified Task List page 2.Open the portlet menu and choose Configure 3.Click the link for Task Provider Instances 4.Click Add, The Task Provider Instances page shows. 5.Select IBM WebSphere Process Server7 (Task Query Table API) from the dropdown 6.Type in a name for the Task Provider Instance 7.Check the Enable checkbox 8.Click next 9.On this page give change the SOAP Endpoint settings from the default to 10.Click Apply on the Provider Instances page and again on the main Configure page. 11.Click Ok. What to do next Install the Sample Business Process and Task Processing Portlets. Installing the Sample Business Process and Task Processing Portlets Update the Unified Task List Portlet war file with the SOAP endpoint from your Process Server About this task In this task you will install the sample HR business process to Process Server and the sample task processing Portlets to Portal Server. Installing the sample business process and task processing Portlets First install the HRSupport.ear on WebSphere Process Server accepting the default settings during the install. When it is installed, start it. 1.Open the Admin Console of WebSphere Process Server and login: 2.Select Applications - Application Types - WebSphere enterprise applications. 3.Select Install and Browse. Browse to the directory where you expanded the Developer Package archive and select the HRSupport.ear file. 4.Click Next, if prompted select Fast Path as the option to install the application. 5.On the page Step 1: Select installation options, accept the defaults and click Next. 6.On the page Step 2: Map modules to servers, ensure the modules for the application are assigned to server1. If not, select each module with server1 highlighted and click Apply. 7.Click Next 8.On the last page Step 3: Summary, review the settings and click Finish. 9.When the Application has finished installing select Save directly to master configuration. 10.On the Enterprise Applications page select the HRSupport and click Start. Once started the application has been successfully installed. Copyright IBM Corporation, All Rights Reserved 13

14 Next create the sample staff plugin configuration in your Process Server. You have to create this people directory configuration in your Process Server if it isn't already there: 1.Log into the Process Server admin console Select Resources - People directory provider 3.In the table of people directory providers select User Registry People Directory Provider 4.Under additional properties select People directory configuration 5.Select New 6.Browse to the following file in your process server installation, select it and click Next:$ {WBI_INSTALL_ROOT}/ProcessChoreographer/Staff/UserRegistryTransformation.xsl On a Windows OS the variable ${WBI_INSTALL_ROOT} resolves to C:\WPS\WebSphere\ProcServer 7.Enter a Name such as wpswmmconfiguration and Description 8.In the JNDI Name field enter bpe/staff/wpswmmconfiguration 9.Click Apply 10.Now you should be able to install and start the sample HR application. Finally Install the HRMod.ear business process on your Process Server and start it. Repeat the instructions for the HRSupport.ear, this time using the HRMod.ear business process. 1.Deploy the Unified Task List war file to your Portal Server. 2.Deploy the war file PA_SamplePortlets.war to your Portal Server. 3.Create a page, give it the unique name wps.utl and configure it as a Dynamic Page Extension Node using the following command:configengine.bat action-enable-page-as-extension-nodewp.dynamicui.config -DPageUniqueName=wps.utlNote: All three of the following Portlets can be found in the sample war file PA_SamplePortlets.war. 4.Create a page, give it the unique name com.ibm.standardapproval and add the Portlet titled 'Approve Standard Application' to it. This page should only be accessed as a dynamic page. 5.Create another page, give it the unique name com.ibm.foureye and add the Portlet titled 'Four Eye Approval' to it. This page should only be accessed as a dynamic page. 6.Finally create a third page and place the Portlet titled Start Task on it. As the title suggests this Portlet will be used to start the HR standard approval business process. This page can be accessed on a dynamic page or in the normal way. 7.Go to the page with the UTL on it and open the configure view by selecting it from the Portlet menu. 8.In the menu select Task Provider Instances and create a new Task Provider Instance for your Process Server. Next you have to configure the task handling for the Human Tasks surfaced in the UTL. You can create the configurations using the following two sample configurations as a guide: Copyright IBM Corporation, All Rights Reserved 14

15 What to do next Complete the next section which covers how to process the tasks using the sample Portlets and UTL in Portal Server. Start to Finish Business Process Completion on WebSphere Portal Server Things to do before you start this task Installing the Sample Business Process and Task Processing Portlets. About this task This task will take you through the steps you need to take to complete the sample business process using the Sample Portlets provided and the Unified Task List. It also includes a figure of the business process flow. Copyright IBM Corporation, All Rights Reserved 15

16 Business process completion from start to finish 1.Open the page containing the Start Task Portlet, fill in the details required in all fields and click Complete. 2.Next open the page containing the Unified Task List Portlet. 3.You should see a new Approve Standard Application task when you click Refresh. 4Select the checkbox beside the new task and then click Claim. 5.The title of the task is now a clickable link. Click it to lauch a dynamic page. 6.The Approve Standard Application dynamic page should be launched. 7.Complete it by clicking the Complete button. The dynamic page should close and return to the Unified Task List page. 8.Click the Refresh button in the UTL, and you should see a new Four Eye Approval task in the list of tasks retrieved from Process Server. 9.Carry out the same steps 4 -> 7 on the Four Eye Approval task to complete the sample business process. Figure 3. Business Process Implementation. Copyright IBM Corporation, All Rights Reserved 16

17 What to do next Develop custom business processes and create task processing Portlets for them using the Unified Task List Business Process Support package for WebSphere Portlet Factory. Getting Started with Task Processing Portlet Development Requires WebSphere Experience factory version 8.0 Retrieve the HTM SOAP endpoint from your Process Server. About this task This task explains how to get started with task processing Portlets using the Unified Task List Business Process Support package for WebSphere Experience Factory and the sample task processing Portlets provided in the WebSphere Portlet Factory archive included in the Unified Task List Developer catalog bundle. 1.Copy the Unified Task List Business Process Support package to the Packages directory in your WEF installation. e.g C:\IBM\PortletFactory8.0\Designer\FeatureSets\Web-App_8.0.0\Packages 2.Restart WEF. Create a new WebSphere Portlet Factory project and include the following selected Feature Sets 1.Next import the WebSphere Portlet Factory archive from the UTL developer package download bundle. 2.Right Select the newly created WPF project and select import - WebSphere Portlet Factory Archive 3.Browse to the directory containing the developer package and select the file named SamplePortletsWPF.zip. 4.Select the root directory of the archive and ensure 'SamplePortlets/WebContent' is set as the directory to copy to. Copyright IBM Corporation, All Rights Reserved 17

18 5.Click Finish. 6.Now you are ready to build the WAR file for deployment to Portal Server. 7.Right Select the project and choose Export - WebSphere Portlet Factory Portlet WAR 8.Ensure the Portlet API is set to Java Portlet Standard 2.0 and click Finish. 9.The war file has been generated and is now ready to be imported into WebSphere Portal Server. The sample WebSphere Portlet Factory Models used to create the task processing Portlets for the developer package can be found in the models directory of the newly created Portlet Factory project. They can be used to understand quickly how to use the Business Process Support builders provided in the Unified Task List Catalog bundle to build task processing Portlets. Copyright IBM Corporation, All Rights Reserved 18

19 Useful links er.html Copyright IBM Corporation, All Rights Reserved Copyright IBM Corporation, All Rights Reserved 19

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

Unified Task List. IBM WebSphere Portal V7.0 Review the hardware and software requirements Review the product documentation 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

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

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

Creating a SQL Service with IBM WebSphere Portlet Factory. Introduction to creating services from a relational database

Creating a SQL Service with IBM WebSphere Portlet Factory. Introduction to creating services from a relational database Creating a SQL Service with IBM WebSphere Portlet Factory May, 2009 Copyright International Business Machines Corporation 2009. All rights reserved. This article with the accompanying sample shows you

More information

Getting started with WebSphere Portlet Factory V6

Getting started with WebSphere Portlet Factory V6 Getting started with WebSphere Portlet Factory V6 WebSphere Portlet Factory Development Team 03 Jan 07 Copyright International Business Machines Corporation 2007. All rights reserved. Abstract Discover

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

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

Coveo Platform 6.5. Liferay Connector Guide

Coveo Platform 6.5. Liferay Connector Guide Coveo Platform 6.5 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

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 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

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

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

AquaLogic BPM Enterprise Configuration Guide

AquaLogic BPM Enterprise Configuration Guide AquaLogic BPM Enterprise Configuration Guide IBM WebSphere Edition Version: 6.0 2 ALBPM TOC Contents Getting Started...4 Document Scope and Audience...4 Documentation Roadmap...4 What is ALBPM Enterprise?...4

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

Application Integration with WebSphere Portal V7

Application Integration with WebSphere Portal V7 Application Integration with WebSphere Portal V7 Rapid Portlet Development with WebSphere Portlet Factory IBM Innovation Center Dallas, TX 2010 IBM Corporation Objectives WebSphere Portal IBM Innovation

More information

Active Endpoints. ActiveVOS Platform Architecture Active Endpoints

Active Endpoints. ActiveVOS Platform Architecture Active Endpoints Active Endpoints ActiveVOS Platform Architecture ActiveVOS Unique process automation platforms to develop, integrate, and deploy business process applications quickly User Experience Easy to learn, use

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

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

Deploying Intellicus Portal on IBM WebSphere. Version: 7.3

Deploying Intellicus Portal on IBM WebSphere. Version: 7.3 Deploying Intellicus Portal on IBM WebSphere Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be

More information

IBM Workplace Collaboration Services API Toolkit

IBM Workplace Collaboration Services API Toolkit IBM Workplace Collaboration Services API Toolkit Version 2.5 User s Guide G210-1958-00 IBM Workplace Collaboration Services API Toolkit Version 2.5 User s Guide G210-1958-00 Note Before using this information

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

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

ForeScout Open Integration Module: Data Exchange Plugin

ForeScout Open Integration Module: Data Exchange Plugin ForeScout Open Integration Module: Data Exchange Plugin Version 3.2.0 Table of Contents About the Data Exchange Plugin... 4 Requirements... 4 CounterACT Software Requirements... 4 Connectivity Requirements...

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

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

JMP305: JumpStart Your Multi-Channel Digital Experience Development with Web Experience Factory IBM Corporation

JMP305: JumpStart Your Multi-Channel Digital Experience Development with Web Experience Factory IBM Corporation JMP305: JumpStart Your Multi-Channel Digital Experience Development with Web Experience Factory 2014 IBM Corporation Agenda Multi-channel applications and web sites Rapid development with the model-based

More information

What's Coming in IBM WebSphere Portlet Factory 7.0

What's Coming in IBM WebSphere Portlet Factory 7.0 What's Coming in IBM WebSphere Portlet Factory 7.0 IBM Corporation Legal Disclaimer The information on the new product is intended to outline our general product direction and it should not be relied on

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

AquaLogic BPM Enterprise Configuration Guide

AquaLogic BPM Enterprise Configuration Guide AquaLogic BPM Enterprise Configuration Guide Standalone Edition Version: 6.0 2 ALBPM TOC Contents Getting Started...4 Document Scope and Audience...4 Documentation Roadmap...4 What is ALBPM Enterprise?...4

More information

Deploying Intellicus Portal on IBM WebSphere

Deploying Intellicus Portal on IBM WebSphere Deploying Intellicus Portal on IBM WebSphere Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2010 Intellicus Technologies This document

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

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

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

Teiid Designer User Guide 7.5.0

Teiid Designer User Guide 7.5.0 Teiid Designer User Guide 1 7.5.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

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

Chapter 2 Introduction

Chapter 2 Introduction Chapter 2 Introduction PegaRULES Process Commander applications are designed to complement other systems and technologies that you already have in place for doing work. The Process Commander integration

More information

Content. 1. Introduction. 2. IBM Social Business Toolkit - Social SDK. 3. Social Builder. 4. Sample WEF Portlet application. 5.

Content. 1. Introduction. 2. IBM Social Business Toolkit - Social SDK. 3. Social Builder. 4. Sample WEF Portlet application. 5. Content 1. Introduction 2. IBM Social Business Toolkit - Social SDK 3. Social Builder 4. Sample WEF Portlet application 5. Future 6. Important Resources 7. Authors Introduction Developing social applications

More information

JBoss SOAP Web Services User Guide. Version: M5

JBoss SOAP Web Services User Guide. Version: M5 JBoss SOAP Web Services User Guide Version: 3.3.0.M5 1. JBoss SOAP Web Services Runtime and Tools support Overview... 1 1.1. Key Features of JBossWS... 1 2. Creating a Simple Web Service... 3 2.1. Generation...

More information

QS-AVI Address Cleansing as a Web Service for IBM InfoSphere Identity Insight

QS-AVI Address Cleansing as a Web Service for IBM InfoSphere Identity Insight QS-AVI Address Cleansing as a Web Service for IBM InfoSphere Identity Insight Author: Bhaveshkumar R Patel (bhavesh.patel@in.ibm.com) Address cleansing sometimes referred to as address hygiene or standardization

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

ForeScout Extended Module for VMware AirWatch MDM

ForeScout Extended Module for VMware AirWatch MDM ForeScout Extended Module for VMware AirWatch MDM Version 1.7.2 Table of Contents About the AirWatch MDM Integration... 4 Additional AirWatch Documentation... 4 About this Module... 4 How it Works... 5

More information

Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide

Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide Policy Manager for IBM WebSphere DataPower Install Guide AKANA_PMDP_Install_8.0 Copyright Copyright 2016 Akana, Inc. All rights reserved.

More information

Leverage Rational Application Developer v8 to develop OSGi application and test with Websphere Application Server v8

Leverage Rational Application Developer v8 to develop OSGi application and test with Websphere Application Server v8 Leverage Rational Application Developer v8 to develop OSGi application and test with Websphere Application Server v8 Author: Ying Liu cdlliuy@cn.ibm.com Date: June,29 2011 2010 IBM Corporation THE INFORMATION

More information

ForeScout Extended Module for MobileIron

ForeScout Extended Module for MobileIron Version 1.8 Table of Contents About MobileIron Integration... 4 Additional MobileIron Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

ForeScout Extended Module for MaaS360

ForeScout Extended Module for MaaS360 Version 1.8 Table of Contents About MaaS360 Integration... 4 Additional ForeScout MDM Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

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

ForeScout CounterACT. Configuration Guide. Version 3.4

ForeScout CounterACT. Configuration Guide. Version 3.4 ForeScout CounterACT Open Integration Module: Data Exchange Version 3.4 Table of Contents About the Data Exchange Module... 4 About Support for Dual Stack Environments... 4 Requirements... 4 CounterACT

More information

C Exam Questions Demo IBM. Exam Questions C IBM FileNet Business Process Manager v5.

C Exam Questions Demo   IBM. Exam Questions C IBM FileNet Business Process Manager v5. IBM Exam Questions C2070-582 IBM FileNet Business Process Manager v5.1 Version:Demo 1.You are installing a Process Engine server that will be a part of an IBM Case Manager installation. What is a requirement

More information

1Z0-430

1Z0-430 1Z0-430 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 On a normally well-performing environment, you are experiencing unexpected slow response times, or no server response, for some page requests

More information

Introduction to Worklight Integration IBM Corporation

Introduction to Worklight Integration IBM Corporation Introduction to Worklight Integration Agenda IBM Mobile Foundation Introduction to Worklight How to Integrate Worklight Adapters WebAPI HTTP & SOAP Database (SQL) WebSphere Message Broker Cast Iron 2 IBM

More information

J2EE Development. Course Detail: Audience. Duration. Course Abstract. Course Objectives. Course Topics. Class Format.

J2EE Development. Course Detail: Audience. Duration. Course Abstract. Course Objectives. Course Topics. Class Format. J2EE Development Detail: Audience www.peaksolutions.com/ittraining Java developers, web page designers and other professionals that will be designing, developing and implementing web applications using

More information

Using ILOG JRules in WebSphere Integration Developer

Using ILOG JRules in WebSphere Integration Developer Using ILOG JRules in WebSphere Integration Developer Table of Contents Introduction... 3 Goal... 3 Time to Complete... 3 Prerequisites... 3 System Setup... 3 Resources... 3 Overview... 4 The Application...

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

B. Assets are shared-by-copy by default; convert the library into *.jar and configure it as a shared library on the server runtime.

B. Assets are shared-by-copy by default; convert the library into *.jar and configure it as a shared library on the server runtime. Volume A~B: 114 Questions Volume A 1. Which component type must an integration solution developer define for a non-sca component such as a Servlet that invokes a service component interface? A. Export

More information

Moving a File (Event-Based)

Moving a File (Event-Based) Moving a File (Event-Based) This topic describes how to move a file from a source location to a destination location. A channel is used, which listens for any new files matching the defined filter criteria

More information

IBM Rational Application Developer for WebSphere Software, Version 7.0

IBM Rational Application Developer for WebSphere Software, Version 7.0 Visual application development for J2EE, Web, Web services and portal applications IBM Rational Application Developer for WebSphere Software, Version 7.0 Enables installation of only the features you need

More information

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS Web logs (blogs blogs) You can create your own personal Web logs (blogs) using IBM Lotus Notes. Using the blog template (dominoblog.ntf), you create a blog application, such as myblog.nsf, which you can

More information

Integrating with EPiServer

Integrating with EPiServer Integrating with EPiServer Abstract EPiServer is an excellent tool when integration with existing systems within an organization is a requirement. This document outlines the Web services that are shipped

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

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

Question No: 1 In which file should customization classes be specified in the cust-config section (under mds-config)?

Question No: 1 In which file should customization classes be specified in the cust-config section (under mds-config)? Volume: 80 Questions Question No: 1 In which file should customization classes be specified in the cust-config section (under mds-config)? A. web.xml B. weblogic.xml C. adf-config.xml D. adfm.xml Question

More information

IBM Workplace Client Technology API Toolkit

IBM Workplace Client Technology API Toolkit IBM Workplace Client Technology API Toolkit Version 2.5 User s Guide G210-1984-00 IBM Workplace Client Technology API Toolkit Version 2.5 User s Guide G210-1984-00 Note Before using this information and

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

IBM Tivoli Identity Manager V5.1 Fundamentals

IBM Tivoli Identity Manager V5.1 Fundamentals IBM Tivoli Identity Manager V5.1 Fundamentals Number: 000-038 Passing Score: 600 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ IBM 000-038 IBM Tivoli Identity Manager V5.1 Fundamentals

More information

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc.

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc. Chapter 1 GETTING STARTED SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: WSAD. J2EE business topologies. Workbench. Project. Workbench components. Java development tools. Java projects

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 65. This edition

More information

Skyway Builder 6.3 Reference

Skyway Builder 6.3 Reference Skyway Builder 6.3 Reference 6.3.0.0-07/21/09 Skyway Software Skyway Builder 6.3 Reference: 6.3.0.0-07/21/09 Skyway Software Published Copyright 2009 Skyway Software Abstract The most recent version of

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6. Developing and Deploying vsphere Solutions, vservices, and ESX Agents 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation

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

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

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Table of Contents Lab Overview - HOL-1857-03-UEM - Workspace ONE UEM with App & Access Management... 2 Lab Guidance... 3 Module 1 - Workspace

More information

WHITE PAPER: DELL MANAGEMENT CONSOLE TRIGGERS NETBACKUP 7 JOBS

WHITE PAPER: DELL MANAGEMENT CONSOLE TRIGGERS NETBACKUP 7 JOBS WHITE PAPER: DELL MANAGEMENT CONSOLE TRIGGERS NETBACKUP 7 JOBS White Paper: Dell Management Console Integrates with NetBackup 7 March 2010 Third-party information brought to you courtesy of Dell. Revision

More information

FuegoBPM Portlet. deployment. BEA WebLogic Portal

FuegoBPM Portlet. deployment. BEA WebLogic Portal FuegoBPM Portlet deployment in BEA WebLogic Portal Table of Contents FuegoBPM Portlet deployment in BEA WebLogic Portal... 3 Introduction... 3 The deployment process... 3 1. Assembly and generation of

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

Search Application User Guide

Search Application User Guide SiteExecutive Version 2013 EP1 Search Application User Guide Revised January 2014 Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, MD 21031 Phone: 410.584.0595

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

PROCE55 Mobile: Web API App. Web API. https://www.rijksmuseum.nl/api/...

PROCE55 Mobile: Web API App. Web API. https://www.rijksmuseum.nl/api/... PROCE55 Mobile: Web API App PROCE55 Mobile with Test Web API App Web API App Example This example shows how to access a typical Web API using your mobile phone via Internet. The returned data is in JSON

More information

Improving Productivity

Improving Productivity Improving Productivity On Demand Insurance Business Problems 1. We lose customers because we process new policy applications too slowly. 2. Our claims processing is time-consuming and inefficient. 3. We

More information

Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0

Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0 Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0 This document provides the procedure to install ITDS WebAdmin Tool into a Full WebSphere Application Server Network

More information

Tzunami Deployer User Guide

Tzunami Deployer User Guide Tzunami Deployer User Guide Learn how to successfully migrate ECM contents to Microsoft SharePoint using Tzunami Deployer. Version 3.0 Table of Contents PREFACE... I ABOUT THIS GUIDE... I INTENDED AUDIENCE...

More information

UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab

UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab Description IT Analytics has a diverse and powerful way of displaying data to your users. In this lab, you will learn how to

More information

Orgnazition of This Part

Orgnazition of This Part Orgnazition of This Part Table of Contents Tutorial: Organization of This Part...1 Lesson 1: Starting JReport Enterprise Server and Viewing Reports...3 Introduction...3 Installing JReport Enterprise Server...3

More information

EMC Documentum Process Engine

EMC Documentum Process Engine EMC Documentum Process Engine Version 6.5 Installation Guide P/N 300 007 522 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2004 2008 EMC Corporation.

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

EMARSYS FOR MAGENTO 2

EMARSYS FOR MAGENTO 2 EMARSYS FOR MAGENTO 2 Integration Manual July 2017 Important Note: This PDF was uploaded in July, 2017 and will not be maintained. For the latest version of this manual, please visit our online help portal:

More information

SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

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

WFCE - Build and deployment. WFCE - Deployment to Installed Polarion. WFCE - Execution from Workspace. WFCE - Configuration.

WFCE - Build and deployment. WFCE - Deployment to Installed Polarion. WFCE - Execution from Workspace. WFCE - Configuration. Workflow function and condition Example WFCE - Introduction 1 WFCE - Java API Workspace preparation 1 WFCE - Creating project plugin 1 WFCE - Build and deployment 2 WFCE - Deployment to Installed Polarion

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

iway Integration Tools Getting Started Guide Version 8.0 and Higher

iway Integration Tools Getting Started Guide Version 8.0 and Higher iway Integration Tools Getting Started Guide Version 8.0 and Higher August 09, 2018 Active Technologies, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software,

More information

SAP Enterprise. Portal

SAP Enterprise. Portal SAP Enterprise Portal What is an Enterprise Portal? To answer this question, one must first ask what problem an enterprise portal is intended to solve. In the age of e-business, many companies are turning

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

TIBCO ActiveMatrix Adapter Service Engine for Files Examples. Software Release 6.0 April 2009

TIBCO ActiveMatrix Adapter Service Engine for Files Examples. Software Release 6.0 April 2009 TIBCO ActiveMatrix Adapter Service Engine for Files Examples Software Release 6.0 April 2009 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server...

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server... Oracle Access Manager Configuration Guide for On-Premises Version 17 October 2017 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing

More information

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 10 Creating a Custom Portlet Page 1 of 27 Overview WebCenter Portal offers a few different development strategies for transactional features; portlets

More information

Integration Framework. Architecture

Integration Framework. Architecture Integration Framework 2 Architecture Anyone involved in the implementation or day-to-day administration of the integration framework applications must be familiarized with the integration framework architecture.

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

Outlook Integration. Installation & Configuration

Outlook Integration. Installation & Configuration Outlook Integration Installation & Configuration Table of Contents Outlook Integration Installation... 2 Outlook Integration Configuration... 4 Additional Notes for Outlook... 5 User Configuration... 6

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

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm. Lab 1 Getting Started 1.1 Building and Executing a Simple Message Flow In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

More information