ServiceNow Platform Technical Overview. White Paper

Size: px
Start display at page:

Download "ServiceNow Platform Technical Overview. White Paper"

Transcription

1 ServiceNow Platform Technical Overview

2 Executive Summary This white paper looks at the required characteristics of such an apaas platform. It then examines in detail how ServiceNow provides these essential capabilities, delivering a unified, cloud-based application platform that radically simplifies the task of developing custom applications and migrating them to the cloud. Today, large enterprises are moving their off-the-shelf applications to the cloud at an ever-increasing pace. This has significant benefits, including vastly increased agility and elimination of management complexity. Cloud service providers now provide robust, secure platforms that deliver the enterprise-grade capabilities which make this possible. However, enterprises need more than packaged applications. The typical enterprise has hundreds of custom applications, many of which are implemented on isolated legacy platforms. These siloed applications often exist within individual departments, creating major challenges. Because these custom applications are disconnected and unmanaged, enterprises find it extremely difficult to integrate their end-to-end business processes, face regulatory issues, and cannot create a single system of record that unifies and unlocks the value of their enterprise data. Transitioning these custom applications to a unified cloud environment is a major development undertaking today. While traditional cloud hosting models abstract away the complexity of hardware and software infrastructure, they do not address the development process itself. What is needed is a cloud hosting model that delivers an application platform as a service (apaas). This must radically simplify the development of custom applications by providing a complete application framework, including standardized building blocks that enterprises can use to construct applications. At the same time, this model must provide all of the benefits associated with traditional cloud service providers. This white paper looks at the required characteristics of such an apaas platform. It then examines in detail how ServiceNow provides these essential capabilities, delivering a unified, cloud-based application platform that radically simplifies the task of developing custom applications and migrating them to the cloud. ServiceNow 2

3 Today, enterprises are moving their applications to the cloud at an increasing pace. Their goal is straightforward to make it easier to deploy and manage applications. The Custom Application Challenge A large enterprise is a complex organization with many interrelated business functions. Some of these functions are found across enterprises for instance, human resources, supply chain and finance. However, each enterprise also has its own unique business processes. Many of these processes are in fact mission-critical they provide essential organizational capabilities and create competitive advantages. To address widely-implemented business functions, enterprises typically use off-theshelf solutions such as customer relationship management (CRM) and human capital management (HCM) software. However, they also need custom applications to meet their own unique business requirements. A large enterprise often has dozens of these in-house applications or even hundreds. Many of these applications are developed by individual departments within the enterprise. These range from simple spreadsheets through to tools built using legacy Notes or Access technology. Departmental teams do this out of necessity to date, IT has rarely had the resources needed to deliver hundreds of applications on demand. However, this proliferation of siloed custom applications has serious consequences. It directly affects an enterprise s ability to run and grow their business, innovate, and meet regulatory requirements. They find it difficult to integrate, streamline and enhance their business processes and lack a single system of record that unifies and unlocks the value of their enterprise data. Does Cloud Help? Today, enterprises are moving their applications to the cloud at an increasing pace. Their goal is straightforward to make it easier to deploy and manage applications. The ultimate example of this is Software as a Service (SaaS), where a vendor rents out software running on a cloud-based platform. The vendor takes complete responsibility for availability, performance, upgrades, security and data backup. The enterprise no longer has to maintain the software they simply use it. However, the SaaS model is only designed for off-the-shelf software. A different approach is required when hosting custom applications. Currently, two different types of cloud provider address this need: Infrastructure as a Service (IaaS) providers abstract away the complexity of hardware infrastructure. They provide rapid, simplified provisioning of virtual servers and storage, giving enterprises access to computing capacity on demand. This is sometimes little more than a bare-metal service enterprises are left to install and maintain platform components and applications. Examples of this type of provider include Amazon AWS and Rackspace. Platform as a Service (PaaS) providers move abstraction further up the stack. In addition to hardware virtualization, they also provide basic platform components such as web servers, databases and application servers. They curate all of these components, taking responsibility for availability, performance and upgrades. In addition, they typically offer a cloud-based version of a traditional development environment such as.net or Java. Windows Azure and Heroku are two well-known examples of this type of provider. Both IaaS and PaaS provide value. They greatly reduce the effort needed to manage hardware infrastructure and software platforms. This translates into lower IT costs and increased agility. However, neither model addresses the core development issue: How can enterprises radically reduce the time needed to build custom applications? ServiceNow 3

4 apaas Capability Checklist: Automatic application creation Standardized components Data-driven behavior Graphical configuration tools Fully programmable Standard programming tools Multi-application Data-driven interfaces Rich integration support Enterprise-grade security Available and scalable Fully managed With IaaS and PaaS, developers still have to deal with disconnected APIs and complex stacks that sap their productivity. Boilerplate application functionality such as basic user interfaces, notification mechanisms and workflow is re-implemented again and again. As a result, developers spend most of their time rebuilding application infrastructure rather than creating business value. There must be a better solution Figure 1: The Cloud Services Value Pyramid Application Platform as a Service (apaas) To create an efficient custom application factory, enterprises need a cloud-based application platform that eliminates unnecessary development complexity. The goal of such an apaas platform is to reduce time-consuming, repetitive application development tasks so that developers can focus on coding unique, high-value business logic. To achieve this goal, an ideal apaas platform must have the following capabilities and characteristics: Automatic application creation: The platform must be able to create and run a basic MVC application with minimal data input. This must include create, read, update and delete (CRUD) functionality. This avoids having to re-create basic application infrastructure every time a new application is built. Standardized components: When the platform creates an application, it must use standardized components not code that it generates on the fly. This ensures that application components are tested and upgradable, and that their behavior can be managed consistently across applications. Data-driven behavior: Developers must be able to configure the behavior of application components using metadata. This allows them to adapt component behavior to meet the specific requirements of each application. This approach greatly simplifies mundane development activities, so that developers focus their coding efforts on delivering application value. Graphical configuration tools: The platform must have intuitive graphical tools that simplify and accelerate metadata creation. These tools must be an integral part of every application component. Providing these tools increases development efficiency, eliminates metadata errors, and shields developers from the underlying metadata syntax. ServiceNow 4

5 To create an efficient custom application factory, enterprises need a cloud-based application platform that eliminates unnecessary development complexity. Fully programmable: An apaas platform must not limit application capabilities or developer creativity. Its goal is to simplify creation of basic application infrastructure while still giving developers full expressive power. Developers must be able to code new functionality, as well as programmatically extend existing platform components. Standard programming tools: The platform must use standard tools and languages such as JavaScript so that developers leverage their existing coding skills. It has avoid proprietary approaches, since these result in long learning curves and skills shortages. Multi-application: The platform must support multiple custom applications on a single system of record. This allows enterprises to unlock synergistic value across applications. It also gives end-users consistent, unified access to all of their enterprise services. Data-driven interfaces: While an apaas platform needs to support multiple applications, it must also provide clear separation between them to avoid unwanted dependencies and spaghetti code. In practice, this means that interactions between applications must be mediated through a shared data services layer that contains persistent state information and other related data. Rich integration support: the platform must not create an island of custom applications. It must be able to integrate easily with other enterprise systems, including both packaged software applications and IT infrastructure. For example, consider a custom employee-onboarding application running on an apaas platform. This needs to touch multiple off-the-shelf systems such as human resources and payroll as well as provision directories and other IT systems with employee data. Enterprise-grade security: An apaas platform must provide the same level of security as any other enterprise software platform. Furthermore, since the platform exists in the cloud, it must also ensure security when it interacts with systems in the enterprise data center. Available and scalable: An apaas platform must deliver high availability and ondemand scalability, just like any other cloud-hosting platform. However, unlike other hosting models, an apaas service provider needs to take responsibility for the scalability and availability of the application infrastructure itself not just the underlying virtualized platform. Fully managed: Similarly, an apaas provider needs to manage the hosted environment. This includes maintaining and upgrading standardized application components not just the underlying platform software. In reality, this means that all application-specific data including metadata and code must be held within the platform s data services layer and managed by the apaas provider to ensure upgradability and portability. ServiceNow 5

6 ServiceNow simplifies the complex task of building custom enterprise applications, giving developers the capabilities they need to radically accelerate application development. Introducing the ServiceNow Platform ServiceNow is the industry s first fully functional apaas platform, and is currently in use with thousands of leading enterprises around the globe. ServiceNow simplifies the complex task of building custom enterprise applications, giving developers the capabilities they need to radically accelerate application development. With ServiceNow, enterprises build applications in a fraction of the time needed for traditional development, consolidating all of their custom applications into a unified, reliable and fully managed cloud environment. Building a Basic ServiceNow Application The best way to understand how ServiceNow simplifies development is to look at how a developer creates a basic ServiceNow application. First, the developer defines a data schema. Typically, this is not a trivial activity the schema needs to be well defined and clearly linked to the application requirements. This is no different from any other application development approach, and requires the same level of developer knowledge and experience. Once the developer has defined the schema, however, the power of ServiceNow becomes clear. They simply enter the schema using a built-in graphical tool, and ServiceNow automatically creates all of the corresponding database tables, fields and relationships, which can then be accessed through ServiceNow s object-oriented data services layer. As it does this, it also builds a complete MVC application that includes both client-side interfaces and server-side CRUD logic. The application is fully functional and ready to run without any further inputs. This basic application provides a complete and fully extensible foundation for subsequent application development. Developers do not have to spend large amounts of time bootstrapping basic application functionality. This vastly increases productivity, freeing developers to focus on core application logic. It also enhances application quality, since it eliminates a large number of laborious, repetitive and error-prone task. Figure 2: Create a new application Figure 3: Enter the data schema Figure 4: Run the application ServiceNow 6

7 Turning SQL into Objects ServiceNow eliminates the effort and pain of object-relational mapping by automatically encapsulating its database in an object-oriented data services layer. Developers no longer have to create and maintain consistent SQL, XML and Java code. Instead, they define the data model using intuitive graphical tools, and then access the data using a simple dot notation for example, table1. table2.field. This approach eliminates time-consuming and error-prone boilerplate mapping activities. Because the object-relational mapping is defined in one place, ServiceNow is able to automatically update all of its behaviors to reflect data model changes. Web services, user interfaces and data import mechanisms are all driven by a consistent set of validation rules. For instance, when a rule such as field X is only required when field Y is A is added, ServiceNow applies the same rule everywhere. There is no need to add validation logic at multiple points in the code. ServiceNow s object-relational mapping approach also has significant architectural advantages. For example, ServiceNow directs log data into MongoDB, while leaving other types of data in MySQL. This provides superior performance, but is completely transparent to the developer the data is accessed the same way, no matter what the underlying storage mechanism. Configurable Components The basic application that ServiceNow builds from the data schema consists of a number of components. These components are standard across applications ServiceNow does not generate application-specific code. Instead, the behavior of each component is fully configurable on a per application basis, and the component can also be extended programmatically using JavaScript. An Component Example: Forms & Lists ServiceNow applications include client-side forms for data entry and retrieval. By default, there is one form for every object in the application this contains all of the object s displayable attributes. ServiceNow also creates a list screen for the object, which allows users to browse, filter, create and delete object instances. This functionality is provided by a Forms & Lists component. This is a generic component used by all applications. It contains all of the logic needed to implement forms and lists, but does not have any application-specific knowledge. Instead, its behavior is controlled by metadata on a per application basis. This metadata is generated when ServiceNow builds the application. However, this metadata only specifies default behaviors. For example, all of the object s displayable attributes are simply shown in a vertical list. In most cases, these default behaviors do not satisfy the exact requirements of the application. For instance, the developer may need to change the form layout or hide certain fields. They may also want to include data from related objects, or restrict field values using picklists. To address this, the Forms & Lists component includes a graphical configuration tool. This tool makes it easy to modify a form s layout, data content, and behavior. When a developer does make changes, the configuration tool updates the corresponding metadata. The Forms & Lists component then interprets the metadata when the application runs, and modifies the forms accordingly. Figure 5: Graphical integration tool Components Share a Common Pattern The Forms & Lists example illustrates a pattern that is shared by many ServiceNow components numerous client-side and server-side components behave in a similar way. One example of this is the UI Actions component, which lets developers incorporate active elements such as buttons into forms. Again, this is a generic component that is configured using a graphical tool which creates application-specific metadata. ServiceNow 7

8 Components or Aspects? For those familiar with aspectoriented programming, ServiceNow s application components are analogous in some ways to aspects and deliver many of the same benefits. In aspect-oriented programming, crosscutting concerns for example, security checks or logging are coded as separate aspects. These aspects are then transparently inserted at join points in the core business logic. This is intended to isolate the core logic, providing clear separation of concerns. Similarly, ServiceNow s application components also deal with cross-cutting concerns. They isolate the main business logic from these concerns, reducing code complexity and increasing quality. However, separating crosscutting concerns is often difficult, particularly if this is done programmatically. In many cases, the aspect needs to understand the main business logic. For example, consider the Forms & Lists component discussed previously. This needs to know all of the tables and fields associated with a particular application. If this knowledge were implemented programmatically in an aspect even through inheritance the concerns would become entangled, defeating the purpose. ServiceNow overcomes this issue by using metadata-driven components. Using this approach, components exhibit application-specific behaviors while still remaining generic. The result is better separation and better applications. ServiceNow Supports Extensive Programming Capabilities No application development platform should limit a developer s ability to implement application functionality. One of the key concerns with a purely data-driven approach to application development is that it significantly restricts a developer s expressive power. At best, application functionality is limited to what can be defined in the metadata. At worst, the application is constrained by the capabilities of the graphical tools that expose the metadata. Because of this, ServiceNow gives developers complete flexibility to extend application behavior programmatically. Most ServiceNow components have extension points where developers can integrate code using JavaScript. By combining a data-driven approach with coding, ServiceNow gives developers the best of both worlds they can save time through configuration while retaining complete flexibility through code. These extensions are available at almost every level in the application stack using JavaScript both on the server and client side. For instance, developers can create complex presentation logic and bind this directly into the application client. Using this approach, a standard ServiceNow form can be transformed to provide custom functionality, or to align with a specific look and feel. A real-world example of this is shown below. Here, developers at Brigham Young University have completely modified the behavior and appearance of a ServiceNow instance to provide a student portal that is fully consistent with their overall branding and information architecture. Figure 6: Example of Brigham Young University student portal Implementing Server-Side Logic ServiceNow takes the same consistent approach to both server-side logic and client-side logic. Developers can configure functionality using graphical tools, or they can implement it programmatically. They are also able to combine the two approaches giving them complete flexibility. To program server-side logic on ServiceNow, developers create business rules using JavaScript. These rules execute when the data services layer is accessed, and can be ServiceNow 8

9 ServiceNow includes a rich ecosystem of components and capabilities. Taken together, these give developers a comprehensive set of tools that simplify and accelerate development, while providing the flexibility to configure and code business logic without restrictions. configured to run before or after the data operation. In many ways, this is very similar to the way that a relational trigger works. However, it is much more powerful ServiceNow triggers a complete JavaScript object that has access to the full set of platform capabilities. A sample business rule is shown in the figure below. Figure 7: Sample business rule When coding business rules, developers can directly access capabilities provided by ServiceNow s built-in components. One example is ServiceNow s Glide API, which gives developers powerful capabilities to access and manipulate groups of data records through ServiceNow s data services layer. Commonly Used ServiceNow Components ServiceNow includes a rich ecosystem of components and capabilities. Taken together, these give developers a comprehensive set of tools that simplify and accelerate development, while providing the flexibility to configure and code business logic without restrictions. Some of the most commonly used components and capabilities within this ecosystem are shown in the figure below. Custom Applications Platform Components Figure 8: Sample of ecosystem showing commonly used components and capabilities ServiceNow 9

10 Using ServiceNow s intuitive drag and drop workflow designer, developers can set up complete state-driven workflows. The Workflow Engine One of the most widely used ServiceNow components is the workflow engine. This is used to implement server-side business logic. Developers are not required to use this they can code all of an application s business logic just by using JavaScript business rules. However, the workflow engine can dramatically simplify business logic implementation. Using ServiceNow s intuitive drag and drop workflow designer, developers can set up complete state-driven workflows. Just like business rules, the workflows are triggered by data changes made through ServiceNow s data services layer, including insertions, updates and deletions. They also have access to the same rich palette of components that are available to JavaScript business rules these can simply be dragged into the workflow during the design process. Developers can also extend workflows programmatically by integrating JavaScript into individual workflow nodes. Using this approach, developers can in effect code business rules into the overall workflow framework. In addition, developers can also invoke other types of scripts from the workflow engine when required. An example of a ServiceNow workflow is shown in the figure below. Figure 9: Example of a ServiceNow workflow The Service Catalog ServiceNow s Service Catalog is another widely-used component. This gives users a way to request corporate services without having to understand how their request is fulfilled. This is a concept borrowed from IT, which ServiceNow extends across all corporate and IT services. For example, an enterprise s marketing department might create an application that handles assignment of marketing assets for instance, display stands or audiovisual equipment to specific events such as trade shows or customer presentations. While the marketing department uses the application directly, they also need to receive requests for marketing assets from sales. Rather than giving sales full access to the application, they simply add a request template to the Service Catalog. When they do this, the corresponding service is automatically displayed whenever sales or any other authorized user accesses the Service Catalog. This gives sales a familiar way of requesting marketing assets, since the new service is simply displayed alongside all of the other services that they already use. When a user submits a request from the Service Catalog, the data is associated with the request is written through the data services layer into the corresponding application data store. At this point, the application can carry out further manual or automated ServiceNow 10

11 Understanding Components ServiceNow has a component-based architecture, but many of these components work in familiar ways. This makes it easy for developers to come up to speed quickly, since they do not have to learn a new development paradigm. Where appropriate, components provide an object-oriented API that developers can access directly from their code. One example of this is the Glide API, which provides access to ServiceNow s data services layer. This acts much like the libraries found in traditional programming environments. Other components behave like small applications. They interact with custom applications through the data services layer. This approach provides abstracts away the underlying implementation details of the component, creating a clean data-driven interface to the capabilities that the component provides. The Service Catalog is one example of this type of component. Custom applications are also built using components. These configurable components act as building blocks, which ServiceNow assembles to create the application. One example of this types of components is Forms & Lists. In some cases, components provide multiple types of interfaces for example, data-driven and API-based. This allows the same consistent functionality to be integrated in different ways into an application, giving developers the ability to choose the best method for their particular needs. processing. For example, the marketing application could be triggered when its request data is updated, at which point it could send a notification to the marketing person who owns that equipment. Alternatively, marketing staff could simply retrieve and process new requests when they log in to the marketing application. As with other components, the Service Catalog can be configured to provide applicationspecific functionality. For example, a request for marketing assets might require additional information not found in other types of requests. To implement this additional information, the developer simply needs to configure the additional fields using the Service Catalog s built-in configuration GUI. While the Service Catalog is a component, it is also really a small built-in ServiceNow application. The way it interacts with custom applications is similar to the way that custom applications interact with each other. Specifically, communication between custom applications is mediated through shared data in ServiceNow s data services layer, providing clear functional separation between applications. Figure 10: Example of a ServiceNow workflow Additional Platform Capabilities ServiceNow delivers a number of additional capabilities that simplify application development, deployment and use. These are in addition to the wide range of components that ServiceNow provides for developers. Application Portability: All of the data associated with a ServiceNow application is persistently stored in the ServiceNow data services layer. This includes application data, metadata and JavaScript code. All of the data can be exported into an XML format, and then subsequently restored to another ServiceNow instance. This makes it easy to move applications from development to production platforms during deployment, and also simplifies cloning of production systems for development and test purposes. Mobile device support: ServiceNow includes comprehensive mobile support. It automatically recognizes different types of mobile devices, and renders the most appropriate screen designs for each device s form factor. Developers can define device-specific layouts when configuring the user interface, which ServiceNow then stores as metadata associated with the application. Developers are free to modify all aspects of a screen s design, including both layout and data elements. This makes it easy to support mobile-specific use cases, or to design simplified mobile interfaces that are not overburdened with an impractical level of detail. ServiceNow 11

12 ServiceNow is designed as an enterprise-grade cloud platform, providing the scalability, security and availability needed for mission-critical applications. It also provides extensive integration capabilities through Web services, as well as through a broad range of other mechanisms. Built-in reporting and analytics: With ServiceNow, developers can create a wide range of application-specific reports using built-in graphical tools. They have access to a broad palette of graphical elements, including pie, bar, line, Pareto, box and trend charts. Other available chart elements include calendars, pivot tables, availability charts and histograms. They can also control which users or user groups have access to specific reports or this can be configured by the system administrator at any time. ServiceNow supports both scheduled and on-demand reports, and can export reports in PDF, Excel, PNG or CSV format. Users with appropriate permissions can also define and run their own reports they do not have to go back to development when they need additional report types. Architectural Benefits Architectural considerations are as important as development needs when selecting an apaas platform. ServiceNow is designed as an enterprise-grade cloud platform, providing the scalability, security and availability needed for mission-critical applications. It also provides extensive integration capabilities through Web services, as well as through a broad range of other mechanisms. Availability, Reliability and Scalability ServiceNow runs in an advanced high availability cloud that delivers world-class reliability and scalability. This provides full redundancy and fault tolerance for the entire ServiceNow application and platform stack, including electrical, cooling, network, security and server infrastructure. Customer instances run in mirrored data centers in every major geography around the globe see the ServiceNow website for a complete list of locations. These data centers are completely independent of ServiceNow s own corporate IT infrastructure. Each data center has multiple connections to the Internet, providing reliable access. Application data is replicated in near real time from the production data center to the backup data center, so that operations switch seamlessly and automatically to the backup data center in the event of a failure of the production environment. ServiceNow instances within a data center also run on load-balanced clusters, providing superior scalability and fault tolerance. Operation of customer instances is also transferred to the backup data center during normal maintenance and upgrade activities. This vastly reduces service disruptions due to ongoing platform management activities by ServiceNow personnel. It also exercises the transfer process on a regular basis, ensuring that it will work properly during failover scenarios. In addition to replicating data in mirrored data centers, ServiceNow also backs up data from customer instances using traditional backup and recovery mechanisms. This delivers an additional layer of data reliability, and allows ServiceNow customers to roll back data if required. ServiceNow maintains seven daily and three weekly backups on disk for all customer instances, including those in the primary and backup data center. This data never leaves the ServiceNow data center, providing a high level of security. ServiceNow s technical personnel monitor and maintain the ServiceNow platform 24x7. There are multiple teams located in different geographic regions, and a remote team is able to take over full 24x7 operation in the event of a disaster in another region. Integration With ServiceNow, custom applications become an integral part of the enterprise architecture. This is essential custom applications need access to data and capabilities that reside in other enterprise systems, such as ERP platforms, CRM software, and data warehouses. They must also provide information to these systems to enable end-to-end processes and data correlation. ServiceNow 12

13 Clients have used ServiceNow s Web services to integrate with hundreds of packaged and homegrown applications, numerous types of middleware, and many other data sources. ServiceNow delivers comprehensive Web services capabilities including both inbound and outbound messaging. It supports Simple Object Access Protocol (SOAP) and REpresentational State Transfer (REST), as well as an Open Database Connectivity (ODBC) bridge on top of the Web services interface. Unlike other platforms, it also automates access to application-specific data by generating Web services Description Language (WDSL) files, which allow the data to be accessed through ServiceNow s data services layer. Clients have used ServiceNow s Web services to integrate with hundreds of packaged and homegrown applications, numerous types of middleware, and many other data sources. These implementations range from standard connectivity using generated WDSL through to completely custom Web services. Clients have implemented both real-time and batch interfaces, and have also used ServiceNow to drive multisystem, enterprise-wide workflows. ServiceNow also provides an extensive range of other integration mechanisms, including JDBC, FTP, command line invocation, and script execution. It is also pre-integrated with Chef and Puppet, allowing it to orchestrate complex IT configuration tasks including provisioning of cloud infrastructure components and end-to-end business services. Security is a common concern when integrating cloud-based platforms with on-premises systems. Automation requires deep integration using numerous interface points and protocols but this normally means opening up multiple ports in the enterprise firewall. This creates a significant security exposure, since there is direct connectivity between an external platform and multiple systems in the data center. These open ports expose the on-premises systems, and are also open to malicious exploits. ServiceNow addresses this issue with its Management, Instrumentation and Discovery (MID) Server. This is a Java application that runs as a Windows service or UNIX daemon within the data center. The MID Server acts as a proxy for the cloud-based ServiceNow platform, communicating securely with it over a single HTTPS connection. The MID server in turn communicates with on-premises systems using Web services and other protocols. All require credentials are stored locally on the MID server, and are optionally encrypted. The MID Server also supports clustered operation, providing both load-balancing and failover capabilities. Security ServiceNow is designed to meet the stringent security needs of today s large enterprises. It is deployed at some of the world s most security-conscious organizations, including major financial institutions and government agencies. It is also certified by leading thirdparty security authorities a list of which can be found on the ServiceNow website. The security capabilities provided by ServiceNow include: Compliance with Enterprise Security Policies: ServiceNow can be easily configured to meet the particular security requirements of individual enterprises. For example, password policies, IP address range restrictions, audit trails and system logs can all be configured to align with enterprise-specific security policies. Compatibility with existing authentication and SSO mechanisms: ServiceNow integrates directly with directories that support Lightweight Directory Access Protocol (LDAP), including Microsoft s Active Directory. It also supports Security Assertion Markup Language (SAML), which allows it to be integrated into a wide range of other SSO environments. Application-Level Security: ServiceNow has a flexible, fine-grained application security model. This model provides full access control for individual applications, including down to the individual record and field level. Security can be configured for individual users and user groups, as well as by role, making it easy to manage large numbers of users. It provides an intuitive GUI for creating access rules, and also allows custom rules to be built using scripts if required. ServiceNow 13

14 ServiceNow radically simplifies the delivery of custom cloud applications. With ServiceNow, developers automatically create a complete framework application simply by defining the application s data model. Conclusion Large enterprises are moving their off-the-shelf applications to the cloud, but most are still struggling to migrate the applications that they have developed in-house. Many enterprises have hundreds of these custom applications, often on isolated legacy platforms. While existing cloud service providers abstract away the complexity of hardware and software infrastructure, they do not address the fundamental issue with custom applications how do you accelerate the development and deployment of these applications in a cloud environment? ServiceNow radically simplifies the delivery of custom cloud applications. With ServiceNow, developers automatically create a complete framework application simply by defining the application s data model. These framework applications are based on standard components that are configured graphically to meet application-specific requirements. This eliminates time-consuming, error-prone activities freeing up skilled developers to focus on coding high-value business logic. The result is faster application delivery, better application quality and lower development costs. At the same time, ServiceNow provides a highly capable and robust cloud platform for these custom applications. High availability, superior scalability and enterprise grade security make it the platform of choice as enterprises migrate their in-house applications to the cloud. ServiceNow s multi-application platform and rich integration capabilities also make it easy to drive end-to-end processes across both custom and off-the-shelf applications turning custom applications from a liability into a strategic advantage ServiceNow, Inc. All rights reserved. ServiceNow believes information in this publication is accurate as of its publication date. This publication could include technical inaccuracies or typographical errors. The information is subject to change without notice. Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication. ServiceNow may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time. Reproduction of this publication without prior written permission is forbidden. The information in this publication is provided as is. ServiceNow makes no representations or warranties of any kind, with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. ServiceNow is a trademark of ServiceNow, Inc. All other brands, products, service names, trademarks or registered trademarks are used to identify the products or services of their respective owners. SN-WP-PlatformTechnicalOverview

Simpler Enterprise Interoperability with Acendre Cloud

Simpler Enterprise Interoperability with Acendre Cloud Simpler Enterprise Interoperability with Acendre Cloud Talent Management Solutions Table Of Contents The Challenge of Enterprise System Integration 03 Cloud-based Integration from Acendre 04 Why Use Acendre

More information

IBM WebSphere Information Integrator Content Edition Version 8.2

IBM WebSphere Information Integrator Content Edition Version 8.2 Introducing content-centric federation IBM Content Edition Version 8.2 Highlights Access a broad range of unstructured information sources as if they were stored and managed in one system Unify multiple

More information

Secure information access is critical & more complex than ever

Secure information access is critical & more complex than ever WHITE PAPER Purpose-built Cloud Platform for Enabling Identity-centric and Internet of Things Solutions Connecting people, systems and things across the extended digital business ecosystem. Secure information

More information

Infor Cloverleaf Integration Suite

Infor Cloverleaf Integration Suite Healthcare Infor Cloverleaf Integration Suite With the Infor Cloverleaf Integration Suite, you ll have an end-to-end integration platform that addresses the fundamental obstacles to healthcare integration,

More information

Dell Advanced Infrastructure Manager (AIM) Automating and standardizing cross-domain IT processes

Dell Advanced Infrastructure Manager (AIM) Automating and standardizing cross-domain IT processes Systems Automating and standardizing cross-domain IT processes By Hal Clark The combination of Dell Advanced Infrastructure Manager (AIM) and BMC Atrium Orchestrator enables the creation of automated,

More information

HP Cloud Maps for rapid provisioning of infrastructure and applications

HP Cloud Maps for rapid provisioning of infrastructure and applications Technical white paper HP Cloud Maps for rapid provisioning of infrastructure and applications Table of contents Executive summary 2 Introduction 2 What is an HP Cloud Map? 3 HP Cloud Map components 3 Enabling

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Course # Exam: Prerequisites Technology: Delivery Method: Length: 20533 70-533 20532 Microsoft Products Instructor-led (classroom) 5 Days Overview

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

More information

ENTERPRISE OPERATIONS SERVICES

ENTERPRISE OPERATIONS SERVICES ARIS CLOUD ENTERPRISE OPERATIONS SERVICES TABLE OF CONTENTS 1 Introduction 2 Operations services 7 Security services 7 Additional services 8 users & stakeholders 9 For more information ARIS Cloud is a

More information

Catalogic ECX : Data Center Modernization with In-Place Copy Data Management

Catalogic ECX : Data Center Modernization with In-Place Copy Data Management Catalogic ECX : Data Center Modernization with In-Place Copy Data Management Catalog. Automate. Transform. Catalogic ECX Highlights Automate the creation and use of copy data snapshots, clones, and replicas

More information

Robotic Process Automation

Robotic Process Automation Automate any business process on-the-fly with Robotic Process Automation Paradoxically, IT is the least automated department in many organizations. Robotic Process Automation (RPA) applies specific technologies

More information

Microsoft SQL Server 2000 Reporting Services

Microsoft SQL Server 2000 Reporting Services Microsoft SQL Server 2000 Reporting Services Product Evaluation Guide January 2004 Abstract This guide highlights the most important features of Microsoft SQL Server 2000 Reporting Services. 2004 Microsoft

More information

WHITE PAPER. CA Nimsoft APIs. keys to effective service management. agility made possible

WHITE PAPER. CA Nimsoft APIs. keys to effective service management. agility made possible WHITE PAPER CA Nimsoft APIs keys to effective service management agility made possible table of contents Introduction 3 CA Nimsoft operational APIs 4 Data collection APIs and integration points Message

More information

TECHNICAL WHITE PAPER. Rubrik and Microsoft Azure Technology Overview and How It Works

TECHNICAL WHITE PAPER. Rubrik and Microsoft Azure Technology Overview and How It Works TECHNICAL WHITE PAPER Rubrik and Microsoft Azure Technology Overview and How It Works TABLE OF CONTENTS THE UNSTOPPABLE RISE OF CLOUD SERVICES...3 CLOUD PARADIGM INTRODUCES DIFFERENT PRINCIPLES...3 WHAT

More information

Get The Best Out Of Oracle Scheduler

Get The Best Out Of Oracle Scheduler Get The Best Out Of Oracle Scheduler Vira Goorah Oracle America Redwood Shores CA Introduction Automating the business process is a key factor in reducing IT operating expenses. The need for an effective

More information

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS Course Duration: 5 Days About this course This course is aimed at experienced IT professionals who currently administer their on-premise infrastructure.

More information

Kepion Solution vs. The Rest. A Comparison White Paper

Kepion Solution vs. The Rest. A Comparison White Paper Kepion Solution vs. The Rest A Comparison White Paper In the Business Intelligence industry, Kepion competes everyday with BI vendors such as IBM Cognos, Oracle Hyperion and SAP BusinessObjects. At first

More information

The Optanix Platform. Service Predictability. Delivered. Optanix Platform Overview. Overview. 95% 91% proactive incidents first-time fix rate

The Optanix Platform. Service Predictability. Delivered. Optanix Platform Overview. Overview. 95% 91% proactive incidents first-time fix rate The Optanix Platform Service Predictability. Delivered. Overview The Optanix Platform is a complete SaaS-based IT operations management solution, delivering integrated monitoring, event management, incident

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Course 20533C Five days - Instructor-led - Hands-on Introduction This five day instructor led course is intended for IT professionals who are familiar

More information

A BPTrends Report. March

A BPTrends Report. March A BPTrends Report March 2010 www.bptrends.com Interneer Intellect Version: 6.5 Interneer Inc. 5901 Green Valley Circle, Ste 170, Culver City CA 90230 Tel: 310-348-9665 Fax: 866-622-7122 Web: www.interneer.com

More information

Decisyon App Composer (DAC) Technology Overview

Decisyon App Composer (DAC) Technology Overview Decisyon App Composer (DAC) Technology Overview Decisyon App Composer is an agnostic Industrial IoT (IIOT) Visual Rapid Development Platform with rich native microservices. Along with services from different

More information

Ellucian CRM: platform overview

Ellucian CRM: platform overview Ellucian CRM: platform overview Enterprise-class, higher education-specific Built for higher education Ellucian CRM is designed for colleges and universities and provides higher education-specific business

More information

20533: Implementing Microsoft Azure Infrastructure Solutions

20533: Implementing Microsoft Azure Infrastructure Solutions Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

WEBCENTER PORTAL CLOUD. Create Engaging, Integrated Digital Experiences

WEBCENTER PORTAL CLOUD. Create Engaging, Integrated Digital Experiences WEBCENTER PORTAL CLOUD Create Engaging, Integrated Digital Experiences ?? Oracle provides an integrated web experience, transforming the way people work and connect. It s available for cloud as well as

More information

Informatica Cloud Application Integration

Informatica Cloud Application Integration Data Sheet Informatica Cloud Application Integration Key Benefits Implement processes and APIs with zero code Build APIs with sophisticated data integration capabilities Leverage out-of-the-box connectivity

More information

Xerox DocuShare 7.0 Content Management Platform. Enterprise content management for every organization.

Xerox DocuShare 7.0 Content Management Platform. Enterprise content management for every organization. Xerox DocuShare 7.0 Content Management Platform Enterprise content management for every organization. Digital Transformation Despite huge advances in the technology and tools used by knowledge workers,

More information

CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE

CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE CHAPTER 3 ENTERPRISE SYSTEMS ARCHITECTURE 1 Learning Objectives Examine in detail the enterprise systems modules and architecture. Understand the effects of a well-designed architecture on ERP implementation.

More information

Cloud Service Model. Selecting a cloud service model. Different cloud service models within the enterprise

Cloud Service Model. Selecting a cloud service model. Different cloud service models within the enterprise Cloud Service Model Selecting a cloud service model Different cloud service models within the enterprise Single cloud provider AWS for IaaS Azure for PaaS Force fit all solutions into the cloud service

More information

Bluemix Overview. Last Updated: October 10th, 2017

Bluemix Overview. Last Updated: October 10th, 2017 Bluemix Overview Last Updated: October 10th, 2017 Agenda Overview Architecture Apps & Services Cloud Computing An estimated 85% of new software is being built for cloud deployment Cloud Computing is a

More information

Executive Summary WHO SHOULD READ THIS PAPER?

Executive Summary WHO SHOULD READ THIS PAPER? The Business Value of Business Intelligence in SharePoint 2010 Executive Summary SharePoint 2010 is The Business Collaboration Platform for the Enterprise & the Web that enables you to connect & empower

More information

INSIDE THIS ISSUE. Whitepaper

INSIDE THIS ISSUE. Whitepaper Whitepaper INSIDE THIS ISSUE This whitepaper explains why Microsoft Dynamics AX is particularly well-suited for supporting the needs of large enterprise-class organizations with a broad international presence.

More information

WHITE PAPER Migrating to the Cloud

WHITE PAPER Migrating to the Cloud WHITE PAPER Make the move without making mistakes 1 Introduction The cloud is a nebulous concept, literally. Moving to the cloud is not as straightforward as moving a data center from San Francisco to

More information

Realize More with the Power of Choice. Microsoft Dynamics ERP and Software-Plus-Services

Realize More with the Power of Choice. Microsoft Dynamics ERP and Software-Plus-Services Realize More with the Power of Choice Microsoft Dynamics ERP and Software-Plus-Services Software-as-a-service (SaaS) refers to services delivery. Microsoft s strategy is to offer SaaS as a deployment choice

More information

White Paper Modern HR Case Management

White Paper Modern HR Case Management White Paper Modern HR Case Management How IT Can Step Up to Better Support HR Service Delivery White Paper Modern HR Case Management IT can help transform HR service provisioning and management capabilities

More information

Electronics Manufacturing Service Provider Integrates Supply Line on a Single Platform

Electronics Manufacturing Service Provider Integrates Supply Line on a Single Platform Microsoft BizTalk Server Customer Solution Case Study Electronics Manufacturing Service Provider Integrates Supply Line on a Single Platform Overview Country: Singapore Industry: Electronics Customer Profile

More information

The ABCs of. CA Workload Automation

The ABCs of. CA Workload Automation The ABCs of CA Workload Automation 1 The ABCs of CA Workload Automation Those of you who have been in the IT industry for a while will be familiar with the term job scheduling or workload management. For

More information

SSRS and Izenda: Comparing an Enterprise Reporting Tool and an Embedded BI Platform. 1

SSRS and Izenda: Comparing an Enterprise Reporting Tool and an Embedded BI Platform. 1 SSRS and Izenda: Comparing an Enterprise Reporting Tool and an Embedded BI Platform 1 www.izenda.com Introduction The reporting tools that come with the relational database management system your organization

More information

Oracle WebCenter Sites

Oracle WebCenter Sites Oracle WebCenter Sites Oracle WebCenter Sites enables organizations to deliver exceptional digital experience to customers through agility in content creation, effective visitor engagement and quick time

More information

Building Online Portals for Your Customers & Partners with Okta. An Architectural Overview OKTA WHITE PAPER

Building Online Portals for Your Customers & Partners with Okta. An Architectural Overview OKTA WHITE PAPER OKTA WHITE PAPER Building Online Portals for Your Customers & Partners with Okta An Architectural Overview Okta Inc. 301 Brannan Street, Suite 300 San Francisco CA, 94107 info@okta.com 1-888-722-7871 wp-portalarch-012913

More information

IBM Tivoli Workload Scheduler

IBM Tivoli Workload Scheduler Manage mission-critical enterprise applications with efficiency IBM Tivoli Workload Scheduler Highlights Drive workload performance according to your business objectives Help optimize productivity by automating

More information

SAP Product Road Map SAP Identity Management

SAP Product Road Map SAP Identity Management SAP Product Road Map SAP Identity Management Road Map Revision: 2016.09.15 Customer Template Revision: 20160104 v4.1 Legal disclaimer The information in this presentation is confidential and proprietary

More information

Modernizing your Investment Running Oracle Hyperion Enterprise on the Cloud

Modernizing your Investment Running Oracle Hyperion Enterprise on the Cloud Modernizing your Investment Running Oracle Hyperion Enterprise 6.5.1 on the Cloud Oracle Hyperion Enterprise improves departmental financial consolidation and reporting efficiency by streamlining the collection,

More information

Actian DataConnect 11

Actian DataConnect 11 Actian DataConnect 11 Architected for Next-Gen Hybrid Integration Technical WhitePaper April 2017 Contents Introduction... 3 Actian DataConnect solution overview... 3 Connectivity Sources... 4 DataConnect

More information

IBM Storwize Family Scaling Capabilities and Value

IBM Storwize Family Scaling Capabilities and Value Technology Insight Paper IBM Storwize Family Scaling Capabilities and Value By Randy Kerns January, 2013 Enabling you to make the best technology decisions IBM Storwize Family Scaling Capabilities and

More information

ENTERPRISE IT MANAGEMENT: THE ARCHITECTURE

ENTERPRISE IT MANAGEMENT: THE ARCHITECTURE CA WHITE PAPER Don LeClair, Office of the CTO November 2005 ENTERPRISE IT MANAGEMENT: THE ARCHITECTURE BELIEVE AGAIN in the power to move forward. Enterprise IT Management: The Architecture Enterprise

More information

ecommerce Back-Office System Evaluation Checklist

ecommerce Back-Office System Evaluation Checklist ecommerce Back-Office System Evaluation Checklist The back-office system you select today will affect the way your ecommerce business runs for the next 5 to 10 years. You ll need to select a system that

More information

Ensim and the Ensim logo are registered trademarks of Ensim Corporation. All other trademarks are the property of their respective owners.

Ensim and the Ensim logo are registered trademarks of Ensim Corporation. All other trademarks are the property of their respective owners. This technical white paper contains proprietary information and its use does not convey any rights to reproduce, disclose the contents of, manufacture, use, or sell anything it may describe. Reproduction,

More information

Efficiently Develop Powerful Apps for An Intelligent Enterprise

Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief SAP Technology SAP Web IDE Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief Agility to build and extend applications SAP Web IDE puts the power of agile in your hands.

More information

Solution Architecture Training: Enterprise Integration Patterns and Solutions for Architects

Solution Architecture Training: Enterprise Integration Patterns and Solutions for Architects www.peaklearningllc.com Solution Architecture Training: Enterprise Integration Patterns and Solutions for Architects (3 Days) Overview This training course covers a wide range of integration solutions

More information

Extreme Workflow Composer

Extreme Workflow Composer At-A-Glance Highlights Unleash IT agility by eliminating cross-domain service provisioning, troubleshooting, and remediation delays Achieve end-to-end IT workflow automation that integrates tool chains

More information

SIMPLIFYING BUSINESS ANALYTICS FOR COMPLEX DATA. Davidi Boyarski, Channel Manager

SIMPLIFYING BUSINESS ANALYTICS FOR COMPLEX DATA. Davidi Boyarski, Channel Manager SIMPLIFYING BUSINESS ANALYTICS FOR COMPLEX DATA Davidi Boyarski, Channel Manager Sisense Overview 4000+ Top Quartile HQ in Awards 2016 & 2017 Wisdom of Crowds Report LEADER IN CUSTOMER EXPERIANCE Top 10

More information

SSL ClearView Reporter Data Sheet

SSL ClearView Reporter Data Sheet SSL ClearView Reporter Data Sheet Written expressly for the Juniper Networks SSL VPN, the SSL ClearView Reporter application takes log data from one or more SSL VPN devices and generates feature-rich reports

More information

Case Study BONUS CHAPTER 2

Case Study BONUS CHAPTER 2 BONUS CHAPTER 2 Case Study ABC is a large accounting firm with customers in five countries across North America and Europe. Its North American headquarters is located in Miami, Florida, where it hosts

More information

Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business

Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business Today the cloud is replacing on-premise or hosted enterprise workloads, one vertical at a time. ACME was started to introduce

More information

Remedyforce Integrations

Remedyforce Integrations White Paper Remedyforce Integrations Salesforce Platform Integrations BMC Remedyforce is built on the Salesforce Force.com platform the worlds most widely used cloud platform. One of the key advantages

More information

An Oracle White Paper June Running Oracle E-Business Suite on Oracle SuperCluster T5-8

An Oracle White Paper June Running Oracle E-Business Suite on Oracle SuperCluster T5-8 An Oracle White Paper June 2013 Running Oracle E-Business Suite on Oracle SuperCluster T5-8 Fully Integrated, Complete Hardware and Software Solution Oracle SuperCluster T5-8 provides a highly available,

More information

An Oracle White Paper January Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs

An Oracle White Paper January Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs An Oracle White Paper January 2013 Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs Executive Summary... 2 Deploy Services Faster and More Efficiently... 3 Greater Compute

More information

Compiere ERP Starter Kit. Prepared by Tenth Planet

Compiere ERP Starter Kit. Prepared by Tenth Planet Compiere ERP Starter Kit Prepared by Tenth Planet info@tenthplanet.in www.tenthplanet.in 1. Compiere ERP - an Overview...3 1. Core ERP Modules... 4 2. Available on Amazon Cloud... 4 3. Multi-server Support...

More information

JourneyApps. Platform. The Competitive Edge In Industrial Digitalization. Copyright of JourneyApps 2018 All Rights Reserved

JourneyApps. Platform. The Competitive Edge In Industrial Digitalization. Copyright of JourneyApps 2018 All Rights Reserved JourneyApps Platform The Competitive Edge In Industrial Digitalization Copyright of JourneyApps 2018 All Rights Reserved 1 Technology Transforms Businesses Every Day. Choose the solution that puts you

More information

Infor PM 10. Do business better.

Infor PM 10. Do business better. Infor PM 10 Infor PM is designed for companies in all industries that seek to better monitor, measure, and manage their business performance in real time. Do business better. The speed, complexity, and

More information

Cloud OS Customer-Ready Services

Cloud OS Customer-Ready Services Cloud OS Customer-Ready Services ON-PREMISES CONSISTENT 1PLATFORM MICROSOFT SERVICE PROVIDER Web Platform application Services (PaaS) Infrastructure Services (IaaS) Reliable messaging Virtual Networking

More information

Embark on Your Data Management Journey with Confidence

Embark on Your Data Management Journey with Confidence SAP Brief SAP Data Hub Embark on Your Data Management Journey with Confidence SAP Brief Managing data operations across your complex IT landscape Proliferation of any kind of data presents a wealth of

More information

Microsoft Dynamics GP What s New

Microsoft Dynamics GP What s New Microsoft Dynamics GP 2015 What s New Copyright Copyright 2014 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Microsoft Dynamics GP What s New

Microsoft Dynamics GP What s New Microsoft Dynamics GP 2015 What s New Copyright Copyright 2015 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Oracle Product Hub Cloud

Oracle Product Hub Cloud Oracle Product Hub Pre-Release Draft Subject to Change. Subject to Safe Harbor statement in Footnotes Oracle Product Hub is an enterprise-class product information management system, delivered via for

More information

Access and present any data the way you want. Deliver the right reports to end users at the right time

Access and present any data the way you want. Deliver the right reports to end users at the right time Crystal Reports Overview Access and present all your enterprise data with a single reporting solution Deliver up-to-date reports to end users securely over the web Integrate reporting functionality into

More information

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION Oracle Data Integrator Enterprise Edition delivers high-performance data movement and transformation among enterprise platforms with its open and integrated E-LT

More information

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 ABOUT THIS COURSE This five-day course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment. Special areas of focus include implementing high availability, disaster

More information

Cisco Intelligent Automation for Cloud

Cisco Intelligent Automation for Cloud Data Sheet Cisco Intelligent Automation for Cloud Introduction IT is under increasing pressure to deliver services to the business more quickly and inexpensively than ever before. Fortunately, a new solution,

More information

IBM Spectrum Scale. Advanced storage management of unstructured data for cloud, big data, analytics, objects and more. Highlights

IBM Spectrum Scale. Advanced storage management of unstructured data for cloud, big data, analytics, objects and more. Highlights IBM Spectrum Scale Advanced storage management of unstructured data for cloud, big data, analytics, objects and more Highlights Consolidate storage across traditional file and new-era workloads for object,

More information

Cisco Enterprise Mobility Services Platform (EMSP)

Cisco Enterprise Mobility Services Platform (EMSP) Data Sheet Cisco Enterprise Mobility Services Platform (EMSP) Product Overview The Cisco Enterprise Mobility Services Platform (EMSP) is a holistic mobile software platform. It unifies the development,

More information

Benefits of Deploying Oracle E-Business Suite on Oracle Cloud At Customer O R A C L E W H I T E P A P E R D E C E M B E R 2017

Benefits of Deploying Oracle E-Business Suite on Oracle Cloud At Customer O R A C L E W H I T E P A P E R D E C E M B E R 2017 Benefits of Deploying Oracle E-Business Suite on Oracle Cloud At Customer O R A C L E W H I T E P A P E R D E C E M B E R 2017 Disclaimer The following is intended to outline our general product direction.

More information

WHITE PAPER. CalAmp Connect An Enterprise M2M Application Enablement Platform

WHITE PAPER. CalAmp Connect An Enterprise M2M Application Enablement Platform WHITE PAPER CalAmp Connect An Enterprise M2M Application Enablement Platform EXECUTIVE SUMMARY In today s complex, competitive landscape, it is no longer enough to have a basic M2M solution in place. Increased

More information

The business owner s guide for replacing accounting software

The business owner s guide for replacing accounting software The business owner s guide for replacing accounting software Replacing your accounting software is easier and more affordable than you may think. Use this guide to learn about the benefits of a modern

More information

Speed Business Performance, Lower Cost, and Simplify IT with Automated Archiving

Speed Business Performance, Lower Cost, and Simplify IT with Automated Archiving SAP Brief SAP Extensions SAP Archiving and Document Access by OpenText Speed Business Performance, Lower Cost, and Simplify IT with Automated Archiving SAP Brief Store, manage, and access data and documents

More information

Service Virtualization

Service Virtualization Service Virtualization A faster, more efficient and less costly way to develop and test enterprise-class applications As cloud and mobile computing gain rapid acceptance, IT departments are expected to

More information

MS Integrating On-Premises Core Infrastructure with Microsoft Azure

MS Integrating On-Premises Core Infrastructure with Microsoft Azure MS-10992 Integrating On-Premises Core Infrastructure with Microsoft Azure COURSE OVERVIEW: This three-day instructor-led course covers a range of components, including Azure Compute, Azure Storage, and

More information

HYPERSERVICE BUSINESS PLATFORM 0

HYPERSERVICE BUSINESS PLATFORM 0 HYPERSERVICE BUSINESS PLATFORM 0 APPLICATION OVERVIEW NextAxiom Technology, Inc. http://www.nextaxiom.com COPYRIGHT 2003 NextAxiom. All rights reserved. Printed in the United States of America. TRADEMARKS

More information

MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions. MQ Technical Conference v

MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions. MQ Technical Conference v MQ on Cloud (AWS) Suganya Rane Digital Automation, Integration & Cloud Solutions Agenda CLOUD Providers Types of CLOUD Environments Cloud Deployments MQ on CLOUD MQ on AWS MQ Monitoring on Cloud What is

More information

SAVVION PROGRESS BPM SERVER PROGRESS SAVVION BPM SERVER OVERVIEW

SAVVION PROGRESS BPM SERVER PROGRESS SAVVION BPM SERVER OVERVIEW D A T A S H E E T PROGRESS BPM SERVER PROGRESS BPM SERVER OVERVIEW The process execution and integration capabilities of Progress Savvion BusinessManager Platform are provided by the Progress Savvion BPM

More information

INTEGRATING PING IDENTITY SOLUTIONS WITH GOOGLE IDENTITY SERVICES

INTEGRATING PING IDENTITY SOLUTIONS WITH GOOGLE IDENTITY SERVICES INTEGRATING PING IDENTITY SOLUTIONS WITH GOOGLE IDENTITY SERVICES How two technologies work together to add more value to your enterprise TABLE OF CONTENTS 03 04 05 06 07 08 08 08 EXECUTIVE SUMMARY INTEGRATION

More information

Data Sheet PRODUCT DESCRIPTION PRODUCT OVERVIEW

Data Sheet PRODUCT DESCRIPTION PRODUCT OVERVIEW PRODUCT OVERVIEW auto.sky is a full cloud service orchestration for your Windows application. With auto.sky you can migrate your ERP or any legacy Windows application to the cloud and enjoy all the native

More information

Mango Solution Easy Affordable Open Source. Modern Building Automation Data Acquisition SCADA System IIoT

Mango Solution Easy Affordable Open Source. Modern Building Automation Data Acquisition SCADA System IIoT Mango Solution Easy Affordable Open Source Modern Building Automation Data Acquisition SCADA System IIoT HTTP SQL is a 100% browser-based, cross platform software application that enables users to access

More information

Microsoft FastTrack For Azure Service Level Description

Microsoft FastTrack For Azure Service Level Description ef Microsoft FastTrack For Azure Service Level Description 2017 Microsoft. All rights reserved. 1 Contents Microsoft FastTrack for Azure... 3 Eligible Solutions... 3 FastTrack for Azure Process Overview...

More information

SapphireIMS 4.0 Business Service Monitoring Feature Specification

SapphireIMS 4.0 Business Service Monitoring Feature Specification SapphireIMS 4.0 Business Service Monitoring Feature Specification Overview The purpose of Business Service Monitoring is to provide processes and methodologies to the organization to create quantifiable

More information

Adaptive work environments

Adaptive work environments Adaptive work environments Helping business achieve operational efficiency through people and SOA. Flexibility that enables people to rapidly access and interact with targeted business processes Business

More information

Implementing Microsoft Azure Infrastructure Solutions (MS 20533)

Implementing Microsoft Azure Infrastructure Solutions (MS 20533) 888.888.5251 WWW.SUNSETLEARNING.COM Implementing Microsoft Azure Infrastructure Solutions (MS 20533) COURSE OVERVIEW: This course is intended for IT professionals who are familiar with managing on-premises

More information

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS Introduction Scribe Online is a leading integration platform as a service (ipaas) from Scribe Software. It has a multi-tenant architecture that scales by distributing

More information

Modern Service Management Solutions for Defense Agencies

Modern Service Management Solutions for Defense Agencies Modern Service Management Solutions for Defense Agencies White paper John M. Clark (joclark@microsoft.com ) Cross-Domain Solution Architect WW Modern Service Management Community Lead June 2018 Contents

More information

On demand operating environment solutions To support your IT objectives Transforming your business to on demand.

On demand operating environment solutions To support your IT objectives Transforming your business to on demand. On demand operating environment solutions To support your IT objectives Transforming your business to on demand. IBM s approach to service-oriented architecture Doing business in the on demand era Technological

More information

Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom

Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom Course Overview This five-day course examines how to plan, configure,

More information

Figure 1: Travel Approval structured (BPMN standards based) process modeling

Figure 1: Travel Approval structured (BPMN standards based) process modeling Disclaimer: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development,

More information

Be Remarkable. CONTRACT LIFECYCLE MANAGEMENT SOFTWARE. Software Overview OVERVIEW. Additional Available Professional Services

Be Remarkable. CONTRACT LIFECYCLE MANAGEMENT SOFTWARE. Software Overview OVERVIEW. Additional Available Professional Services Be Remarkable. CONTRACT LIFECYCLE MANAGEMENT SOFTWARE Software Overview Greatly improves management of contracts and business agreements across your entire enterprise, maximizing the value of each and

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Duration: 5 Days Course Code: 20533C About this Course: This course is intended for IT professionals who are familiar with managing on-premises IT

More information

Service Virtualization

Service Virtualization A White Paper Analysis from Orasi Software Service Virtualization A Faster, More Efficient and Less Costly Way to Develop and Test Enterprise-Class Applications Page 2 Contents 3 Introduction 4 Development

More information

I D C M A R K E T S P O T L I G H T. S i l o s a n d Promote Business Ag i l i t y

I D C M A R K E T S P O T L I G H T. S i l o s a n d Promote Business Ag i l i t y I D C M A R K E T S P O T L I G H T E f f e c t i ve M u l ticloud Str ategies B reak Dow n S i l o s a n d Promote Business Ag i l i t y August 2016 Adapted from IDC's Multicloud Management Survey by

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

Siebel Enterprise Marketing Suite

Siebel Enterprise Marketing Suite Siebel Enterprise Marketing Suite Oracle s Siebel Enterprise Marketing Suite is the industry s most complete enterprise marketing management platform for both business and consumer marketers. It offers

More information

Salesforce.com Administration & Salesforce.com Development Course Details

Salesforce.com Administration & Salesforce.com Development Course Details Salesforce.com Administration & Salesforce.com Development Course Details Prerequisites Core java Advanced java Collection Frame work MVC architecture JDBC Servlet programming Web application development

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2003 Vol. 2, No. 3, May-June 2003 Don t Rip and Replace, Integrate! Mahesh H. Dodani, IBM

More information