RSuite CMS 4.0 Evaluation Study

Size: px
Start display at page:

Download "RSuite CMS 4.0 Evaluation Study"

Transcription

1 RSuite CMS 4.0 Evaluation Study Copyright 2012 Laura Jaramillo. All Rights Reserved.

2 This evaluation reflects the sole opinion of Grupo Punta SA and Laura Jaramillo 1. All information contained within this document was gathered from public domain sources, including conference materials from the RSuite Users Conference, press releases, official on-line documentation and blogs from the official site. The information contained in this document represents the current view of Grupo Punta S.A. on the issues discussed as of the date of publication. Because market conditions are constantly changing, Grupo Punta cannot guarantee the accuracy of any information presented after the date of publication. This white paper is for informational purposes only. GRUPO PUNTA MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT. Unless otherwise noted, the example companies, organizations, products, domain names, addresses, logos, people, places, and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, e- mail address, logo, person, place, or event is intended or should be inferred Grupo Punta S.A. (Mexico). All rights reserved. All other trademarks are property of their respective owners. 1 Laura Jaramillo,

3 Contents Abstract... 1 Introduction... 2 Planning for an RSuite CMS Implementation... 2 XML-based Solution... 2 Custom XML Structures... 3 Workflow Engine Customizations... 4 Browse and Search within RSuite... 5 Security Framework... 6 Long Term Maintenance... 6 RSuite CMS Implementation Costs... 7 Upgrading to RSuite versions 3.7 and RSuite 3.7 Overview... 8 Embedded RSuite XML Metadata... 8 RQL RSuite Query Language Deprecated... 8 RSuite 4.0 Overview... 9 RSuite CMS Customization Costs Appendix A: Resources Available for Evaluation of the RSuite CMS

4 Abstract This document is intended to provide a candid evaluation of the costs to implement the RSuite CMS 2, a content management system for publishers. It is designed to provide familiarity with both the RSuite implementation, the costs to upgrade, and changes in version 3.7 and 4.0 that impact ongoing support and maintenance of the product. This evaluation includes: Descriptions of the features and technologies provided by RSI Content Solutions for the RSuite CMS. Details regarding additional features provided within RSuite versions 3.7 (released May 3, ) and 4.0 (released November 29, ). Details on the costs of implementing an RSuite-based content management solution Details regarding the costs for existing RSuite customers to upgrade to version 3.7 and 4.0. This guide is designed for technical decision makers, IT professionals, and developers. The overall goal of this guide is to help publishers perform a thorough and effective evaluation of the features provided by the RSuite CMS and the costs that will be incurred with respect to the return on investment. 2 RSuite CMS by RSI Content Solutions, 3 RSuite CMS 3.7 announcement, 4 RSuite CMS 4.0 announcement,

5 Introduction The RSuite CMS is a content management system developed for publishers that require production and workflow capabilities for their content. RSuite is a Java-based application 5 that utilizes MarkLogic Server 6 as the underlying database and JBoss JBPM 7 as the workflow engine. Planning for an RSuite CMS Implementation The RSuite CMS is not a turnkey solution and requires considerable customization and a well-planned implementation effort. According to Christopher Hill, Vice President of Product Management for RSI Content Solutions, Because no two publishing companies are the same, RSuite CMS is not a turnkey solution 8. In the opinion of Hill, turnkey solutions aren t really going to cut it. The following sections detail the customization efforts required for an RSuite implementation, and the corresponding projected costs. XML-based Solution One peril in any RSuite implementation is the required staff knowledge of XML and XML technology. Though publishers typically author content in Microsoft Word and publish in various external digital formats, XML is at the core of the RSuite solution and custom transformations are written in order to produce digital content. This learning curve, aside from the associated implementation costs, is widely viewed as prohibitive to most publishers, 5 RSuite Architecture, 6 MarkLogic Server, 7 JBoss JBPM, 8 Increase Your Revenue with Strategic Content Management, by RSI Content Solutions,

6 especially small publishers 9. Implementation and configuration of the RSuite CMS is an arduous process that often requires intervention by the RSI Content Solutions team. According to Erik Vlietinck, the first step of an RSuite implementation is to define the XML content schema or create a DTD (Document Type Definition). These are loaded through a series of scripts that need to be developed in a software language called Groovy 10. Director of Engineering, Michael Roberts, remarked that the software language Groovy is your friend. 11 However Groovy is a language that has not seen widespread adoption, and finding Groovy developers is very difficult. In July 2009 James Strachan, the creator of Groovy, wrote on his blog, "I can honestly say if someone had shown me the Programming in Scala book by Martin Odersky, Lex Spoon & Bill Venners back in 2003 I'd probably have never created Groovy 12. In the same document written by Michael Roberts, Roberts lists several of the mandatory customizations that need to take place on each RSuite implementation: Loading DTDs and XML Schemas Setting managed object definitions Setting layered metadata definitions Importing workflow definitions Defining hot folders Loading preview stylesheets, both XSL and CSS Custom XML Structures The XML structures that underlay each RSuite implementation are different. In a video presentation by RSuite lead architect 9 RSuite is definitely not for small publishers, Erik Vlietinck, 10 Groovy Script, 11 Architecture Overview and RSuite Extensions, 12 Scala as the long term replacement for java/javac,

7 Bryan Elliott, Mr. Elliott remarked structures are going to be different for every publisher so we cannot speak to how that works" 13. These variant structures therefore require considerable work to develop, deploy, and maintain. Finally, all editorial is done using XML. In the documentation 14 produced by RSI Content Solutions it is stated RSuite integrates with any WebDAV-compliant third-party XML editor such as XMetaL, Arbortext, and oxygen. These editors require a fundamental understanding of XML in order to use and deploy. Workflow Engine Customizations As noted previously, the RSuite CMS is developed over JBoss JBPM. However JBPM utilizes a relational database 15 as the underlying backbone, meaning that each RSuite deployment requires both the MarkLogic Server and MySQL DB. This integration is difficult to understate. In implementing a third-party solution over a relational database, all workflow metadata is separated from the content. Reports and queries that require users to reconcile content within the workflow mandate querying two different databases, in two different query languages, and combining the results. Report generation and workflow customization is therefore one of the most timeconsuming and expenses in an RSuite implementation. In addition, nearly all RSuite users require custom workflow components. Within RSuite, these require the development of custom Java classes known as action handlers Thus, the ongoing customization of the RSuite CMS requires understanding of the Java programming language. 13 Presentation by Bryan Elliott, 14 RSuite architecture, 15 JBPM Reference Guide, 16 Action handlers, as referenced within the RSuite CMS brochure 17 JBPM Reference Guide,

8 Browse and Search within RSuite While RSuite provides rudimentary tools to facilitate search and discovery of content, heavy customization is required in this area. This customization is related to XQuery or API calls that differ based upon each individual publisher s content model. Figure 1: On-line presentation by Lisa Bos at the RSuite Users Conference 2012 The preceding image was provided by Lisa Bos at the RSuite Users Conference 18, and is indicative of the amount of customization necessary to facilitate a search solution within RSuite. These customizations are facilitated through both CMS User Interface extensions and server-side extensions 19, to include forms for starting workflows, overriding of existing actions, 18 Presentation by Lisa Bos, page Extending RSuite,

9 event handlers, workflow action handlers, search handlers and XML validation. As noted by Roberts, Java development and an understanding of JAR plug-ins and the RSuite API is required for most customization. To provide another example, according to Eliot Kimber in his white paper titled DITA for Publishers 20, in the implementation with Human Kinetics, With RSuite CMS, a custom publication metadata search form was necessary to facilitate discovery of metadata. Security Framework The RSuite architecture layout informs users that the user management and authentication is provided through LDAP-based security. This means that storage of security information is separated from the XML database, thereby limiting the flexibility of the role-based security model. Implementation of content security is therefore an implementation detail that must be handled for each customer. Long Term Maintenance Deployment of an RSuite-based solution means a commitment not only to the recurring maintenance cost of the server, but continual development and customization. In the on-line presentation 21 provided in October 2012 by Lisa Bos, Chief Technical Officer of RSI Content Solutions, Bos postulates that "content management is not a static endeavor", and continuous process and content improvement 22 is necessary. 20 DITA for Publishers, 21 Presentation by Lisa Bos, 22 Search as the Center of the Customer Experience,

10 RSuite CMS Implementation Costs As demonstrated in the preceding sections, the cost of an RSuite implementation can be staggering. Below I have included the base customizations of every RSuite customization along with options for additional customization based upon need. Customization Hours Projected Cost* Selection and development of XML Schemas or DTDs Creation of Groovy scripts to load schemas and manageable objects Custom creation and definition of metadata 160 $32, $24, $24,000 Integration of a third-party XML editor 120 $24,000 User interface and search customization 200 $40,000 Definition and creation of workflows 90 $18,000 Development of custom action handlers 800 $160,000 Custom XSLT for export, previews 50 $10,000 Development of reports 600 $120,000 Figure 2: Projected RSuite Implementation Costs The average cost of an RSuite implementation is estimated to be $452,000, though most implementations will exceed this number with additional customizations to search controls and user interface components. The cost to maintain an RSuite implementation is estimated to be between $120,000 and $240,000 annually.

11 Upgrading to RSuite versions 3.7 and 4.0 A Discussion of the Return On Investment (ROI) The following sections deal specifically with the customizations required to upgrade to the latest version of RSuite, 4.0. RSuite 3.7 Overview In presenting RSuite 3.7 to the audience at the RSuite Users Conference in October 2011, Hill discussed fundamental changes in the RSuite architecture that will impact existing clients. These detailed emerged the following year at the RSuite User Conference Spotlight: Ask an Engineer event in the 2012 RSuite Users Conference and are detailed blow. Embedded RSuite XML Metadata Prior to RSuite version 3.7, custom RSuite metadata was embedded directly into an XML document 23. One of the principal elements of the Ask an Engineer discussion was therefore How does the latest version change the data storage model? 24 Embedded RSuite metadata is removed following the release of RSuite 3.7. If you are an existing RSuite customer, this means a very complex migration process that requires scripts that move the metadata from within content to a separate XML document. Grupo Punta S.A. estimates that this migration will take the average publisher nearly 200 hours of effort, not including testing. RQL RSuite Query Language Deprecated As recently as October 2009, RSI Content Solutions promoted the RSuite Query Language (RQL) as the principal means by which customers could access content within the repository RSuite 3 press release, EContent Mag, 24 Ask an Engineer, RSuite-User-Conference-Spotlight-Ask-an-Engineer 25 Custom Search, by Michael Roberts,

12 According to prominent XML consultant Ronald Bourret 26, within RSuite XML documents can be searched with RQL, a proprietary query language that is translated into XQuery for execution on the underlying database. However, in the Ask an Engineer session we learned that the recent release of RSuite 3.7 has deprecated the use of RQL. If you are an existing client of the RSuite CMS, it is nearly certain that you used RQL in content retrieval. You will therefore be required to re-write all of these queries, including any custom extensions developed to utilize them. Redevelopment of RQL into custom search is estimated to take more than 400 hours for the average RSuite customer. RSuite 4.0 Overview According to the press release 27, RSuite 4 offers a redesigned, more intuitive user experience with action-oriented contextual menus, search-based content navigation, accordion-style search results, and a user interface (UI) with intentional color design. In fact we ve found that the new UI provides greater productivity among editorial and production groups while drastically reducing the learning curve. Unfortunately if you are an existing RSuite customer then you will have already made aggressive customizations to the user interface. These user interface and search extensions, described ubiquitously throughout RSuite documentation and referenced earlier in the Browse and Search within RSuite section of this document, were a necessary component of any pre-3.7 RSuite implementation. As such, upgrading to RSuite 4.0 will require an almost an entire re-write of any UI customizations. This means once again incurring the costs of these customizations, which are typically a minimum of 200 hours of development. 26 XML Database Products, 27 RSuite 4 official announcement,

13 RSuite CMS Customization Costs The following table outlines the costs of upgrading to RSuite version 4.0, inclusive of the cost of the RSuite 3.7 upgrade. These costs are not covered by the standard RSuite maintenance agreement. Customization Hours Projected Cost* XML migration 200 $40,000 Rewrite of search controls to take into account deprecated RQL 400 $80,000 User interface and search customization 200 $40,000 Figure 3: Projected RSuite Upgrade Costs The average cost of an RSuite upgrade is therefore projected to be well above $100,000, with a typical upgrade costing $160,000.

14 Appendix A: Resources Available for Evaluation of the RSuite CMS The following public domain resources were used in the creation of this evaluation. We encourage you to use these resources as aids in conducting your own internal evaluation of the RSuite CMS in addition to this evaluation guide: RSI Content Solutions Web Site, RSuite CMS On-Line Brochure, Proceedings from the RSuite CMS 2012 Users Conference, The RSI Content Solutions Blog, RSuite CMS YouTube Channel, RSI Content Solutions Twitter Feed, White Papers Search as the Center of the Customer Experience, by Lisa Bos 28, RSI Content Solutions CTO, Increase Your Revenue with Strategic Content Management, by RSI Content Solutions Staff, DITA for Publishers, by Eliot Kimber 29, 28 Lisa Bos, CTO of RSI Content Solutions, 29 Eliot Kimber, Senior Solutions Architect at RSI Content Solutions,

Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002

Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002 Fast Track Model Based Design and Development with Oracle9i Designer An Oracle White Paper August 2002 Fast Track Model Based Design and Development with Oracle9i Designer Executive Overivew... 3 Introduction...

More information

Adobe. Using DITA XML for Instructional Documentation. Andrew Thomas 08/10/ Adobe Systems Incorporated. All Rights Reserved.

Adobe. Using DITA XML for Instructional Documentation. Andrew Thomas 08/10/ Adobe Systems Incorporated. All Rights Reserved. Adobe Using DITA XML for Instructional Documentation Andrew Thomas 08/10/2005 2005 Adobe Systems Incorporated. All Rights Reserved. Publishing & localization at Adobe Direct localization of software, documentation,

More information

Beyond DTP. Saving Time and Money with SDL Knowledge Center. Beyond DTP Saving Time and Money with SDL Knowledge sdl.com Center

Beyond DTP. Saving Time and Money with SDL Knowledge Center. Beyond DTP Saving Time and Money with SDL Knowledge sdl.com Center Beyond DTP Saving Time and Money with SDL Knowledge Center Beyond DTP Saving Time and Money with SDL Knowledge sdl.com Center Introduction You can save significant time and reduce costs by migrating from

More information

The Business Case for a Web Content Management System. Published: July 2001

The Business Case for a Web Content Management System. Published: July 2001 The Business Case for a Web Content Management System Published: July 2001 Contents Executive Summary... 1 The Business Case for Web Content Management... 2 The Business Benefits of Web Content Management...

More information

Architecture and Governance with SharePoint for Internet Sites. Ashish Bahuguna Kartik Shah

Architecture and Governance with SharePoint for Internet Sites. Ashish Bahuguna Kartik Shah Architecture and Governance with SharePoint for Internet Sites Ashish Bahuguna ashish.bauguna@bitscape.com Kartik Shah kartik.shah@bitscape.com Agenda Web Content Management Architecture Information Architecture

More information

Adobe Tech Comm Survey Findings. Explore key trends shaping the Technical Communication industry

Adobe Tech Comm Survey Findings. Explore key trends shaping the Technical Communication industry Explore key trends shaping the Technical Communication industry Adobe Tech Comm Survey 2017-2018 Findings The people The 2017-2018 edition of the world s biggest Tech Comm survey is powered by 2000+ respondents

More information

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

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2013, Oracle and/or its affiliates. All rights Creating Custom PDF reports with APEX 4.2.2 Marc Sewtz Senior Software Development Manager Oracle USA Inc. New York, NY 2 Copyright 2013, Oracle

More information

Washington State Emergency Management Association (WSEMA) Olympia, WA

Washington State Emergency Management Association (WSEMA) Olympia, WA Washington State Emergency Management Association (WSEMA) Olympia, WA Request for Proposals Website Redesign and Content Management and Maintenance System Proposal Submittal Deadline: I. Introduction and

More information

UCT Application Development Lifecycle. UCT Business Applications

UCT Application Development Lifecycle. UCT Business Applications UCT Business Applications Page i Table of Contents Planning Phase... 1 Analysis Phase... 2 Design Phase... 3 Implementation Phase... 4 Software Development... 4 Product Testing... 5 Product Implementation...

More information

XML Primer Plus By Nicholas Chase

XML Primer Plus By Nicholas Chase Table of Contents Index XML Primer Plus By Nicholas Chase Publisher : Sams Publishing Pub Date : December 16, 2002 ISBN : 0-672-32422-9 Pages : 1024 This book presents XML programming from a conceptual

More information

Arbortext 6.1. Curriculum Guide

Arbortext 6.1. Curriculum Guide Arbortext 6.1 Curriculum Guide Live Classroom Curriculum Guide Authoring using Arbortext Editor 6.1 Authoring for DITA using Arbortext Editor 6.1 Using Arbortext Styler 6.1 Configuring the Arbortext 6.1

More information

Arbortext 7.0. Curriculum Guide

Arbortext 7.0. Curriculum Guide Arbortext 7.0 Curriculum Guide Live Classroom Curriculum Guide Authoring using PTC Arbortext Editor 7.0 Authoring for DITA using PTC Arbortext Editor 7.0 Configuring the PTC Arbortext 7.0 Environment Introduction

More information

Peers Technologies Pvt. Ltd. SHAREPOINT 2010 SHAREPOINT 2010 USAGE SHAREPOINT SERVER 2010 ADMINISTRATION SHAREPOINT SERVER 2010 DESIGN

Peers Technologies Pvt. Ltd. SHAREPOINT 2010 SHAREPOINT 2010 USAGE SHAREPOINT SERVER 2010 ADMINISTRATION SHAREPOINT SERVER 2010 DESIGN Page 1 Peers Technologies Pvt. Ltd. Course Brochure 2010 2010 USAGE SERVER 2010 ADMINISTRATION SERVER 2010 DESIGN SERVER 2010 DEVELOPMENT Page 2 SharePoint 2010 Usage Course Outline This course takes users

More information

REQUEST FOR PROPOSALS: ARTIST TRUST WEBSITE REDESIGN

REQUEST FOR PROPOSALS: ARTIST TRUST WEBSITE REDESIGN REQUEST FOR PROPOSALS: ARTIST TRUST WEBSITE REDESIGN March 30, 2018 PROJECT OVERVIEW Artist Trust is looking for a website developer to redesign and build our new website. The ideal developer will work

More information

Cms User Guide Template Microsoft Publisher

Cms User Guide Template Microsoft Publisher Cms User Guide Template Microsoft Publisher CMS XLC Appendix 8-H: Contact List. CMS XLC Approvals. For instructions on using this template, please see Notes to Author/Template Instructions on page iii.

More information

The Now Platform Reference Guide

The Now Platform Reference Guide The Now Platform Reference Guide A tour of key features and functionality START Introducing the Now Platform Digitize your business with intelligent apps The Now Platform is an application Platform-as-a-Service

More information

IBM Tivoli Identity Manager V5.1 Fundamentals

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

More information

BOV89296 SUSE Best Practices Sharing Expertise, Experience and Knowledge. Christoph Wickert Technical Writer SUSE /

BOV89296 SUSE Best Practices Sharing Expertise, Experience and Knowledge. Christoph Wickert Technical Writer SUSE / BOV89296 SUSE Best Practices Sharing Expertise, Experience and Knowledge Christoph Wickert Technical Writer SUSE / cwickert@suse.com AGENDA The SUSE Documentation Team SUSE Best Practices Open Source Tools

More information

Mobile Application Workbench. SAP Mobile Platform 3.0 SP02

Mobile Application Workbench. SAP Mobile Platform 3.0 SP02 SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC-01-0302-01 LAST REVISED: January 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced

More information

Oracle Data Integration and OWB: New for 11gR2

Oracle Data Integration and OWB: New for 11gR2 Oracle Data Integration and OWB: New for 11gR2 C. Antonio Romero, Oracle Corporation, Redwood Shores, US Keywords: data integration, etl, real-time, data warehousing, Oracle Warehouse Builder, Oracle Data

More information

Technical Intro Part 1

Technical Intro Part 1 Technical Intro Part 1 Learn how to create, manage, and publish content with users and groups Hannon Hill Corporation 950 East Paces Ferry Rd Suite 2440, 24 th Floor Atlanta, GA 30326 Tel: 800.407.3540

More information

The Adobe XML Architecture

The Adobe XML Architecture TECHNOLOGY BRIEF The Adobe XML Architecture Introduction As enterprises struggle to balance the need to respond to continually changing business priorities against ever-shrinking budgets, IT managers are

More information

Oracle BI Publisher 11g R1: Fundamentals

Oracle BI Publisher 11g R1: Fundamentals Oracle BI Publisher 11g R1: Fundamentals Volume I Student Guide D68420GC10 Edition 1.0 June 2011 D73304 Authors Lea Shaw Sindhu Rao Technical Contributors and Reviewers Timothy McGlue Nikos Psomas Pradeep

More information

Empowering DBA's with IBM Data Studio. Deb Jenson, Data Studio Product Manager,

Empowering DBA's with IBM Data Studio. Deb Jenson, Data Studio Product Manager, Empowering DBA's with IBM Data Studio Deb Jenson, Data Studio Product Manager, dejenson@us.ibm.com Disclaimer Copyright IBM Corporation [current year]. All rights reserved. U.S. Government Users Restricted

More information

Hospital System Lowers IT Costs After Epic Migration Flatirons Digital Innovations, Inc. All rights reserved.

Hospital System Lowers IT Costs After Epic Migration Flatirons Digital Innovations, Inc. All rights reserved. Hospital System Lowers IT Costs After Epic Migration 2018 Flatirons Digital Innovations, Inc. All rights reserved. A large hospital system was migrating to the EPIC software product suite and as part of

More information

IBM Rational Developer for System z Version 7.5

IBM Rational Developer for System z Version 7.5 Providing System z developers with tools for building traditional and composite applications in an SOA and Web 2.0 environment IBM Rational Developer for System z Version 7.5 Highlights Helps developers

More information

SAS AppDev Studio TM 3.4 Eclipse Plug-ins. Migration Guide

SAS AppDev Studio TM 3.4 Eclipse Plug-ins. Migration Guide SAS AppDev Studio TM 3.4 Eclipse Plug-ins Migration Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS AppDev Studio TM 3.4 Eclipse Plug-ins: Migration

More information

Drupal 8 THE VIDER ITY APPR OACH

Drupal 8 THE VIDER ITY APPR OACH Drupal 8 THE VIDER ITY APPROACH Introduction DR UPAL 8: THE VIDER ITY APPROACH Viderity focuses on designing the Total User Experience for Drupal sites, using a user-centered design approach Traditionally,

More information

Colorado College. Website Redesign. Colorado College. August 10, 2010

Colorado College. Website Redesign. Colorado College. August 10, 2010 Website Redesign August 10, 2010 1 Who is Paskill Stapleton & Lord? Marketing Strategies and Solutions for Higher Education 25 years, 375 schools, and 300 awards 2 Our dedicated professionals provide consistent

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.0 SP1.5 User Guide P/N 300 005 253 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All

More information

Content Management for the Defense Intelligence Enterprise

Content Management for the Defense Intelligence Enterprise Gilbane Beacon Guidance on Content Strategies, Practices and Technologies Content Management for the Defense Intelligence Enterprise How XML and the Digital Production Process Transform Information Sharing

More information

Invitation to Tender Content Management System Upgrade

Invitation to Tender Content Management System Upgrade Invitation to Tender Content Management System Upgrade The IFRS Foundation (Foundation) is investigating the possibility of upgrading the Content Management System (CMS) it currently uses to support its

More information

Oracle Utilities Application Framework

Oracle Utilities Application Framework Oracle Utilities Application Framework API Reference Notes Release 4.x E54104-04 March 2017 Oracle Utilities Application Framework API Reference Notes Release 4.x E54104-04 Copyright 2017, Oracle and/or

More information

IBM. IBM i2 Analyze Windows Upgrade Guide. Version 4 Release 1 SC

IBM. IBM i2 Analyze Windows Upgrade Guide. Version 4 Release 1 SC IBM IBM i2 Analyze Windows Upgrade Guide Version 4 Release 1 SC27-5091-00 Note Before using this information and the product it supports, read the information in Notices on page 19. This edition applies

More information

Toad Data Point - Professional Edition

Toad Data Point - Professional Edition Toad Data Point Version 3.6 New in This Release Thursday, October 23, 2014 Contents Toad Data Point - Professional Edition Toad Data Point - Base and Professional Editions Idea Pond Toad Data Point - Professional

More information

Oracle WebCenter Portal. Starting Points for Oracle WebCenter Portal Installation

Oracle WebCenter Portal. Starting Points for Oracle WebCenter Portal Installation Oracle WebCenter Portal Installation and Configuration Roadmap 11g Release 1 (11.1.1.8.0) for Windows E22628-04 July 2013 This documentation roadmap provides instructions on how to install, upgrade, and/or

More information

Metadata Based Impact and Lineage Analysis Across Heterogeneous Metadata Sources

Metadata Based Impact and Lineage Analysis Across Heterogeneous Metadata Sources Metadata Based Impact and Lineage Analysis Across Heterogeneous Metadata Sources Presentation at the THE 9TH ANNUAL Wilshire Meta-Data Conference AND THE 17TH ANNUAL DAMA International Symposium by John

More information

Product Roadmap Structured Content Technologies

Product Roadmap Structured Content Technologies 1 Product Roadmap Structured Content Technologies Frank Closset, CTO Andrew Trese, Chief Architect Tom Smith, Product Marketing Executive Laurens van den Oever, Director Structured Authoring Agenda What

More information

Oracle User Productivity Kit Reports Management. E July 2012

Oracle User Productivity Kit Reports Management. E July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved.

More information

The DITA business case

The DITA business case The DITA business case Maximizing content value Sarah O'Keefe Bill Swallow September 17, 2018 Executive summary Executive summary Companies require content to support ever-increasing requirements, including:

More information

DB2 for z/os: Programmer Essentials for Designing, Building and Tuning

DB2 for z/os: Programmer Essentials for Designing, Building and Tuning Brett Elam bjelam@us.ibm.com - DB2 for z/os: Programmer Essentials for Designing, Building and Tuning April 4, 2013 DB2 for z/os: Programmer Essentials for Designing, Building and Tuning Information Management

More information

How To Customize the SAP User Interface Using Theme Editor

How To Customize the SAP User Interface Using Theme Editor SAP NetWeaver How-To Guide How To Customize the SAP User Interface Using Theme Editor Applicable Releases: SAP NetWeaver 7.0 and 7.11 Version 1.0 June 2010 Copyright 2010 SAP AG. All rights reserved. No

More information

Maintain Your F5 Solution with Fast, Reliable Support

Maintain Your F5 Solution with Fast, Reliable Support What s Inside 2 Standard and Premium Support Features 2 Expert Assistance When You Need It 2 Proactive Case Management 3 irules Support 3 Software Upgrades and Updates 3 Self-Service Resources 3 Expedited

More information

COLUMN. Worlds apart: the difference between intranets and websites. The purpose of your website is very different to that of your intranet MARCH 2003

COLUMN. Worlds apart: the difference between intranets and websites. The purpose of your website is very different to that of your intranet MARCH 2003 KM COLUMN MARCH 2003 Worlds apart: the difference between intranets and websites Beyond a common use of HTML, intranets and corporate websites (internet sites) are very different animals. The needs they

More information

Automating Publishing Workflows through Standardization. XML Publishing with SDL

Automating Publishing Workflows through Standardization. XML Publishing with SDL Automating Publishing Workflows through. XML Publishing with SDL sdl.com Automating Publishing Workflows through This white paper provides our perspective on the use of XML standards in managing styles

More information

SAP BusinessObjects Performance Management Deployment Tool Guide

SAP BusinessObjects Performance Management Deployment Tool Guide SAP BusinessObjects Performance Management Deployment Tool Guide SAP BusinessObjects XI 3.1 XI3.1 Service Pack 3 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

UPGRADING DEVELOPMENT SKILLS

UPGRADING DEVELOPMENT SKILLS RSM TECHNOLOGY ACADEMY Syllabus and Agenda UPGRADING DEVELOPMENT SKILLS FOR MICROSOFT DYNAMICS 365 FOR OPERATIONS Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 4 Guaranteed

More information

SCM380 SAP MII - Manufacturing Integration and Intelligence Fundamentals

SCM380 SAP MII - Manufacturing Integration and Intelligence Fundamentals SCM380 SAP MII - Manufacturing Integration and Intelligence Fundamentals. COURSE OUTLINE Course Version: 10 Course Duration: 4 SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All

More information

REQUEST FOR PROPOSAL (RFP) WEB SITE UPGRADE

REQUEST FOR PROPOSAL (RFP) WEB SITE UPGRADE REQUEST FOR PROPOSAL (RFP) WEB SITE UPGRADE POETRY SOCIETY OF NEW HAMPSHIRE PO BOX 1118 AMHERST, NH 03031 DECEMBER 1, 2017 DOCUMENT # PSNH2017RFP01 TABLE OF CONTENTS 1. Summary and Background... 2 2. Proposal

More information

Mission Possible: Move to a Content Management System to Deliver Business Results from Legacy Content

Mission Possible: Move to a Content Management System to Deliver Business Results from Legacy Content Mission Possible: Move to a Content Management System to Deliver Business Results from Legacy Content Greg Fagan, Sales Director Data Conversion Laboratory So you ve decided you need a system to migrate,

More information

Managing Exchange Migration with Enterprise Vault

Managing Exchange Migration with Enterprise Vault WHITE PAPER Managing Exchange Migration with Enterprise Abstract: Many organizations today are considering either replacing their legacy mail system, for example GroupWise or ccmail, with Microsoft Exchange

More information

SAS Theme Designer 3.1 for Flex

SAS Theme Designer 3.1 for Flex SAS Theme Designer 3.1 for Flex User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. SAS Theme Designer for Flex 3.1: User s Guide. Cary,

More information

Siebel CTI Administration Guide. Siebel Innovation Pack 2015, Rev. A October 2015

Siebel CTI Administration Guide. Siebel Innovation Pack 2015, Rev. A October 2015 Siebel CTI Administration Guide Siebel Innovation Pack 2015, Rev. A October 2015 Copyright 2005, 2015 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

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

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle WebCenter Portal and ADF Development Richard Maldonado Principal Product Manager 2 Copyright 2012, Oracle and/or its affiliates.

More information

Microsoft FAST Search Server 2010 for SharePoint Evaluation Guide

Microsoft FAST Search Server 2010 for SharePoint Evaluation Guide Microsoft FAST Search Server 2010 for SharePoint Evaluation Guide 1 www.microsoft.com/sharepoint The information contained in this document represents the current view of Microsoft Corporation on the issues

More information

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework An Oracle White Paper October 2012 Release Notes - V4.2.0.0.0 Oracle Utilities Application Framework Introduction... 2 Disclaimer... 2 Deprecation of Functionality... 2 New or Changed Features... 4 Native

More information

Evaluation Guide for ASP.NET Web CMS and Experience Platforms

Evaluation Guide for ASP.NET Web CMS and Experience Platforms Evaluation Guide for ASP.NET Web CMS and Experience Platforms CONTENTS Introduction....................... 1 4 Key Differences...2 Architecture:...2 Development Model...3 Content:...4 Database:...4 Bonus:

More information

SharePoint Portal Server 2003 Advanced Migration Scenarios

SharePoint Portal Server 2003 Advanced Migration Scenarios SharePoint Portal Server 2003 Advanced Migration Scenarios White Paper Published: March 2004 Table of Contents Introduction 1 Related White Papers 1 Background 2 SharePoint Portal Server 2003 Document

More information

REQUEST FOR PROPOSALS ZONING ORDINANCE

REQUEST FOR PROPOSALS ZONING ORDINANCE REQUEST FOR PROPOSALS ZONING ORDINANCE City of Allegan Allegan County, Michigan A. Background. The City of Allegan is hereby requesting proposals from qualified, multidisciplinary professionals in the

More information

WEDC FY WSCM REDESIGN RFP January 23, 2019 RESPONSE TO QUESTIONS SUBMITTED

WEDC FY WSCM REDESIGN RFP January 23, 2019 RESPONSE TO QUESTIONS SUBMITTED RESPONSE TO QUESTIONS SUBMITTED A. Technical (User Path/API/Hosting) 1. Many questions have pertained to the process involved in creating a profile, posting an RFP, etc. To answer these question, we encourage

More information

What is a Mobile Responsive Website?

What is a Mobile Responsive Website? More and more of your target audience is viewing websites using smart phones and tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business,

More information

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 White Paper November 2007 For the latest information, please see www.microsoft.com/vstudio This is a preliminary document

More information

Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA

Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA Technical white paper Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA HP Database and Middleware Automation version 10.30 Table of Contents Purpose 2 Prerequisites 4

More information

Migration With Duda.

Migration With Duda. Migration With Duda A Comprehensive Guide to the Opportunities and Considerations that Come with Website Migration for DIY and DIFM Solutions Providers. www.dudamobile.com Table of Contents Introduction

More information

Oracle Hospitality Inventory Management Security Guide Release 9.1 E

Oracle Hospitality Inventory Management Security Guide Release 9.1 E Oracle Hospitality Inventory Management Security Guide Release 9.1 E97550-01 June 2018 Copyright 2001, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

Oracle Forms and Oracle APEX The Odd Couple

Oracle Forms and Oracle APEX The Odd Couple Oracle Forms and Oracle APEX The Odd Couple About me 2 Francis Mignault CTO and Co-founder, Insum Solutions 30+ years with Oracle DB, 14+ years with APEX. (Forms 2.3 / Oracle 5) Books: Expert Oracle Application

More information

EMC Documentum Process Engine

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

More information

MobiControl v13: Package Rules to Profiles Migration Guide. January 2016

MobiControl v13: Package Rules to Profiles Migration Guide. January 2016 MobiControl v13: Package Rules to Profiles Migration Guide January 2016 Copyright 2016 SOTI Inc. All rights reserved. This documentation and the software described in this document are furnished under

More information

Best Practices in Enterprise Data Governance

Best Practices in Enterprise Data Governance Best Practices in Enterprise Data Governance Scott Gidley and Nancy Rausch, SAS WHITE PAPER SAS White Paper Table of Contents Introduction.... 1 Data Governance Use Case and Challenges.... 1 Collaboration

More information

SAS Theme Designer 4.7 for Flex

SAS Theme Designer 4.7 for Flex SAS Theme Designer 4.7 for Flex User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS Theme Designer 4.7 for Flex: User's Guide.

More information

Talend Open Studio for Data Quality. User Guide 5.5.2

Talend Open Studio for Data Quality. User Guide 5.5.2 Talend Open Studio for Data Quality User Guide 5.5.2 Talend Open Studio for Data Quality Adapted for v5.5. Supersedes previous releases. Publication date: January 29, 2015 Copyleft This documentation is

More information

ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E

ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E ORACLE USER PRODUCTIVITY KIT KNOWLEDGE CENTER: REPORTS MANAGEMENT RELEASE 11.0 PART NO. E23918-01 JULY 2011 COPYRIGHT & TRADEMARKS Copyright 1998, 2011, Oracle and/or its affiliates. All rights reserved.

More information

Website Development Request for Proposal (RFP)

Website Development Request for Proposal (RFP) Website Development Request for Proposal (RFP) BACKGROUND The Charlotte Regional Realtor Association (CRRA) is a trade association for real estate professionals in the greater Charlotte metropolitan area..

More information

WHO SHOULD ATTEND? ITIL Foundation is suitable for anyone working in IT services requiring more information about the ITIL best practice framework.

WHO SHOULD ATTEND? ITIL Foundation is suitable for anyone working in IT services requiring more information about the ITIL best practice framework. Learning Objectives and Course Descriptions: FOUNDATION IN IT SERVICE MANAGEMENT This official ITIL Foundation certification course provides you with a general overview of the IT Service Management Lifecycle

More information

Oracle WebCenter Portal

Oracle WebCenter Portal Oracle WebCenter Portal Installation and Configuration Roadmap 11g Release 1 (11.1.1.6.0) for Windows E22628-02 November 2011 Welcome to Oracle WebCenter Portal! Use this documentation roadmap to find

More information

Essential Angular for ASP.NET Core MVC

Essential Angular for ASP.NET Core MVC Essential Angular for ASP.NET Core MVC Adam Freeman Essential Angular for ASP.NET Core MVC Adam Freeman London, UK ISBN-13 (pbk): 978-1-4842-2915-6 ISBN-13 (electronic): 978-1-4842-2916-3 DOI 10.1007/978-1-4842-2916-3

More information

AIM. 10 September

AIM. 10 September AIM These two courses are aimed at introducing you to the World of Web Programming. These courses does NOT make you Master all the skills of a Web Programmer. You must learn and work MORE in this area

More information

EnterpriseTrack Reporting Data Model Configuration Guide Version 17

EnterpriseTrack Reporting Data Model Configuration Guide Version 17 EnterpriseTrack EnterpriseTrack Reporting Data Model Configuration Guide Version 17 October 2018 Contents About This Guide... 5 Configuring EnterpriseTrack for Reporting... 7 Enabling the Reporting Data

More information

Oracle. Service Cloud Knowledge Advanced Implementation Guide

Oracle. Service Cloud Knowledge Advanced Implementation Guide Oracle Service Cloud Knowledge Advanced Implementation Guide Release November 2016 Oracle Service Cloud Part Number: E80590-02 Copyright 2015, 2016, Oracle and/or its affiliates. All rights reserved Authors:

More information

SOA Software Intermediary for Microsoft : Install Guide

SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft Install Guide SOAIM_60 August 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks

More information

Lisa Chen University Computing Systems June 2012

Lisa Chen University Computing Systems June 2012 Lisa Chen University Computing Systems June 2012 New Web Server Environment About WordPress URI Approach Demo of Pilot Sites ITS Migration Plan Dedicated secure web servers for: WordPress system PHP-based

More information

UX300 SAP Screen Personas 3.0 Development

UX300 SAP Screen Personas 3.0 Development UX300 SAP Screen Personas 3.0 Development. COURSE OUTLINE Course Version: 03 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

EMC Documentum Composer

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

More information

SAS 9.4 Foundation Services: Administrator s Guide

SAS 9.4 Foundation Services: Administrator s Guide SAS 9.4 Foundation Services: Administrator s Guide SAS Documentation July 18, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS 9.4 Foundation Services:

More information

Akana API Platform: Upgrade Guide

Akana API Platform: Upgrade Guide Akana API Platform: Upgrade Guide Version 8.0 to 8.2 Akana API Platform Upgrade Guide Version 8.0 to 8.2 November, 2016 (update v2) Copyright Copyright 2016 Akana, Inc. All rights reserved. Trademarks

More information

SDL AuthorAssistant. Installation Guide

SDL AuthorAssistant. Installation Guide SDL AuthorAssistant Installation Guide OPYRIGHT SDL AUTHORASSISTANT 2010 SP3 INSTALLATION GUIDE opyright 2005-2012 SDL plc. All rights reserved. No part of this documentation may be duplicated in whole

More information

Document-Centric Computing

Document-Centric Computing Document-Centric Computing White Paper Abstract A document is a basic instrument for business and personal interaction and for capturing and communicating information and knowledge. Until the invention

More information

How Information Architecture can improve in SharePoint 2013

How Information Architecture can improve in SharePoint 2013 How Information Architecture can improve in SharePoint 2013 Virgil Carroll President High Monkey Consulting About Me From the great State of Alaska Certified Athletic Trainer Masters in Instructional Design

More information

Product Brief DESIGN GALLERY

Product Brief DESIGN GALLERY Product Brief DESIGN GALLERY Release Enhancements List Note: The intention of the below listing is to highlight enhancements that have been added to the product. The below does not list defect fixes that

More information

Improved Database Development using SQL Compare

Improved Database Development using SQL Compare Improved Database Development using SQL Compare By David Atkinson and Brian Harris, Red Gate Software. October 2007 Introduction This white paper surveys several different methodologies of database development,

More information

Archivists Workbench: White Paper

Archivists Workbench: White Paper Archivists Workbench: White Paper Robin Chandler, Online Archive of California Bill Landis, University of California, Irvine Bradley Westbrook, University of California, San Diego 1 November 2001 Background

More information

CRM Insights. User s Guide

CRM Insights. User s Guide CRM Insights User s Guide Copyright This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

Application Container Cloud

Application Container Cloud APPLICATION CONTAINER CLOUD Application Container Cloud with Java SE and Node The Best Java SE and Node Cloud. Get the choice of either Oracle Java SE Advanced, including Flight Recorder for production

More information

TIBCO Spotfire Statistics Services Release Notes

TIBCO Spotfire Statistics Services Release Notes TIBCO Spotfire Statistics Services Release Notes Software Release 6.5 April 2014 Two-Second Advantage 2 Important SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Verint Knowledge Management Solution Brief Overview of the Unique Capabilities and Benefits of Verint Knowledge Management

Verint Knowledge Management Solution Brief Overview of the Unique Capabilities and Benefits of Verint Knowledge Management Verint Knowledge Management Solution Brief Overview of the Unique Capabilities and Benefits of Verint Knowledge Management November 2015 Table of Contents Introduction... 1 Verint Knowledge Management

More information

FileMaker Business Alliance. Program Guide

FileMaker Business Alliance. Program Guide FileMaker Business Alliance Program Guide FileMaker Business Alliance Program Guide Get Started... 3 FBA Business Types and Requirements... 4 Partner Levels... 7 FBA Six Pillars of Excellence... 10 Contact

More information

Oracle Forms Modernization Through Automated Migration. A Technical Overview

Oracle Forms Modernization Through Automated Migration. A Technical Overview Oracle Forms Modernization Through Automated Migration A Technical Overview Table of Contents Document Overview... 3 Oracle Forms Modernization... 3 Benefits of Using an Automated Conversion Tool... 3

More information

PTC Employs Its Own Arbortext Software to Improve Delivery of PTC University Learning Content Materials

PTC Employs Its Own Arbortext Software to Improve Delivery of PTC University Learning Content Materials PTC Employs Its Own Arbortext Software to Improve Delivery of PTC University Learning Content Materials Produces Higher Quality Courseware, Faster Development Cycles for Global Training Content Produces

More information

: Course : SharePoint 2016 Site Collection and Site Administration

: Course : SharePoint 2016 Site Collection and Site Administration Module Title Duration : Course 55194 : SharePoint 2016 Site Collection and Site Administration : 5 days Course Description This five-day instructor-led course is intended for power users and IT professionals,

More information

Administrator's Guide

Administrator's Guide Administrator's Guide EPMWARE Version 1.0 EPMWARE, Inc. Published: July, 2015 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information