Integrating People, Processes and Services

Size: px
Start display at page:

Download "Integrating People, Processes and Services"

Transcription

1 Integrating People, Processes and Services An Overview of ActiveVOS Capabilities AN ACTIVE ENDPOINTS PAPER 2010 Active Endpoints, Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are the property of their respective owners. 2010

2 Contents Unifying Service Orchestration and Human Workflow... 3 ActiveVOS Task Management Components... 5 ActiveVOS Central... 5 Initiating Processes... 5 Completing Tasks... 6 Visibility through Reports... 8 Forms Auto Generation... 8 Task List RSS Feeds JSON Binding Integrating People, Processes and Services Conceptual Overview of the OASIS WS HumanTask Standard Process People Activities Task Escalation, Reassignment and Notifications Assigning Users and Groups and Mapping Roles to Tasks and Notification Rendering a Task Form Task Form Creation Process Request Forms Customizing ActiveVOS Central Deploying Forms, Reports and ActiveVOS Central Configurations Summary About Active Endpoints Copyright Active Endpoints, Inc. Page 2 of 20

3 Unifying Service Orchestration and Human Workflow Business processes commonly involve both people and software applications, but automating interactions among software systems is quite different from automating interactions among people. Not surprisingly, products and technologies have typically emphasized one or the other. Active Endpoints ActiveVOS business process management system (BPMS) resolves this dichotomy by providing a unified solution that addresses both needs. To see why this is a challenge, think about the characteristics of automated interactions among software systems. Typically known as orchestration, application interactions are usually predictable and relatively static. The logic that directs this interaction can be defined once, and then used over and over without changes. Systems typically exchange structured, well defined data, such as XML documents, that can be effectively processed by software without human intervention. Contrast this with human workflow, which coordinates interactions among people. Applications interacting on behalf of people tend to need much more flexibility than those that interact purely with software systems. People change their minds, introduce new ideas and exceptions, decide to cancel a process unexpectedly and do other things that make effective human workflows significantly more dynamic than system workflows. Human workflows also typically work with lessstructured, human readable data, such as and text documents, rather than the structured information used in system orchestration. Given the different requirements of these two perspectives, it s not surprising that addressing both in a single technology has been challenging for vendors. Solutions available today tend to be proprietary, expensive and complicated, and thus difficult and infeasible to adopt widely throughout an enterprise ActiveVOS makes it possible to use service oriented standards to combine people, processes and services into a unified whole. ActiveVOS includes a rich task management system for users to work on the activities that have been assigned to them by a business process. The forms that are used for these tasks are not simple HTML forms, but are rich Internet applications that can access and present information that is relevant to the user s task even when that information is not part of the Copyright Active Endpoints, Inc. Page 3 of 20

4 business process. The ability to perform ad hoc activities or request help is readily available to the user. ActiveVOS leverages AJAX technologies so that the web browser is the entire presentation tier of the task system. This means that the browser communicates with the server using web service calls instead of simple HTML over HTTP. This eliminates the need for a presentation tier on the server and greatly simplifies the architecture of the entire system, offering users a rich and appealing working environment that can be built quickly with skill sets available today within the enterprise. Using ActiveVOS, human activity is integrated into the business process in the same way as systems and services are integrated. The outcome of integrating people, processes and services is unsurpassed visibility into what s happening. This enables true business process management. The results of using standards include improved freedom of choice, the ability to apply technology across a broad set of usages and reduced vendor lock in. ActiveVOS s task list system is an implementation of the OASIS WS HumanTask standard. The WS HumanTask specification and BPEL4People companion BPEL version 2 extension specification allow human and system interactions to be integrated into unified servicesbased applications. By leveraging standards to incorporate human activity and services in composite applications, project teams can reuse skills learned across a variety of applications. As a result, the flexibility and efficiencies gained by these teams in delivering standards based solutions are greatly expanded. In addition to providing architectural simplicity and powerful capabilities for creating a rich end user experience, ActiveVOS also includes forms generation and editing tools that permit new tasks to be created quickly and easily. This document describes ActiveVOS task management components, the relationship between human and system activity, how to be effective with task execution and management and what means to offer end users to carry out tasks, while arming managers with the tools needed to maintain visibility over the processes they are responsible for. Copyright Active Endpoints, Inc. Page 4 of 20

5 ActiveVOS Task Management Components ActiveVOS Central As process driven human tasks become an increasingly common part of day to day work, the ability to link these tasks with the request that initiated them becomes increasingly important. Having the ability to look up progress for ongoing work is equally important. When reviewing tasks, it is also likely that work might need to be initiated for others to carry out. And, it is necessary to be able to see reports that detail status and throughput. In other words, as process based applications become more and more common, users need a central place to interact with these business processes, to check on their status and to manage additional work that processes may require. To meet these needs, ActiveVOS includes ActiveVOS Central a rich Internet application that consolidates in one place the ability to initiate processes via forms or perform lookups for status of a request, carry out tasks and access reports to help users and managers better manage work. ActiveVOS Central is configurable and role based. Through configuration, you can organize navigation and make relevant to your users their tasks, reports that are pertinent to them and specific forms they can use to start a particular process. Initiating Processes ActiveVOS Central s request navigation pane is a launch pad for users wanting to initiate work by invoking a process. Users do so by selecting a request form from one or more folders that have been created for them. These folders are configured on a per role basis by an administrator or a developer using ActiveVOS Designer. In addition, roles can be associated with specific forms making it possible to enable role based task initiation. The following image shows the request navigation pane used to navigate to locate a form of interest. Copyright Active Endpoints, Inc. Page 5 of 20

6 Completing Tasks Using ActiveVOS Central s integrated and role based task list, users can: Claim and complete tasks assigned to them, and managers can assign or reassign tasks to users Quickly preview tasks and comment on tasks Attach documents and view comments provided by others on the task or in earlier steps of the process. Open multiple tasks in separate tabs allowing work on multiple tasks at once Organize work using simple filters for open or closed tasks, or filters pre configured for users by administrators to group tasks in arbitrary ways Copyright Active Endpoints, Inc. Page 6 of 20

7 When a task is selected, the form is displayed in a preview pane (shown above) and the user can process the task. Double clicking or selecting the Open in Tab action on the toolbar opens the form in a new tab as shown below. Copyright Active Endpoints, Inc. Page 7 of 20

8 Visibility through Reports The reports navigation pane consolidates access to ActiveVOS s dashboards and reports. As is the case for other ActiveVOS Central navigation panes, report availability can be configured by user role. Developers creating new reports using ActiveVOS Designer s Eclipsebased Business Intelligence and Reporting Tools (BIRT) reporting framework can easily configure access to their reports for users convenience in ActiveVOS Central. Developers can integrate ActiveVOS reports in portals and Web pages using ActiveVOS s ability to expose report execution or access to a cached report via a URL. ActiveVOS can also be used to generate reports and these to users according to a schedule. Among a number of options is the ability to specify optional report output format, allowing the report to be exposed as.pdf,.doc,.xls,.ppt or.xml formats, in addition to the default HTML format. Forms Auto Generation ActiveVOS Designer makes it easy for developers to create attractive, easy to use forms that have the look and feel they want. Forms design is fully integrated within ActiveVOS s development environment. Using ActiveVOS Designer, a developer creates request forms to initiate a Copyright Active Endpoints, Inc. Page 8 of 20

9 process or perform a status lookup of a running process, or task forms used to complete tasks. ActiveVOS Designer auto generates task and request forms. ActiveVOS forms are comprised of auto generated HTML and JavaScript. These forms use modern and standard approaches to constructing HTML pages that are styled through CSS style sheets. Auto generated forms can be deployed to the server as is, without any change no coding is required. It just works. HTML allows developers to leverage the skills they have today to create attractive task and process forms. HTML allows developers and the Web developers they work with to modify and visually enhance forms using the built in HTML editor or any HTML editor of the user s choice. The use of auto generated jquery based JavaScript makes it easy for developers to create sophisticated forms and customize them at will. Editing label text, selecting column styles, organizing content of the form and incorporating rich controls are performed directly on the canvas and property sheets. Forms are saved within the ActiveVOS Designer workspace in which they are defined, and are packaged and then deployed to the ActiveVOS Server Catalog along with the process. Copyright Active Endpoints, Inc. Page 9 of 20

10 ActiveVOS Designer also makes it possible to create information rich forms that mashup information from different sources including web pages via iframes or web services. This provides end users with contextual information that helps them complete a task or initiate a process. ActiveVOS Designer gives total control over the form s content, such as the ability to expose collapsible sections or tabs. Using ActiveVOS Designer or a favorite web page designer, developers can create a compelling and rich UI with little effort. Task forms call directly into the WS HumanTask service and request forms invoke the services exposed by ActiveVOS. As previously mentioned, forms can also embed the ability to invoke services to present contextual information to users. This approach to user interface creation eliminates the need to build and maintain a separate presentation tier on the application server. All that is required is HTML, Javascript and the services these consume. Task List RSS Feeds Businesses and their employees have a wide variety of office productivity tools at their disposal. Many of these tools (e.g. portals and mail clients) can integrate data from other applications by subscribing to RSS feeds. ActiveVOS automatically produces RSS and ATOM feeds for task lists. These tasks lists can then be easily integrated into RSS/ATOM aware productivity tools and portals. Copyright Active Endpoints, Inc. Page 10 of 20

11 JSON Binding ActiveVOS exposes its processes and services via the JavaScript Object Notation (JSON) binding in addition to SOAP, REST and JMS. The JSON binding is used by all ActiveVOS Central forms. This makes it easy for developers already familiar with JavaScript to invoke processes and obtain responses from them, freeing them from the need to learn and obtain SOAP libraries to build applications that leverage ActiveVOS service based processes. JavaScript developers can now use various libraries such as jquery that ships with ActiveVOS or others such as those offered with Microsoft Visual Studio 2008 to build process enabled applications. Of course, developers familiar with XML can continue to use the SOAP, REST and JMS bindings. Copyright Active Endpoints, Inc. Page 11 of 20

12 Integrating People, Processes and Services In this section we describe the concepts of tasks and notifications, task management capabilities, roles, forms and customization of ActiveVOS Central. Conceptual Overview of the OASIS WS HumanTask Standard The OASIS WS HumanTask standard and its companion BPEL4People BPEL version 2 extension are the standards that ActiveVOS implements to integrate people, processes and services. Human tasks, or simply tasks, enable the incorporation of people in service oriented applications that are built using ActiveVOS. In essence, tasks are services executed by people. Here, an approval task for a personal loan, which is an example of a human task, is outlined. The process starts with the processing of loan application information that has been gathered from a borrower by a customer service representative. If the loan amount exceeds a prescribed limit or risk or an anomaly is detected, a BPEL process will route the request to a person. It does so by creating a task for a specific individual or a group of individuals. Using WS HumanTask, this is achieved when the process invokes a human approval service (a person) that is responsible for performing the work in this case, an approval. When the process invokes the human approval service, a task is added to the task list of potential approvers. There may be one or more approvers. Approvers can then claim the task, evaluate the loan data and complete the task by either approving or rejecting it. If a single potential approver Copyright Active Endpoints, Inc. Page 12 of 20

13 exists, the task will automatically be assigned and auto claimed for that person. The approver s response returned to the process indicates whether the loan has been approved or not, and the process can then proceed to execute its remaining activities. A human task has two interfaces. One interface exposes the service offered by people (e.g. an approval service). The second interface allows the individual using a task list client like ActiveVOS Central to interact with tasks such as obtaining a list of tasks waiting for them or viewing the details of tasks. Tasks can be defined to react to timeouts, triggering an appropriate escalation action. This also holds true for notifications. A notification is a special type of human task that notifies users and managers of noteworthy business events. Notifications are one way. ActiveVOS s task management system simply issues notifications to individuals without waiting for an acknowledgement of receipt. Process People Activities A People activity represented here as a BPMN activity is a BPEL version 2 construct introduced by the BPEL4People specification. A People activity is used to create a task or a notification. It uses process variables as input and output to the task or notification. Copyright Active Endpoints, Inc. Page 13 of 20

14 Additionally properties of a People activity can be used to: Defer activation of a task, or expire a task. You can specify when a task becomes active. For example: Activation of this task is deferred until the time specified in its input data. You can specify the expiration of a task using a duration of time or a specific date. For example: This task expires if not completed within 14 days after having been activated. Specify the assignment of tasks to an individual, a group of individuals or a role Specify the priority of a task. The inputs to a task or a notification may include various elements of information in addition to attachments and comments from prior steps in the process. Task output capabilities are the same. Task Escalation, Reassignment, Notifications Tasks also have properties. You can define start and completion deadlines for a task as shown here. If a deadline is not met, a notification to the user can be issued, tasks can be reassigned, a service can be invoked to take specific action or can be sent. Copyright Active Endpoints, Inc. Page 14 of 20

15 These capabilities ensure that tasks are always handled on time. This is supplemented by built in task management reports and the ability to define reports that provides business users with the means to know the status of work directly from ActiveVOS Central. Assigning Users and Groups and Mapping Roles to Tasks and Notification A task or notification can be assigned to a specific user, a specific group of users or roles that when resolved at runtime, map to users and groups. ActiveVOS provides multiple means by which to make such assignments: they can be computed by the process dynamically or assigned statically at design time. They can also be resolved at runtime using an identity provider such as LDAP or performing a lookup in a database. Once resolved, a user s role is used by ActiveVOS Central to present navigational elements, forms, reports and task filters that have been assigned to that role, and the ActiveVOS task list presents tasks assigned or available to the user to work on. The construct used to perform the mapping is a Logical People Group. A Logical People Group is a named list that represents users or groups defined by an identity provider, such as your company s LDAP directory. ActiveVOS s Identity Service can be configured to perform user and Copyright Active Endpoints, Inc. Page 15 of 20

16 group resolution at runtime. Instead of naming the actual users or groups who can manage processes and tasks, you can refer indirectly to them from a Logical People Group. Doing so allows you to change the composition of groups without requiring a change to the process. A Logical People Group can also have parameters, such as customer service representatives from the eastern region, that can be associated with a query at deployment time. At runtime, the parameters get resolved. Rendering a Task Form A process can have a number of different tasks and notifications it presents to users. Each may have different inputs (fields, attachments, and comments) and tasks may likely differ in the output they return. How information is presented to a user is specified by what is called task and notification rendering. Rendering is the association of a user friendly form for the task s interface input and output messages. When a user views a task the details are displayed in an HTML form. A user reads the input information and uses a variety of form controls to enter and submit a response. ActiveVOS Central s task list uses this rendering information to present the correct form to users at runtime. ActiveVOS Task Rendering Creating and associating rendering forms is simple with ActiveVOS. When ActiveVOS Designer auto generates Task and Notification forms it automatically annotates the process with the information necessary for a task list client like ActiveVOS Central to select the appropriate form to show users at runtime. Auto Generated Rendering Forms The rendering auto generation performed by ActiveVOS Designer automates the creation of all visual HTML form elements for tasks, notification and request forms. The supporting and embedded JavaScript is also auto generated. Each part of the input, output and fault message structures received and returned to the process are auto generated. Copyright Active Endpoints, Inc. Page 16 of 20

17 ActiveVOS Designer automatically generates appropriate fields on forms using the data type information associated with input and output fields. Simple data types are rendered as HTML controls as follows: Data Type boolean numeric date datetime string xsi any enumeration HTML Control radio button text input text input (includes a date time chooser) 2 text input (includes date chooser & time chooser) text input text area (User must enter well formed xml content to pass validation) selection box Repeating elements are also supported. The use of HTML and JavaScript then makes it possible for developers to provide logic to the form to pre compute and provide sophisticated validation of form fields. Task Form Creation To start creating a task form, a developer selects the Create Form button from the task s Renderings tab, as shown below. The form is then ready to use and deploy immediately based on a default layout. Developers can then use the embedded HTML designer or tool of their choice to enhance the layout and look of the form. Copyright Active Endpoints, Inc. Page 17 of 20

18 Process Request Forms ActiveVOS Designer makes it easy for a developer to select a service interface and start designing the form used to invoke the process. It does so by automatically inspecting the process service interface which it presents to the developer as a list of input and output elements. It used this information to auto generate the form used to invoke the process or call an operation of the process to obtain status information for example. Customizing ActiveVOS Central Which forms, tasks and reports are displayed to a user role and which navigational elements are present is configured using the ActiveVOS Central Configuration document. Using ActiveVOS Designer developers generate a configuration document for all or specific processes to tailor user experience. This document provides the means by which to configure role based access to categories of requests, tasks and reports. When deployed configurations can be enabled or disabled as is the case for the configuration that ships with ActiveVOS. This provides an extremely powerful and declarative means to configure ActiveVOS Central. Copyright Active Endpoints, Inc. Page 18 of 20

19 This same approach to configuration is what enables ActiveVOS to support customization of help links, graphics and localization resource bundles required to support use of ActiveVOS Central and forms in multiple languages. Deploying Forms, Reports, and ActiveVOS Central Configurations Forms and ActiveVOS Central configurations deploy the same way as process definitions do: via web service based deployment, ANT based scripted deployment or file based deployment. Deploying changes to forms, reports and configurations is a simple point and click operation. A simple browser refresh or a user login in is all that is required for users to obtain access to the update. Summary ActiveVOS helps teams deliver unified and integrated business process applications that integrate people, processes and services in one easy touse product. This document described ActiveVOS task management components, the relationship between human and system activity and the means offered to end users and managers to carry out and manage work. ActiveVOS is a model based process development and execution system that allows developers, architects, project/development managers and business analysts collaborate on process design and implementation using the standardized Business Process Modeling (BPMN) notation. This collaboration extends to form design to create a rich and contextual user experience that helps users carry out their work. ActiveVOS Central then consolidates in one place the ability to initiate processes, carry out tasks, and access the information necessary to users and managers to better manage work. ActiveVOS makes it possible to use service oriented standards to combine people, processes and services into a unified whole. Using ActiveVOS, human activity is integrated into the business process in the same way as systems and services are integrated. The outcome of integrating people, processes and services is unsurpassed visibility into what s happening. This enables true business process management. Copyright Active Endpoints, Inc. Page 19 of 20

20 About Active Endpoints Active Endpoints, Inc., ( is a leading platform provider for building custom, service oriented business process applications. ActiveVOS, the company s flagship product, empowers project based development teams to create business process management (BPM) applications using services, making their businesses more agile and effective. ActiveVOS promotes mass adoption of SOAenabled BPM applications by focusing on accelerating project delivery time with a complete, affordable and easy to use system. Active Endpoints is headquartered in Waltham, MA with development facilities in Shelton, CT. To find out how Active Endpoints can help your business, visit call and press 1 for Sales, or us at info@activevos.com. Copyright Active Endpoints, Inc. Page 20 of 20

Orchestrating Document and Media Management using CMIS

Orchestrating Document and Media Management using CMIS Orchestrating Document and Media Management using CMIS Technical Note - Integrating ActiveVOS with Alfresco CMIS Services AN ACTIVE ENDPOINTS TECHNICAL NOTE 2009 Active Endpoints Inc. ActiveVOS is a trademark

More information

What's New in ActiveVOS 7.0

What's New in ActiveVOS 7.0 What's New in ActiveVOS 7.0 2009 Active Endpoints Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are the property of their respective owners. 2009 0 Contents

More information

Introduction to Business Model Simulation ActiveVOS Designer

Introduction to Business Model Simulation ActiveVOS Designer Introduction to Business Model Simulation ActiveVOS Designer 2010 Active Endpoints Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are the property of their

More information

What's New in ActiveVOS 9.1

What's New in ActiveVOS 9.1 What's New in ActiveVOS 9.1 2011 Active Endpoints Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are the property of their respective owners. 2011 0 Content

More information

ActiveVOS Server Architecture. March 2009

ActiveVOS Server Architecture. March 2009 ActiveVOS Server Architecture March 2009 Topics ActiveVOS Server Architecture Core Engine, Managers, Expression Languages BPEL4People People Activity WS HT Human Tasks Other Services JMS, REST, POJO,...

More information

IBM BPM V8.5 Standard Consistent Document Managment

IBM BPM V8.5 Standard Consistent Document Managment IBM Software An IBM Proof of Technology IBM BPM V8.5 Standard Consistent Document Managment Lab Exercises Version 1.0 Author: Sebastian Carbajales An IBM Proof of Technology Catalog Number Copyright IBM

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to

More information

Automating Rich Internet Application Development for Enterprise Web 2.0 and SOA

Automating Rich Internet Application Development for Enterprise Web 2.0 and SOA Automating Rich Internet Application Development for Enterprise Web 2.0 and SOA Enterprise Web 2.0 >>> FAST White Paper November 2006 Abstract Modern Rich Internet Applications for SOA have to cope with

More information

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. 20486B: Developing ASP.NET MVC 4 Web Applications Course Overview This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. Course Introduction Course Introduction

More information

Microsoft SharePoint Products & Technologies

Microsoft SharePoint Products & Technologies Tips & Tricks / SharePoint Page 1 of 2 Microsoft SharePoint Products & Technologies SharePoint Products and Technologies provide you enterprise-scale capabilities to meet businesscritical needs such as

More information

IBM Information Server

IBM Information Server IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01 IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01

More information

Terms and Definitions for CMS Administrators, Architects, and Developers

Terms and Definitions for CMS Administrators, Architects, and Developers Sitecore CMS 6 Glossary Rev. 081028 Sitecore CMS 6 Glossary Terms and Definitions for CMS Administrators, Architects, and Developers Table of Contents Chapter 1 Introduction... 3 1.1 Glossary... 4 Page

More information

Using BPM to Implement Services in Telecom and Media. Practical Advice and Insights from the Real World

Using BPM to Implement Services in Telecom and Media. Practical Advice and Insights from the Real World Using BPM to Implement Services in Telecom and Media Practical Advice and Insights from the Real World 1 GoToWebinar Housekeeping Click the double arrow to collapse the control panel Click the maximize

More information

Oracle WebLogic Thread Pool Tuning

Oracle WebLogic Thread Pool Tuning Oracle WebLogic Thread Pool Tuning AN ACTIVE ENDPOINTS TECHNICAL NOTE 2010 Active Endpoints Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are the property

More information

Microsoft Office SharePoint Designer 2007

Microsoft Office SharePoint Designer 2007 Microsoft Office SharePoint Designer 2007 February 2006 Table of Contents Overview of Microsoft Office SharePoint Designer 2007... 1 Build SharePoint Applications Quickly, Without Writing Server Code...

More information

Office SharePoint Server 2007

Office SharePoint Server 2007 Top 10 Benefits of WSS 3.0 Office SharePoint Server 2007 1. Improve team productivity with easy-to-use collaborative tools Connect people with the information and resources they need. Users can create

More information

Jitterbit Technical Overview : Microsoft Dynamics AX

Jitterbit Technical Overview : Microsoft Dynamics AX Jitterbit allows you to easily integrate Microsoft Dynamics AX with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

Reporting Services. White Paper. Published: August 2007 Updated: July 2008

Reporting Services. White Paper. Published: August 2007 Updated: July 2008 Reporting Services White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 Reporting Services provides a complete server-based platform that is designed to support a wide

More information

Enterprise Application Development in SharePoint 2010

Enterprise Application Development in SharePoint 2010 Artifacts, Components and Resources that Comprise the Employee Absence Tracking Application 11 Enterprise Application Development in SharePoint 2010 Development Note below, a version of this Employee Absence

More information

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules IBM Operational Decision Manager Version 8 Release 5 Getting Started with Business Rules Note Before using this information and the product it supports, read the information in Notices on page 43. This

More information

Process Modeling using BPMN 2.0

Process Modeling using BPMN 2.0 Process Modeling using BPMN 2.0 This chapter provides a brief overview of Business Process Modeling Notation (BPMN) concepts with particular emphasis on the BPMN 2.0 additions. In addition, it describes

More information

Business Process Management IBM Business Process Manager V7.5

Business Process Management IBM Business Process Manager V7.5 Business Process Management IBM Business Process Manager V7.5 Federated task management for BPEL processes and human tasks This presentation introduces the federated task management feature for BPEL processes

More information

FuegoBPM Archive Viewer 5 Documentation. Fuego, Inc.

FuegoBPM Archive Viewer 5 Documentation. Fuego, Inc. FuegoBPM Archive Viewer 5 Documentation Fuego, Inc. FuegoBPM Archive Viewer 5 Documentation by Fuego, Inc. Published January, 2005 - Version 5.5. Revision 10 - June, 2006. Copyright 2001-2006 Fuego, Inc.

More information

OpenText Information Hub (ihub) 3.1 and 3.1.1

OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1.1 meets the growing demand for analytics-powered applications that deliver data and empower employees and customers to

More information

ESB Versus ActiveVOS

ESB Versus ActiveVOS Comparing and Contrasting an Enterprise Service Bus with ActiveVOS AN ACTIVE ENDPOINTS PAPER 2011 Active Endpoints, Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product

More information

Oracle Forms Developer 10g: Build Internet Applications

Oracle Forms Developer 10g: Build Internet Applications Oracle University Contact Us: +966 1 1 2739 894 Oracle Forms Developer 10g: Build Internet Applications Duration: 5 Days What you will learn Leverage your investment by taking advantage of web technologies

More information

Intalio BPM. The first and only complete Open Source Business Process Management System

Intalio BPM. The first and only complete Open Source Business Process Management System Intalio BPM The first and only complete Open Source Business Process Management System Presenter Jason Howlett Process Expert Employee for Intalio EMEA Based in England Enabling Intalio customers to build

More information

BPMS BUYER S TOOL KIT. Sample Request for Proposal for a Business Process Management Suite. Part 1 of the complete BPMS Buyer s Tool Kit

BPMS BUYER S TOOL KIT. Sample Request for Proposal for a Business Process Management Suite. Part 1 of the complete BPMS Buyer s Tool Kit BPMS BUYER S TOOL KIT Sample Request for Proposal for a Business Process Management Suite Part 1 of the complete BPMS Buyer s Tool Kit TABLE OF CONTENTS Sample Request for Proposal... 3 1. Architecture

More information

Jitterbit Technical Overview : Salesforce

Jitterbit Technical Overview : Salesforce Jitterbit allows you to easily integrate Salesforce with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

Embedded BI made easy

Embedded BI made easy June, 2015 1 Embedded BI made easy DashXML makes it easy for developers to embed highly customized reports and analytics into applications. DashXML is a fast and flexible framework that exposes Yellowfin

More information

User Application: Design Guide

User Application: Design Guide www.novell.com/documentation User Application: Design Guide Designer for Identity Manager Roles Based Provisioning Tools 4.0.2 June 15, 2012 Legal Notices Novell, Inc. makes no representations or warranties

More information

The document may be freely distributed in its entirety, either digitally or in printed format, to all EPiServer Mail users.

The document may be freely distributed in its entirety, either digitally or in printed format, to all EPiServer Mail users. Copyright This document is protected by the Copyright Act. Changes to the contents, or partial copying of the contents, may not be done without permission from the copyright holder. The document may be

More information

What's New in BarTender 2016

What's New in BarTender 2016 What's New in BarTender 2016 WHITE PAPER Contents Introduction 3 64-bit BarTender Installation 3 Data Entry Forms 3 BarTender Integration Builder 3 BarTender Print Portal 3 Other Upgrades 3 64-bit BarTender

More information

Understanding Business Process Management

Understanding Business Process Management Title Page Understanding Business Process Management Version 8.2 April 2012 Copyright This document applies to webmethods Product Suite Version 8.2 and to all subsequent releases. Specifications contained

More information

Macromedia Dreamweaver 8 Developer Certification Examination Specification

Macromedia Dreamweaver 8 Developer Certification Examination Specification Macromedia Dreamweaver 8 Developer Certification Examination Specification Introduction This is an exam specification for Macromedia Dreamweaver 8 Developer. The skills and knowledge certified by this

More information

Workflow Conductor Widgets

Workflow Conductor Widgets Workflow Conductor Widgets Workflow Conductor widgets are the modular building blocks used to create workflows in Workflow Conductor Studio. Some widgets define the flow, or path, of a workflow, and others

More information

Subscribe to RSS in Outlook 2007. Find RSS Feeds. Exchange Outlook 2007 How To s / RSS Feeds 1of 7

Subscribe to RSS in Outlook 2007. Find RSS Feeds. Exchange Outlook 2007 How To s / RSS Feeds 1of 7 Exchange Outlook 007 How To s / RSS Feeds of 7 RSS (Really Simple Syndication) is a method of publishing and distributing content on the Web. When you subscribe to an RSS feed also known as a news feed

More information

Web Application Development for the SOA Age Thinking in XML

Web Application Development for the SOA Age Thinking in XML Web Application Development for the SOA Age Thinking in XML Enterprise Web 2.0 >>> FAST White Paper August 2007 Abstract Whether you are building a complete SOA architecture or seeking to use SOA services

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights ORACLE PRODUCT LOGO Session ID: 17202 Oracle Fusion Applications - Technology Essentials Overview Nadia Bendjedou Senior Director Product Strategy,

More information

Microsoft Dynamics CRM2015 Fast Track for developers

Microsoft Dynamics CRM2015 Fast Track for developers Microsoft Dynamics CRM2015 Fast Track for developers Eğitim Tipi ve Süresi: 5 Days ILT 5 Days VILT This course offers detailed and interactive information on how to develop extensions for Microsoft Dynamics

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

New, changed, or deprecated features

New, changed, or deprecated features Microsoft Dynamics AX 7 New, changed, or deprecated s This document provides a summary of new and changed s that have been implemented in Microsoft Dynamics 'AX 7'. It also includes deprecated notices

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

Microsoft SharePoint Products & Technologies

Microsoft SharePoint Products & Technologies Tips & Tricks / SharePoint Page 1 of 2 Microsoft SharePoint Products & Technologies SharePoint Products and Technologies provide you enterprise-scale capabilities to meet businesscritical needs such as

More information

SOA REFERENCE ARCHITECTURE: WEB TIER

SOA REFERENCE ARCHITECTURE: WEB TIER SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible

More information

Developing ASP.NET MVC 4 Web Applications MOC 20486

Developing ASP.NET MVC 4 Web Applications MOC 20486 Developing ASP.NET MVC 4 Web Applications MOC 20486 Course Outline Module 1: Exploring ASP.NET MVC 4 The goal of this module is to outline to the students the components of the Microsoft Web Technologies

More information

Salesforce Classic Guide for iphone

Salesforce Classic Guide for iphone Salesforce Classic Guide for iphone Version 37.0, Summer 16 @salesforcedocs Last updated: July 12, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

HP Systinet. Software Version: 10.01 Windows and Linux Operating Systems. Concepts Guide

HP Systinet. Software Version: 10.01 Windows and Linux Operating Systems. Concepts Guide HP Systinet Software Version: 10.01 Windows and Linux Operating Systems Concepts Guide Document Release Date: June 2015 Software Release Date: June 2015 Legal Notices Warranty The only warranties for HP

More information

Kaldeera Workflow Designer 2010 User's Guide

Kaldeera Workflow Designer 2010 User's Guide Kaldeera Workflow Designer 2010 User's Guide Version 1.0 Generated May 18, 2011 Index 1 Chapter 1: Using Kaldeera Workflow Designer 2010... 3 1.1 Getting Started with Kaldeera... 3 1.2 Importing and exporting

More information

Microsoft TMG Replacement with NetScaler

Microsoft TMG Replacement with NetScaler Microsoft TMG Replacement with NetScaler Replacing Microsoft Forefront TMG with NetScaler for Optimization This deployment guide focuses on replacing Microsoft Forefront Threat Management Gateway (TMG)

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 11.2 Last Updated: March 2014 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

Microsoft Office System Tip Sheet

Microsoft Office System Tip Sheet The 2007 Microsoft Office System The 2007 Microsoft Office system is a complete set of desktop and server software that can help streamline the way you and your people do business. This latest release

More information

Asset Track Getting Started Guide. An Introduction to Asset Track

Asset Track Getting Started Guide. An Introduction to Asset Track Asset Track Getting Started Guide An Introduction to Asset Track Contents Introducing Asset Track... 3 Overview... 3 A Quick Start... 6 Quick Start Option 1... 6 Getting to Configuration... 7 Changing

More information

Bitrix Site Manager 4.1. User Guide

Bitrix Site Manager 4.1. User Guide Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

Ultimus Adaptive BPM Suite V8

Ultimus Adaptive BPM Suite V8 Ultimus Adaptive BPM Suite V8 ENTERPRISE BUSINESS PROCESS MANAGEMENT SOFTWARE PLATFORM 2 PRODUCT OVERVIEW The Ultimus Adaptive BPM Suite is a complete, enterprise software application designed to create

More information

Fast Track Your BPM Projects: Tools and Techniques for IT

Fast Track Your BPM Projects: Tools and Techniques for IT Fast Track Your BPM Projects: Tools and Techniques for IT John Cingari, Chief Marketing Officer, Active Endpoints Sandy Kemsley, Kemsley Design, Ltd. Michael Rowley, Chief Technology Officer, Active Endpoints

More information

Nintex Forms 2013 Help

Nintex Forms 2013 Help Nintex Forms 2013 Help Last updated: Friday, April 17, 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

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Course M20486 5 Day(s) 30:00 Hours Developing ASP.NET MVC 4 Web Applications Introduction In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools

More information

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Contents Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Time for action - Viewing the mobile sample site 2 What just happened 4 Time for Action - Mobile device redirection

More information

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions Bitrix Site Manager 4.0 Quick Start Guide to Newsletters and Subscriptions Contents PREFACE...3 CONFIGURING THE MODULE...4 SETTING UP FOR MANUAL SENDING E-MAIL MESSAGES...6 Creating a newsletter...6 Providing

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

SQL Server 2005 Reporting Services (SSRS)

SQL Server 2005 Reporting Services (SSRS) SQL Server 2005 Reporting Services (SSRS) Author: Alex Payne and Brian Welcker Published: May 2005 Summary: SQL Server 2005 Reporting Services is a key component of SQL Server 2005. Reporting Services

More information

MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0

MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0 MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0 Disclaimer The complete content of this document is subject to the general terms and conditions of Colygon as of April 2011. The

More information

Notes on how to migrate wikis from SharePoint 2007 to SharePoint 2010

Notes on how to migrate wikis from SharePoint 2007 to SharePoint 2010 Notes on how to migrate wikis from SharePoint 2007 to SharePoint 2010 This document describes the most important steps in migrating wikis from SharePoint 2007 to SharePoint 2010. Following this, we will

More information

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Credit-By-Assessment (CBA) Competency List Written Assessment Competency List Introduction to the Internet

More information

A Closer Look at BPM. January 2005

A Closer Look at BPM. January 2005 A Closer Look at BPM January 2005 15000 Weston Parkway Cary, NC 27513 Phone: (919) 678-0900 Fax: (919) 678-0901 E-mail: info@ultimus.com http://www.ultimus.com The Information contained in this document

More information

Key Benefits of Microsoft Visual Studio 2008

Key Benefits of Microsoft Visual Studio 2008 Key Benefits of Microsoft Visual Studio 2008 White Paper December 2007 For the latest information, please see www.microsoft.com/vstudio The information contained in this document represents the current

More information

Business Insight Getting Started Guide

Business Insight Getting Started Guide Business Insight Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software, Inc. All other products

More information

Oracle Service Bus Examples and Tutorials

Oracle Service Bus Examples and Tutorials March 2011 Contents 1 Oracle Service Bus Examples... 2 2 Introduction to the Oracle Service Bus Tutorials... 5 3 Getting Started with the Oracle Service Bus Tutorials... 12 4 Tutorial 1. Routing a Loan

More information

Oracle Intro Slide. Why Upgrade from Agile Advantage/8.5 to Agile 9.3 PLM?

Oracle Intro Slide. Why Upgrade from Agile Advantage/8.5 to Agile 9.3 PLM? Oracle Intro Slide Why Upgrade from Agile Advantage/8.5 to Agile 9.3 PLM? Topics Status of Agile Advantage/Agile 8.5 9.3 Client UI Enhancements with Agile PLM Agile 9.3 Footprint Business Intelligence

More information

ElegantJ BI. White Paper. The Enterprise Option Reporting Tools vs. Business Intelligence

ElegantJ BI. White Paper. The Enterprise Option Reporting Tools vs. Business Intelligence ElegantJ BI White Paper The Enterprise Option Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence and Data Management www.elegantjbi.com ELEGANTJ

More information

Portals and Hosted Files

Portals and Hosted Files 12 Portals and Hosted Files This chapter introduces Progress Rollbase Portals, portal pages, portal visitors setup and management, portal access control and login/authentication and recommended guidelines

More information

CA Identity Manager. Glossary. r12.5 SP8

CA Identity Manager. Glossary. r12.5 SP8 CA Identity Manager Glossary r12.5 SP8 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

ACE: Dreamweaver CC Exam Guide

ACE: Dreamweaver CC Exam Guide Adobe Training Services Exam Guide ACE: Dreamweaver CC Exam Guide Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation

More information

Service Desk Edition

Service Desk Edition Service Desk Edition isupport - Overview isupport helps you to perform functions such as creating and managing incidents, entering and searching for knowledge entries and FAQs, tracking assets, customers,

More information

IBM Digital Experience. Using Modern Web Development Tools and Technology with IBM Digital Experience

IBM Digital Experience. Using Modern Web Development Tools and Technology with IBM Digital Experience IBM Digital Experience Using Modern Web Development Tools and Technology with IBM Digital Experience Agenda The 2015 web development landscape and IBM Digital Experience Modern web applications and frameworks

More information

SAP BusinessObjects Design Studio Overview. Jie Deng, Product Management Analysis Clients November 2012

SAP BusinessObjects Design Studio Overview. Jie Deng, Product Management Analysis Clients November 2012 SAP BusinessObjects Design Studio Overview Jie Deng, Product Management Analysis Clients November 2012 Legal Disclaimer 2 SAP BusinessObjects Dashboarding Strategy Self Service Dashboarding Professional

More information

Fogbeam Vision Series - The Modern Intranet

Fogbeam Vision Series - The Modern Intranet Fogbeam Labs Cut Through The Information Fog http://www.fogbeam.com Fogbeam Vision Series - The Modern Intranet Where It All Started Intranets began to appear as a venue for collaboration and knowledge

More information

SENSE/NET 6.0. Open Source ECMS for the.net platform. www.sensenet.com 1

SENSE/NET 6.0. Open Source ECMS for the.net platform. www.sensenet.com 1 SENSE/NET 6.0 Open Source ECMS for the.net platform www.sensenet.com 1 ABOUT THE PRODUCT: SENSE/NET 6.0 About the product 2 KEY FEATURES Workspaces-based collaboration Document management Office integration

More information

Microsoft Power BI for Office 365 Provisioning Guide

Microsoft Power BI for Office 365 Provisioning Guide Microsoft Power BI for Office 365 Provisioning Guide This documentation is for preview only, and is subject to change in future releases. 2013 Microsoft Corp. All rights reserved. How to provision Microsoft

More information

Design and Functional Specification

Design and Functional Specification 2010 Design and Functional Specification Corpus eready Solutions pvt. Ltd. 3/17/2010 1. Introduction 1.1 Purpose This document records functional specifications for Science Technology English Math (STEM)

More information

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1 Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

TIBCO ActiveMatrix BPM - Integration with Content Management Systems

TIBCO ActiveMatrix BPM - Integration with Content Management Systems TIBCO ActiveMatrix BPM - Integration with Content Management Systems Software Release 3.0 May 2014 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information

Composite.Community.Newsletter - User Guide

Composite.Community.Newsletter - User Guide Composite.Community.Newsletter - User Guide Composite 2014-11-19 Composite A/S Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.composite.net Contents 1 INTRODUCTION... 4 1.1 Who Should Read This

More information

Embed BA into Web Applications

Embed BA into Web Applications Embed BA into Web Applications This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright 2014 Pentaho Corporation.

More information

SAP BusinessObjects Design Studio Deep Dive. Ian Mayor and David Stocker SAP Session 0112

SAP BusinessObjects Design Studio Deep Dive. Ian Mayor and David Stocker SAP Session 0112 SAP BusinessObjects Design Studio Deep Dive Ian Mayor and David Stocker SAP Session 0112 Legal Disclaimer 2013 SAP AG. All rights reserved. 2 SAP BusinessObjects Client Tools Build Custom Experiences Dashboards

More information

ActiveVOS Performance Tuning

ActiveVOS Performance Tuning ActiveVOS Performance Tuning Technical Note V1.2 AN ACTIVE ENDPOINTS TECHNICAL NOTE 2011 Active Endpoints Inc. ActiveVOS is a trademark of Active Endpoints, Inc. All other company and product names are

More information

Jitterbit Technical Overview : Microsoft Dynamics CRM

Jitterbit Technical Overview : Microsoft Dynamics CRM Jitterbit allows you to easily integrate Microsoft Dynamics CRM with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

PLATFORM. Web Content Management and Digital Marketing for Higher Education. Everything You Need from a Great Enterprise CMS CONTENT MANAGEMENT

PLATFORM. Web Content Management and Digital Marketing for Higher Education. Everything You Need from a Great Enterprise CMS CONTENT MANAGEMENT Web Content Management and Digital Marketing for Higher Education COMMUNICATION & MARKETING MEASUREMENT & ANALYSIS CONTENT MANAGEMENT PLATFORM INTEGRATION & DEVELOPMENT WEB, MOBILE, & SOCIAL UNIFICATION

More information

SYSPRO Reporting Services

SYSPRO Reporting Services SYSPRO Reporting Services Desktop to the Boardroom Preview Document Introduction SYSPRO Reporting Services is the next-generation reporting system planned to replace all standard reports within the SYSPRO

More information

Microsoft 311 Service Center accelerator Demo Script

Microsoft 311 Service Center accelerator Demo Script MICROSOFT 311 SERVICE CENTER DEMO SCRIPT 1 DEMO NOTES 3 OVERVIEW 4 END USER ROLES IN THE LIFECYCLE OF A SERVICE REQUEST 4 HIGH LEVEL DEMONSTRATION FLOW 5 CITIZEN PORTAL OVERVIEW 6 CITIZEN INTERACTION WITH

More information

isupport 15 Release Notes

isupport 15 Release Notes isupport 15 Release Notes This document includes new features, changes, and fixes in isupport v15. The Readme.txt file included with the download includes a list of known issues. New Features in isupport

More information

HP Service Manager software

HP Service Manager software HP Service Manager software The HP next generation IT Service Management solution is the industry leading consolidated IT service desk. Brochure HP Service Manager: Setting the standard for IT Service

More information

Integrating People, Processes and Systems: Tools and Best Practices for IT Project Teams

Integrating People, Processes and Systems: Tools and Best Practices for IT Project Teams Integrating People, Processes and Systems: Tools and Best Practices for IT Project Teams John Cingari, Chief Marketing Officer, Active Endpoints Neil Ward-Dutton, Research Director, MWD Advisors Michael

More information

Sage Integration Cloud Technology Whitepaper

Sage Integration Cloud Technology Whitepaper Sage Integration Cloud Technology Whitepaper Sage Christian Rubach July 21, 2016 Abstract Sage is committed to providing businesses around the world the information, insight and tools they need to succeed.

More information

ORACLE ADF MOBILE DATA SHEET

ORACLE ADF MOBILE DATA SHEET ORACLE ADF MOBILE DATA SHEET PRODUCTIVE ENTERPRISE MOBILE APPLICATIONS DEVELOPMENT KEY FEATURES Visual and declarative development Java technology enables cross-platform business logic Mobile optimized

More information

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper June 2011 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information