Digital Asset Management Beyond CMIS

Size: px
Start display at page:

Download "Digital Asset Management Beyond CMIS"

Transcription

1 Digital Asset Management Beyond CMIS CMIS is an important component of DAM for many organizations, but knowing how to use it to maximize its effectiveness is the key. In this paper: How organizations use CMIS for effective collaboration Common use cases for digital asset management in today s organizations More than ever, enterprises are embracing new technologies with increased fervor, making cloud, data analytics, mobile, embedded devices, and social platforms core components of their strategies, operations, and revenue streams. Such organizations are referred to as digital enterprises. Extending CMIS capabilities to improve DAM Why CMIS remains an important component of DAM for many enterprises Executive Brief

2 EXECUTIVE BRIEF Although there are nearly as many definitions of what a digital enterprise is as there are ways to become one, digital enterprises have three common criteria: They view information as a strategic asset and data as currency Collaboration is a requirement for their success Chief data officers, or those acting in that role, play a vital role in breaking down silos separating departments, particularly at companies struggling to enter the digital age In addition, organizations that leverage digital technology as a competitive advantage in internal and external operations rely on finding new business value in their content. In more traditional enterprises, which are often reliant on legacy systems, information is siloed or trapped in a set of files, making it complicated to integrate and leverage that content. To be a digital enterprise requires removing these silos, regardless of whether they are a result of legacy systems or due to new technologies and concepts, such as big data or cloud-based software. To have a leg up on the competition, organizations must create efficiencies and effective collaboration, which is not possible if silos are present. As a result, there has been an increase in demand for applications that enable organizations to find greater value in their content and better manage digital assets, particularly those that can integrate with content management systems (CMS). The Content Management Interoperability Services (CMIS) standard has greatly helped facilitate much of today s information sharing. CMIS is an OASIS specification for content management interoperability. It enables clients and servers to communicate in HTTP (e.g., REST with JSON, AtomPub or SOAP) using a unified domain model. The CMIS standard is an OASIS specification for content management interoperability and has helped facilitate much of today s information sharing. This has resulted in many improvements in managing digital assets, particularly for external applications that need to perform simple Store and Retrieve actions from the content repository. CMIS is also a good fit for leveraging client libraries and in situations where consumer applications must remain independent from those of the repository vendor. Nuxeo 2

3 There are a number of use cases where CMIS really shines. It can be used to: EXECUTIVE BRIEF Expose a digital asset management (DAM) repository Help a CMS client (like Portal or WCM) fetch content Push producer application content (e.g., saving pictures from Photoshop) Integrate small business applications Work with SAP to pull or push invoices from or to a central content repository As powerful as CMIS is, however, it is not without constraints. Many organizations stretch it beyond its capabilities as an interoperability protocol and use it to build APIs. Unfortunately, CMIS is a poor choice for building a complete API; the advantages of the interoperability protocol become flaws for an API. There are many circumstances in which CMIS is commonly found that are less than ideal fits. Many organizations stretch CMIS beyond its capabilities as an interoperability protocol and use it to build APIs. When used to build applications, the disadvantages of CMIS are readily apparent. Particularly the fact that it has: Low efficiency due to a great deal of back and forth communication Very limited control over marshaling e.g., users can choose what document attributes should be retrieved No granularity management e.g., changes are applied to a set of documents as an atomic action These disadvantages have a direct impact on functionality. For example, as a result of limited control over marshaling you cannot define what data must be sent to the client, and lack of granularity makes it impossible to chain several operations inside a single transaction. While all of these shortcomings may seem like technical details, they are not. They have a direct impact on the application s functionality. They are the primary differentiator between an application that works on the developer s laptop and one that works in a production environment on a server with real users. Ultimately, they determine how well your digital assets will integrate and how effective collaboration will be, resulting in a direct impact on the business. CMIS has much to offer many organizations; knowing how to use it to maximize its effectiveness is the key. Nuxeo 3

4 Extending CMIS Capabilities to Improve DAM EXECUTIVE BRIEF The CMIS protocol has room for extensibility, however, interoperability is oftentimes lost when using extensions, defeating the purpose of the extensibility. Fortunately, there is a solution that can extend CMIS capabilities without breaking interoperability. The Nuxeo Platform takes an innovative approach to CMS development, offering a flexible end-toend content management platform and a set of tools built on open source technologies and standards. Nuxeo offers a number of benefits that are accessible to users via CMIS capabilities: Making CMISQL queries scalable Leveraging Elasticsearch integration Exposing custom renditions via CMIS Multi-Blob documents that are supported in Nuxeo but not in CMIS Custom processing and transformations This extensibility goes a long way toward improving DAM. The Nuxeo Platform CMIS connector, a built-in CMIS-compliant interface of the Nuxeo Platform repository, lets your content-based applications create and access content in a standard, vendorindependent manner. Nuxeo 4

5 EXECUTIVE BRIEF Nuxeo s innovation does not end here; additional enhancements to the Nuxeo Platform further refine DAM. Currently by default CMIS supports only scalar properties whereas Nuxeo supports complex properties (e.g., a list of addresses). To bridge this gap, Nuxeo linearizes Nuxeo Complex properties to make them available to CMIS clients. Nuxeo plans to make these properties accessible using a projection system and CMISItem (from CMIS 1.1) to expose the Nuxeo Directory Model. CMIS as First Class Citizen Despite its limitations, CMIS remains an important component of DAM for many enterprises. While it is not the main API for the Nuxeo Platform because it does not satisfy all of the requirements needed for building good applications, Nuxeo comes with built-in support for CMIS. Organizations seeking to extend the platform server side and use CMIS to access it can do so using the Native Extension API. So long as the extensions are mainly processing, CMIS can be used to trigger the processing or get the results. With this extension, the native API can be used for development while content is made available to the outside world via CMIS. This is possible because everything in the Nuxeo Platform is a plug-in, and Nuxeo is designed for custom plug-ins and native plug-ins to have equal footing. The company also helps maintain the Apache Chemistry OpenCMIS library, a general-purpose Java library that allows developers to easily write CMIS clients and servers. USE CASE: CONTENT MIGRATION USING CMIS Repositories are typically backed by a database of some sort, so a database-to-database content migration is possible, but it's a pain. The CMIS standard understands content, therefore it s able to migrate documents, not rows sitting in tables. This is one of the many great benefits of using the CMIS standard. Nuxeo has been committed to CMIS since the very beginning. They joined OASIS in 2008 to work on the specification, and in 2009 when Nuxeo proposed the creation of the Apache Chemistry project at Apache, over half of the original committers were from Nuxeo. Since then they've continued to work collaboratively with others to push both the spec and the de facto reference implementation forward. - Jeff Potts, Co-Author of CMIS and Apache Chemistry in Action and Founder of Metaversant Nuxeo 5

6 EXECUTIVE BRIEF Why Nuxeo? All of this functionality is designed with the end goal of effective DAM to deliver greater business value. The Nuxeo Platform ensures this is the case. Designed by developers for developers, the Nuxeo Platform offers a highly customizable and extensible content management platform for building business applications. The Nuxeo Platform repository extends this customizability and extensibility even further. The repository was designed to handle structured content, not just files and metadata. Documents in the Nuxeo Platform are actually content objects, defined by properties. Very complex data structures can be associated to a content object, along with any number of files. These objects are the unit of content to be manipulated in an application. Content automation using business logic streamlines the manageability further, as does an embedded and powerful workflow engine that leverages the main modules of the platform. Perhaps nowhere are the choices around Nuxeo clearer than when it comes to deployment options. Nuxeo Runtime and the OSGi bundle model allow Nuxeo Platform deployments to be adapted to organizational needs: Deploy only the bundles you really need on as many servers and infrastructures (e.g., Tomcat, Pojo or unit tests) as necessary. Nuxeo Platform also comes in several deployment models, including Simple Deployment, Cluster HA, Cloud, and Hot Standby. In addition, Nuxeo Platform can be deployed with dedicated processing nodes, read-only synchronization and multiple repositories. ABOUT NUXEO Nuxeo provides an extensible and modular Open Source Content Management Platform enabling architects and developers to easily build and run business applications. Designed by developers for developers, the Nuxeo Platform offers modern technologies, a powerful plug-in model and extensive packaging capabilities. It comes with ready-to-use Document Management, Digital Asset Management and Case Management packages organizations rely on Nuxeo to run business-critical applications, including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Jeppesen, a Boeing Company. Nuxeo is dual-headquartered in New York and Paris. For more information about Nuxeo, please visit Nuxeo 6

Digital Asset Management. Build Better Applications.

Digital Asset Management. Build Better Applications. TECH BRIEF Digital Asset Management. Build Better Applications. Why DAM is the right approach for building content-oriented applications Welcome to the Software-Defined Enterprise Major changes in IT and

More information

Integrating Cloud File Sharing Platforms with Enterprise Applications & Intelligent Workflow

Integrating Cloud File Sharing Platforms with Enterprise Applications & Intelligent Workflow Integrating Cloud File Sharing Platforms with Enterprise Applications & Intelligent Workflow Nuxeo Technology Brief Going Beyond Simple File Sharing in the Enterprise Adoption of collaborative technology

More information

Insight Zone. The Cloud. Executive Interview

Insight Zone. The Cloud. Executive Interview Insight Zone The Cloud Executive Interview Platform for Document Management, Digital Asset Management, and Case Management Applications www.nuxeo.com The Cloud Executive Interview Welcome to ZONE SE7EN

More information

Nuxeo, an open source platform for content-centric business applications. Stéfane Fermigier, Nuxeo Laurent Doguin, Nuxeo

Nuxeo, an open source platform for content-centric business applications. Stéfane Fermigier, Nuxeo Laurent Doguin, Nuxeo Nuxeo, an open source platform for content-centric business applications Stéfane Fermigier, Nuxeo Laurent Doguin, Nuxeo Nuxeo, the Company Providing an Open Source Content Management Platform for Business

More information

Portal Factory 1.0 - CMIS Connector Module documentation

Portal Factory 1.0 - CMIS Connector Module documentation DOCUMENTATION Portal Factory 1.0 - CMIS Connector Module documentation Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels

More information

www.sryas.com Analance Data Integration Technical Whitepaper

www.sryas.com Analance Data Integration Technical Whitepaper Analance Data Integration Technical Whitepaper Executive Summary Business Intelligence is a thriving discipline in the marvelous era of computing in which we live. It s the process of analyzing and exploring

More information

www.ducenit.com Analance Data Integration Technical Whitepaper

www.ducenit.com Analance Data Integration Technical Whitepaper Analance Data Integration Technical Whitepaper Executive Summary Business Intelligence is a thriving discipline in the marvelous era of computing in which we live. It s the process of analyzing and exploring

More information

A True Building Block Platform:

A True Building Block Platform: A True Building Block Platform: Nuxeo for Enterprise/SaaS Application Development Nuxeo White Paper Introduction: Application developers need building blocks, not roadblocks Quick: What first comes to

More information

San Jose State University

San Jose State University San Jose State University Fall 2011 CMPE 272: Enterprise Software Overview Project: Date: 5/9/2011 Under guidance of Professor, Rakesh Ranjan Submitted by, Team Titans Jaydeep Patel (007521007) Zankhana

More information

Nuxeo Insights: The Evolution of Content in the Software-Defined Enterprise!

Nuxeo Insights: The Evolution of Content in the Software-Defined Enterprise! Nuxeo Insights: The Evolution of Content in the Software-Defined Enterprise How Content-Centric Business Applications are Redefining Content, Big Data and Enterprise Content Management The Evolution of

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

SharePoint and LibreOffice

SharePoint and LibreOffice // Represents the model of a Writer document. class SW_DLLPUBLIC SwDoc : public IInterface, public IDocumentRedlineAccess, SharePoint and LibreOffice public IDocumentFieldsAccess, public IDocumentStylePoolAccess,

More information

Architecting Applications to Scale in the Cloud

Architecting Applications to Scale in the Cloud Architecting Applications to Scale in the Cloud Nuxeo White Paper White Paper Architecting Applications to Scale in the Cloud Table of Contents Executive Summary... 3! Between IaaS and SaaS... 3! Nuxeo

More information

Increase Business Velocity with Connected, Insightful, Cloud-Based Software

Increase Business Velocity with Connected, Insightful, Cloud-Based Software SAP Brief SAP Business ByDesign Objectives Increase Business Velocity with Connected, Insightful, Cloud-Based Software Integrated, cloud software that s quick to deploy and adapt Integrated, cloud software

More information

Increase Business Velocity with Connected, Insightful, Cloud-Based Software

Increase Business Velocity with Connected, Insightful, Cloud-Based Software SAP Brief SAP s for Small Businesses and Midsize Companies SAP Business ByDesign Objectives Increase Business Velocity with Connected, Insightful, Cloud-Based Software Integrated, cloud software that s

More information

How To Manage Your Digital Assets On A Computer Or Tablet Device

How To Manage Your Digital Assets On A Computer Or Tablet Device In This Presentation: What are DAMS? Terms Why use DAMS? DAMS vs. CMS How do DAMS work? Key functions of DAMS DAMS and records management DAMS and DIRKS Examples of DAMS Questions Resources What are DAMS?

More information

Eclipse Open Healthcare Framework

Eclipse Open Healthcare Framework Eclipse Open Healthcare Framework Eishay Smith [1], James Kaufman [1], Kelvin Jiang [2], Matthew Davis [3], Melih Onvural [4], Ivan Oprencak [5] [1] IBM Almaden Research Center, [2] Columbia University,

More information

Join the Lean Wave. Asanka Abeysinghe Director, Solutions Architecture. WSO2, Inc. Friday, July 22, 11

Join the Lean Wave. Asanka Abeysinghe Director, Solutions Architecture. WSO2, Inc. Friday, July 22, 11 Join the Lean Wave Asanka Abeysinghe Director, Solutions Architecture. WSO2, Inc. 1 Asanka Abeysinghe 10 + years industry experience working on projects ranging from desktop, web applications through to

More information

Federated single sign-on (SSO) and identity management. Secure mobile access. Social identity integration. Automated user provisioning.

Federated single sign-on (SSO) and identity management. Secure mobile access. Social identity integration. Automated user provisioning. PingFederate We went with PingFederate because it s based on standards like SAML, which are important for a secure implementation. John Davidson Senior Product Manager, Opower PingFederate is the leading

More information

SOA @ ebay : How is it a hit

SOA @ ebay : How is it a hit SOA @ ebay : How is it a hit Sastry Malladi Distinguished Architect. ebay, Inc. Agenda The context : SOA @ebay Brief recap of SOA concepts and benefits Challenges encountered in large scale SOA deployments

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, 2008 Vol. 7, No. 8, November-December 2008 What s Your Information Agenda? Mahesh H. Dodani,

More information

IBM Information Management

IBM Information Management IBM Information Management January 2008 IBM Information Management software Enterprise Information Management, Enterprise Content Management, Master Data Management How Do They Fit Together An IBM Whitepaper

More information

SOA Fundamentals For Java Developers. Alexander Ulanov, System Architect Odessa, 30 September 2008

SOA Fundamentals For Java Developers. Alexander Ulanov, System Architect Odessa, 30 September 2008 SOA Fundamentals For Java Developers Alexander Ulanov, System Architect Odessa, 30 September 2008 What is SOA? Software Architecture style aimed on Reuse Growth Interoperability Maturing technology framework

More information

Integrating Siebel CRM 8 with Oracle Applications

Integrating Siebel CRM 8 with Oracle Applications Integrating Siebel CRM 8 with Oracle Applications Agenda Corporate Overview Siebel 8.0 New Features Siebel Integration Approaches Integration with Oracle Applications Option 1 Option 2 Pros and Cons Evaluation

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

BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use

BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use Product Data Sheet BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use BEA AquaLogic Integrator delivers the best way for IT to integrate, deploy, connect and manage process-driven

More information

Data Integration Checklist

Data Integration Checklist The need for data integration tools exists in every company, small to large. Whether it is extracting data that exists in spreadsheets, packaged applications, databases, sensor networks or social media

More information

Virtualization s Evolution

Virtualization s Evolution Virtualization s Evolution Expect more from your IT solutions. Virtualization s Evolution In 2009, most Quebec businesses no longer question the relevancy of virtualizing their infrastructure. Rather,

More information

Symantec Enterprise Vault.cloud Overview

Symantec Enterprise Vault.cloud Overview Fact Sheet: Archiving and ediscovery Introduction The data explosion that has burdened corporations and governments across the globe for the past decade has become increasingly expensive and difficult

More information

can I customize my identity management deployment without extensive coding and services?

can I customize my identity management deployment without extensive coding and services? SOLUTION BRIEF Connector Xpress and Policy Xpress Utilities in CA IdentityMinder can I customize my identity management deployment without extensive coding and services? agility made possible You can.

More information

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901.

SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901 SOA, case Google Written by: Sampo Syrjäläinen, 0337918 Jukka Hilvonen, 0337840 1 Contents 1.

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

Intellicyber s Enterprise Integration and Application Tools

Intellicyber s Enterprise Integration and Application Tools Intellicyber s Enterprise Integration and Application Tools The IDX product suite provides Intellicyber s customers with cost effective, flexible and functional products that provide integration and visibility

More information

In ediscovery and Litigation Support Repositories MPeterson, June 2009

In ediscovery and Litigation Support Repositories MPeterson, June 2009 XAM PRESENTATION (extensible TITLE Access GOES Method) HERE In ediscovery and Litigation Support Repositories MPeterson, June 2009 Contents XAM Introduction XAM Value Propositions XAM Use Cases Digital

More information

Oracle BI EE Implementation on Netezza. Prepared by SureShot Strategies, Inc.

Oracle BI EE Implementation on Netezza. Prepared by SureShot Strategies, Inc. Oracle BI EE Implementation on Netezza Prepared by SureShot Strategies, Inc. The goal of this paper is to give an insight to Netezza architecture and implementation experience to strategize Oracle BI EE

More information

Cloud Computing with Windows Azure using your Preferred Technology

Cloud Computing with Windows Azure using your Preferred Technology Cloud Computing with Windows Azure using your Preferred Technology Sumit Chawla Program Manager Architect Interoperability Technical Strategy Microsoft Corporation Agenda Windows Azure Platform - Windows

More information

Cloud Management Platform

Cloud Management Platform Cloud Management Platform A NEW WAY TO MANAGE IT RESOURCES - IN THE The Paradigm Shift to Cloud Computing Engineered by and available through Solgenia, Powua is a brand offering that allows software and

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

Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform

Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform May 2015 Contents 1. Introduction... 3 2. What is BIM... 3 2.1. History of BIM... 3 2.2. Why Implement BIM... 4 2.3.

More information

Apache Sling A REST-based Web Application Framework Carsten Ziegeler cziegeler@apache.org ApacheCon NA 2014

Apache Sling A REST-based Web Application Framework Carsten Ziegeler cziegeler@apache.org ApacheCon NA 2014 Apache Sling A REST-based Web Application Framework Carsten Ziegeler cziegeler@apache.org ApacheCon NA 2014 About cziegeler@apache.org @cziegeler RnD Team at Adobe Research Switzerland Member of the Apache

More information

Increase Agility and Reduce Costs with a Logical Data Warehouse. February 2014

Increase Agility and Reduce Costs with a Logical Data Warehouse. February 2014 Increase Agility and Reduce Costs with a Logical Data Warehouse February 2014 Table of Contents Summary... 3 Data Virtualization & the Logical Data Warehouse... 4 What is a Logical Data Warehouse?... 4

More information

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué

More information

EMC ISILON OneFS OPERATING SYSTEM Powering scale-out storage for the new world of Big Data in the enterprise

EMC ISILON OneFS OPERATING SYSTEM Powering scale-out storage for the new world of Big Data in the enterprise EMC ISILON OneFS OPERATING SYSTEM Powering scale-out storage for the new world of Big Data in the enterprise ESSENTIALS Easy-to-use, single volume, single file system architecture Highly scalable with

More information

Enterprise SOA Strategy, Planning and Operations with Agile Techniques, Virtualization and Cloud Computing

Enterprise SOA Strategy, Planning and Operations with Agile Techniques, Virtualization and Cloud Computing Enterprise SOA Strategy, Planning and Operations with Agile Techniques, Virtualization and Cloud Computing Presented by : Ajay Budhraja, Chief, Enterprise Services ME (Engg), MS (Mgmt), PMP, CICM, CSM,

More information

SAP HANA Cloud Platform

SAP HANA Cloud Platform SAP HANA Cloud Platform SAP Forum 2015 César Martín 12 de marzo de 2015 SAP HANA Cloud Platform Build, extend, and run next-generation applications on SAP HANA in the cloud The in-memory cloud platform-as-a-service

More information

White Paper. Enterprise Enabler and SharePoint 2010 Or Why SharePoint Needs Enterprise Enabler. Pamela Szabó Stone Bond Technologies

White Paper. Enterprise Enabler and SharePoint 2010 Or Why SharePoint Needs Enterprise Enabler. Pamela Szabó Stone Bond Technologies White Paper Enterprise Enabler and SharePoint 2010 Or Why SharePoint Needs Enterprise Enabler Pamela Szabó Stone Bond Technologies Copyright 2014 Stone Bond Technologies, L.P. All rights reserved. The

More information

Contents. 2 Alfresco API Version 1.0

Contents. 2 Alfresco API Version 1.0 The Alfresco API Contents The Alfresco API... 3 How does an application do work on behalf of a user?... 4 Registering your application... 4 Authorization... 4 Refreshing an access token...7 Alfresco CMIS

More information

I D C A N A L Y S T C O N N E C T I O N

I D C A N A L Y S T C O N N E C T I O N I D C A N A L Y S T C O N N E C T I O N Melissa Webster Program Vice President, Content and Digital Media Technologies T h e F u t u r e of Enterprise Content Management: F i ve E C M T r e nds in 2014

More information

WHITEPAPER OpenIDM. Identity lifecycle management for users, devices, & things

WHITEPAPER OpenIDM. Identity lifecycle management for users, devices, & things WHITEPAPER OpenIDM Identity lifecycle management for users, devices, & things Introduction Organizations of all sizes employ a variety of different approaches to manage identity administration and provisioning

More information

Transform records management

Transform records management Brochure Transform records management HP Records Manager for information governance and global compliance Information is the new currency of business Many organizations recognize that corporate information

More information

Mercy Baggot Street Canopy Intranet

Mercy Baggot Street Canopy Intranet Mercy Baggot Street Canopy Intranet www.appnovation.com Mercy Baggot Street Canopy Intranet Contents 1.0 Background P. 3 2.0 Project Overview P. 4 3.0 Modules P. 7 4.0 Other Technologies P. 9 * This project

More information

A complete platform for proactive data management

A complete platform for proactive data management Brochure A complete platform for proactive data management HP Structured Data Manager Software for Oracle e-business Suite The right data management strategy The increased size and unmanaged growth of

More information

The Customizable Cloud. How the Cloud Provides the More Flexible Alternative to Legacy ERP Platforms

The Customizable Cloud. How the Cloud Provides the More Flexible Alternative to Legacy ERP Platforms How the Cloud Provides the More Flexible Alternative to Legacy ERP Platforms Executive Summary For years, Enterprise Resource Planning (ERP) applications have been instrumental in integrating business

More information

SOA and API Management

SOA and API Management SOA and API Management Leveraging Your Investment in Service Orientation Version 1.0 December 2013 John Falkl General Manager, Technology, Strategy & Integration Haddon Hill Group, Inc. Contents Introduction...

More information

Platforming Open Source

Platforming Open Source Platforming Open Source Implementing Open Source the Right Way through Platforming Implementing Open Source the Right Way through Platforming Abstract Open Source ecosystem comprises of hundreds of open

More information

JBOSS ENTERPRISE SOA PLATFORM AND JBOSS ENTERPRISE DATA SERVICES PLATFORM VALUE PROPOSITION AND DIFFERENTIATION

JBOSS ENTERPRISE SOA PLATFORM AND JBOSS ENTERPRISE DATA SERVICES PLATFORM VALUE PROPOSITION AND DIFFERENTIATION JBOSS ENTERPRISE SOA PLATFORM AND JBOSS ENTERPRISE DATA SERVICES PLATFORM VALUE PROPOSITION AND DIFFERENTIATION Service-oriented architecture (SOA) gives enterprises the ability to identify and respond

More information

Can I customize my identity management deployment without extensive coding and services?

Can I customize my identity management deployment without extensive coding and services? SOLUTION BRIEF CONNECTOR XPRESS AND POLICY XPRESS UTILITIES IN CA IDENTITY MANAGER Can I customize my identity management deployment without extensive coding and services? SOLUTION BRIEF CA DATABASE MANAGEMENT

More information

Using DeployR to Solve the R Integration Problem

Using DeployR to Solve the R Integration Problem DEPLOYR WHITE PAPER Using DeployR to olve the R Integration Problem By the Revolution Analytics DeployR Team March 2015 Introduction Organizations use analytics to empower decision making, often in real

More information

Accelerating Time to Market with the Power of Cloud-Based Integration

Accelerating Time to Market with the Power of Cloud-Based Integration Accelerating Time to Market with the Power of Cloud-Based Integration Now more than ever before, flat revenue and increased development costs have made time-to-market a crucial factor in profitability

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R A p p l i c a t i o n D e l i v e r y f o r C l o u d S e r v i c e s : C u s t o m i z i n g S e r v i c e C r e a t i o n i n V i r t u a l E n v i r o n m e n t s Sponsored by: Brocade

More information

Cisco Enterprise Mobility Services Platform

Cisco Enterprise Mobility Services Platform Data Sheet Cisco Enterprise Mobility Services Platform Reduce development time and simplify deployment of context-aware mobile experiences. Product Overview The Cisco Enterprise Mobility Services Platform

More information

WHITE PAPER. Domo Advanced Architecture

WHITE PAPER. Domo Advanced Architecture WHITE PAPER Domo Advanced Architecture Overview There are several questions that any architect or technology advisor may ask about a new system during the evaluation process: How will it fit into our organization

More information

Protect the Past, Secure the Future

Protect the Past, Secure the Future Enterprise Content Management for Higher Education Protect the Past, Secure the Future Improve information access, protect records and promote strategic planning Learn More Inside Improve administrative

More information

Common Questions and Concerns About Documentum at NEF

Common Questions and Concerns About Documentum at NEF LES/NEF 220 W Broadway Suite B Hobbs, NM 88240 Documentum FAQ Common Questions and Concerns About Documentum at NEF Introduction...2 What is Documentum?...2 How does Documentum work?...2 How do I access

More information

Business Proposition. Digital Asset Management. Media Intelligent

Business Proposition. Digital Asset Management. Media Intelligent Business Proposition Digital Asset Management Executive Summary º º The Changing Face of Digital Asset Management Today, a true enterprise-class DAM solution must be the core component of an integrated

More information

ENTERPRISE CONTENT MANAGEMENT. Which one is best for your organisation?

ENTERPRISE CONTENT MANAGEMENT. Which one is best for your organisation? ENTERPRISE CONTENT MANAGEMENT Which one is best for your organisation? INFORMATION MANAGEMENT Information management environments are comprised of legacy information resident in line of business applications,

More information

Decoding the Big Data Deluge a Virtual Approach. Dan Luongo, Global Lead, Field Solution Engineering Data Virtualization Business Unit, Cisco

Decoding the Big Data Deluge a Virtual Approach. Dan Luongo, Global Lead, Field Solution Engineering Data Virtualization Business Unit, Cisco Decoding the Big Data Deluge a Virtual Approach Dan Luongo, Global Lead, Field Solution Engineering Data Virtualization Business Unit, Cisco High-volume, velocity and variety information assets that demand

More information

Nuxeo Enterprise Platform v 5.3x

Nuxeo Enterprise Platform v 5.3x Reference Code: TA001929CMT Publication Date: June 2010 Author: Sue Clarke TECHNOLOGY AUDIT Nuxeo Enterprise Platform v 5.3x Nuxeo SUMMARY IMPACT Nuxeo Enterprise Platform (EP) is an open-source enterprise

More information

WHITE PAPER Redefining Monitoring for Today s Modern IT Infrastructures

WHITE PAPER Redefining Monitoring for Today s Modern IT Infrastructures WHITE PAPER Redefining Monitoring for Today s Modern IT Infrastructures Modern technologies in Zenoss Service Dynamics v5 enable IT organizations to scale out monitoring and scale back costs, avoid service

More information

THE FASTEST, EASIEST WAY TO INTEGRATE ORACLE SYSTEMS WITH SALESFORCE Real-Time Integration, Not Data Duplication

THE FASTEST, EASIEST WAY TO INTEGRATE ORACLE SYSTEMS WITH SALESFORCE Real-Time Integration, Not Data Duplication THE FASTEST, EASIEST WAY TO INTEGRATE ORACLE SYSTEMS WITH SALESFORCE Real-Time Integration, Not Data Duplication Salesforce may be called the Customer Success Platform, but success with this CRM is highly

More information

CA Repository for Distributed. Systems r2.3. Benefits. Overview. The CA Advantage

CA Repository for Distributed. Systems r2.3. Benefits. Overview. The CA Advantage PRODUCT BRIEF: CA REPOSITORY FOR DISTRIBUTED SYSTEMS r2.3 CA Repository for Distributed Systems r2.3 CA REPOSITORY FOR DISTRIBUTED SYSTEMS IS A POWERFUL METADATA MANAGEMENT TOOL THAT HELPS ORGANIZATIONS

More information

Using EMC Documentum with Adobe LiveCycle ES

Using EMC Documentum with Adobe LiveCycle ES Technical Guide Using EMC Documentum with Adobe LiveCycle ES Table of contents 1 Deployment 3 Managing LiveCycle ES development assets in Documentum 5 Developing LiveCycle applications with contents in

More information

How To Monitor Hybrid It From A Hybrid Environment

How To Monitor Hybrid It From A Hybrid Environment IT Monitoring for the Hybrid Enterprise With a Look at ScienceLogic Perspective 2012 Neovise, LLC. All Rights Reserved. Report Published April, 2015 Hybrid IT Goes Mainstream Enterprises everywhere are

More information

Extending Microsoft SharePoint Environments with EMC Documentum ApplicationXtender Document Management

Extending Microsoft SharePoint Environments with EMC Documentum ApplicationXtender Document Management Extending Microsoft SharePoint Environments with EMC Documentum ApplicationXtender A Detailed Review Abstract By combining the universal access and collaboration features of Microsoft SharePoint with the

More information

A Brief Introduction to Apache Tez

A Brief Introduction to Apache Tez A Brief Introduction to Apache Tez Introduction It is a fact that data is basically the new currency of the modern business world. Companies that effectively maximize the value of their data (extract value

More information

IBM s Mobile Enterprise Strategy. 2012 IBM Corporation

IBM s Mobile Enterprise Strategy. 2012 IBM Corporation IBM s Mobile Enterprise Strategy Mobile is changing conventions for industries Healthcare Construction Government From: Traditional health institution To: Seamless interactions among physicians and providers,

More information

OpenText Output Transformation Server

OpenText Output Transformation Server OpenText Output Transformation Server Seamlessly manage and process content flow across the organization OpenText Output Transformation Server processes, extracts, transforms, repurposes, personalizes,

More information

Alfresco. Wiley Publishing, Inc. PROFESSIONAL. PRACTICAL SOLUTIONS FOR ENTERPRISE. John Newton CONTENT MANAGEMENT. Michael Farman Michael G.

Alfresco. Wiley Publishing, Inc. PROFESSIONAL. PRACTICAL SOLUTIONS FOR ENTERPRISE. John Newton CONTENT MANAGEMENT. Michael Farman Michael G. PROFESSIONAL. Alfresco PRACTICAL SOLUTIONS FOR ENTERPRISE CONTENT MANAGEMENT David Caruana John Newton Michael Farman Michael G. Uzquiano Kevin Roast WILEY Wiley Publishing, Inc. INTRODUCTION xxix CHAPTER

More information

Learning GlassFish for Tomcat Users

Learning GlassFish for Tomcat Users Learning GlassFish for Tomcat Users White Paper February 2009 Abstract There is a direct connection between the Web container technology used by developers and the performance and agility of applications.

More information

Eclipse Summit Europe 2008

Eclipse Summit Europe 2008 RT Symposium at Eclipse Summit Europe 2008 organized by Jeff McAffer (Code9) Heiko Seeberger (WeigleWilczek) Martin Lippert (it-agile) 2008 by Jeff McAffer, Heiko Seeberger, Martin Lippert; made available

More information

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development A RapidValue Solutions Whitepaper Contents Executive Summary... 03 Oracle Mobile Application Framework (MAF): The Complete Development

More information

Technical. Overview. ~ a ~ irods version 4.x

Technical. Overview. ~ a ~ irods version 4.x Technical Overview ~ a ~ irods version 4.x The integrated Ru e-oriented DATA System irods is open-source, data management software that lets users: access, manage, and share data across any type or number

More information

Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION

Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION October 2013 Daitan White Paper Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION Highly Reliable Software Development Services http://www.daitangroup.com Cloud

More information

An Application-Centric Infrastructure Will Enable Business Agility

An Application-Centric Infrastructure Will Enable Business Agility An Application-Centric Infrastructure Will Enable Business Agility March 2014 Prepared by: Zeus Kerravala An Application-Centric Infrastructure Will Enable Business Agility by Zeus Kerravala March 2014

More information

Meister Going Beyond Maven

Meister Going Beyond Maven Meister Going Beyond Maven A technical whitepaper comparing OpenMake Meister and Apache Maven OpenMake Software 312.440.9545 800.359.8049 Winners of the 2009 Jolt Award Introduction There are many similarities

More information

Open Source SOA with Service Component Architecture and Apache Tuscany. Jean-Sebastien Delfino Mario Antollini Raymond Feng

Open Source SOA with Service Component Architecture and Apache Tuscany. Jean-Sebastien Delfino Mario Antollini Raymond Feng Open Source SOA with Service Component Architecture and Apache Tuscany Jean-Sebastien Delfino Mario Antollini Raymond Feng Learn how to build and deploy Composite Service Applications using Service Component

More information

G Cloud 6 CDG Service Definition for Forgerock Software Services

G Cloud 6 CDG Service Definition for Forgerock Software Services G Cloud 6 CDG Service Definition for Forgerock Software Services Author: CDG Date: October 2015 Table of Contents Table of Contents 2 1.0 Service Definition 3 1.0 Service Definition Forgerock as a Platform

More information

Secure the Web: OpenSSO

Secure the Web: OpenSSO Secure the Web: OpenSSO Sang Shin, Technology Architect Sun Microsystems, Inc. javapassion.com Pat Patterson, Principal Engineer Sun Microsystems, Inc. blogs.sun.com/superpat 1 Agenda Need for identity-based

More information

BUILDING FLEXIBLE ENTERPRISE PROCESSES USING ORACLE BUSINESS RULES AND BPEL PROCESS MANAGER. An Oracle White Paper Jan 2005

BUILDING FLEXIBLE ENTERPRISE PROCESSES USING ORACLE BUSINESS RULES AND BPEL PROCESS MANAGER. An Oracle White Paper Jan 2005 BUILDING FLEXIBLE ENTERPRISE PROCESSES USING ORACLE BUSINESS RULES AND BPEL PROCESS MANAGER An Oracle White Paper Jan 2005 BUILDING FLEXIBLE ENTERPRISE PROCESSES USING ORACLE BUSINESS RULES AND BPEL PROCESS

More information

Structured Content: the Key to Agile. Web Experience Management. Introduction

Structured Content: the Key to Agile. Web Experience Management. Introduction Structured Content: the Key to Agile CONTENTS Introduction....................... 1 Structured Content Defined...2 Structured Content is Intelligent...2 Structured Content and Customer Experience...3 Structured

More information

Cross-Domain Service Management vs. Traditional IT Service Management for Service Providers

Cross-Domain Service Management vs. Traditional IT Service Management for Service Providers Position Paper Cross-Domain vs. Traditional IT for Providers Joseph Bondi Copyright-2013 All rights reserved. Ni², Ni² logo, other vendors or their logos are trademarks of Network Infrastructure Inventory

More information

Content Management for SAP Business Suite powered by SAP HANA

Content Management for SAP Business Suite powered by SAP HANA SAP Brief Extensions SAP Extended Enterprise Content Management by OpenText Objectives Content Management for SAP Business Suite powered by SAP HANA Link all types of content to workflows and processes

More information

FUSE-ESB4 An open-source OSGi based platform for EAI and SOA

FUSE-ESB4 An open-source OSGi based platform for EAI and SOA FUSE-ESB4 An open-source OSGi based platform for EAI and SOA Introduction to FUSE-ESB4 It's a powerful OSGi based multi component container based on ServiceMix4 http://servicemix.apache.org/smx4/index.html

More information

Capitalize on Big Data for Competitive Advantage with Bedrock TM, an integrated Management Platform for Hadoop Data Lakes

Capitalize on Big Data for Competitive Advantage with Bedrock TM, an integrated Management Platform for Hadoop Data Lakes Capitalize on Big Data for Competitive Advantage with Bedrock TM, an integrated Management Platform for Hadoop Data Lakes Highly competitive enterprises are increasingly finding ways to maximize and accelerate

More information

Mobilize, Monetize, And Harvest Enterprise Content With Interoperability Standards

Mobilize, Monetize, And Harvest Enterprise Content With Interoperability Standards For: Enterprise Architecture Professionals Mobilize, Monetize, And Harvest Enterprise Content With Interoperability Standards by Cheryl McKinnon, February 28, 2014 Key Takeaways CMIS Has Progressed Beyond

More information

MANAGEMENT AND ORCHESTRATION WORKFLOW AUTOMATION FOR VBLOCK INFRASTRUCTURE PLATFORMS

MANAGEMENT AND ORCHESTRATION WORKFLOW AUTOMATION FOR VBLOCK INFRASTRUCTURE PLATFORMS VCE Word Template Table of Contents www.vce.com MANAGEMENT AND ORCHESTRATION WORKFLOW AUTOMATION FOR VBLOCK INFRASTRUCTURE PLATFORMS January 2012 VCE Authors: Changbin Gong: Lead Solution Architect Michael

More information

Improved Credential and SSL Configuration for EE 7

Improved Credential and SSL Configuration for EE 7 Improved Credential and SSL Configuration for EE 7 1. Introduction: SSL, trust stores, keystores and credential repositories are generally difficult areas to configure for Java EE environments. The configuration

More information

SSO Plugin. Release notes. J System Solutions. http://www.javasystemsolutions.com Version 3.6

SSO Plugin. Release notes. J System Solutions. http://www.javasystemsolutions.com Version 3.6 SSO Plugin Release notes J System Solutions Version 3.6 JSS SSO Plugin v3.6 Release notes What's new... 3 Improved Integrated Windows Authentication... 3 BMC ITSM self service... 3 Improved BMC ITSM Incident

More information

a division of Technical Overview Xenos Enterprise Server 2.0

a division of Technical Overview Xenos Enterprise Server 2.0 Technical Overview Enterprise Server 2.0 Enterprise Server Architecture The Enterprise Server (ES) platform addresses the HVTO business challenges facing today s enterprise. It provides robust, flexible

More information

Run-time Service Oriented Architecture (SOA) V 0.1

Run-time Service Oriented Architecture (SOA) V 0.1 Run-time Service Oriented Architecture (SOA) V 0.1 July 2005 Table of Contents 1.0 INTRODUCTION... 1 2.0 PRINCIPLES... 1 3.0 FERA REFERENCE ARCHITECTURE... 2 4.0 SOA RUN-TIME ARCHITECTURE...4 4.1 FEDERATES...

More information