Nuxeo Enterprise Platform v5.2

Size: px
Start display at page:

Download "Nuxeo Enterprise Platform v5.2"

Transcription

1 Reference Code: TA001693CMT Publication Date: Jully 2009 Author: Balachandar Ganesh, Sue Clarke TECHNOLOGY AUDIT Nuxeo Enterprise Platform v5.2 Nuxeo BUTLER GROUP VIEW ABSTRACT Nuxeo is a provider of open source Enterprise Content Management (ECM) solutions. The company s flagship offering, the Nuxeo Galaxy suite comprises the Java-based Nuxeo Enterprise Platform (EP) and components that sit on top of it to provide horizontal- and vertical-specific services. The EP is built on an infrastructure of plug-ins and extension points based on Open Services Gateway initiative (OSGi) standards. The components, which are essentially packaged applications, are built on a component-composition architecture and they talk to the Nuxeo EP using Web-services-based APIs. In Butler Group s opinion, the Nuxeo Galaxy suite scores particularly highly on Document Management (DM) and Digital Asset Management (DAM). The solution includes embedded search capabilities, workflow, rules engine, and an open source content repository as well as collaboration, Records Management (RM) and Web Content Management (WCM) capabilities. The target market for Nuxeo s ECM solution is primarily medium-sized businesses with 500 or more employees. KEY FINDINGS Nuxeo EP is extensible as it is developed on a plug-ins based architecture. Impressive Document Management and DAM capabilities. Offers embedded search capabilities. The solution is based on the open source LGPL licensing model. Open source model offsets acquisition costs and makes deployment economically viable. Offers document annotation and image editing capabilities from within Nuxeo s UI. The solution s collaboration capabilities lack inbuilt support for IM applications. Nuxeo s Galaxy suite has been developed on the Java code base. LOOK AHEAD Nuxeo s development plans include offering support for the Microsoft SharePoint protocol, the Content Management Interoperability Services (CMIS) specification, and the setting up of a Nuxeo workshop with commonly available development tools and debuggers to help build a community for developers to build applications for Nuxeo s EP. Butler Group. This Technology Audit is a licensed product and is not to be photocopied Page 1

2 FUNCTIONALITY The need to manage and monitor the entire lifecycle of content, from creation through to policy-based storage for streamlined retrieval and reuse, has become imperative in today s information-driven business environment. However, many current Enterprise Content Management (ECM) solutions do not reach a high percentage of enterprise information workers, due to high acquisition and ongoing maintenance costs and low usability. Also, most proprietary ECM solutions are targeted towards information workers involved in executing complex content-centric business processes, and these solutions usually involve a substantial degree of user training and changes in working practices that reduce adoption rates amongst the lower strata of the knowledge worker base. Open source ECM vendors have seen a considerable uptake in the recent past for this very reason. They target the needs of the mass, rather than restricting themselves to providing specialised, high-value capabilities for a few users. Product Analysis The Nuxeo Galaxy suite is Nuxeo s ECM offering, which comprises the Nuxeo Enterprise Platform, and a number of horizontal as well as vertical applications running on top of it. A schematic view of the Nuxeo Galaxy suite is illustrated in Figure 1. Figure 1: The Nuxeo Galaxy Suite Source: Nuxeo D A T A M O N I T O R Butler Group. This Technology Audit is a licensed product and is not to be photocopied Page 2

3 The Nuxeo Enterprise Platform (EP) is the core underpinning element of the Nuxeo Galaxy suite. The platform is Java based and is tied to the open source Apache JackRabbit repository. Nuxeo EP offers basic library services such as a query engine, access control, policy enforcement, content model, versioning, lifecycle management, audit trail, import/export, and metadata extraction. This platform is extensible in the sense that it is built on an infrastructure of plug-ins and extension points, based on the Open Services Gateway initiative (OSGi) (an open standards organisation that provides a framework for the modularisation of an application into smaller components). Horizontal and/or vertical applications that sit on top of this platform are developed using a component composition system meaning, they are self-contained black boxes providing certain services or pieces of functionality that extend the platform s functionality. These applications interface with the Nuxeo EP by means of an API. Nuxeo was initially developed on the open source Zope application server and was scripted using the objectoriented Python scripting language before the company decided to migrate to Java in This migration involved rewriting the entire application from scratch. Butler Group considers the migration to the Java code base as a step in the right direction by Nuxeo, as Java has a better portfolio of open source libraries than Python. The most relevant Java-based open source libraries from the ECM perspective include Jackrabbit (open source content repository), Lucene (open source search engine), jbpm (open source workflow management system), and JBoss Rules (open source, standards-based business rules engine). Nuxeo NewsWave, one of Nuxeo s packaged applications, leverages the platform s collaboration, Document Management (DM), Digital Asset Management (DAM), search, and workflow capabilities to provide a Web Content Management (WCM) system for press agencies and media houses. Figure 2 is a screenshot of the NewsWave UI. As illustrated, the NewsWave application segments the editor s console into multiple customisable workspaces. The screenshot below shows the solution s ability to support dynamic information feeds, multimedia content preview, content annotation, collaborative content authoring based on user-access rights (modify or read-only), a rich text editor, search, and content publishing. Butler Group. This Technology Audit is a licensed product and is not to be photocopied Page 3

4 Figure 2: Screenshot of the Nuxeo NewsWave UI Source: Nuxeo D A T A M O N I T O R Butler Group is particularly impressed with Nuxeo EP s extensible nature and believes that, with strong participation from within its developer community as well as from its integration partners, Nuxeo could, going forward, provide a number of vertical components that integrate with line-of-business applications as well as services that cater for vertical-specific requirements. Also, the open standards-based approach of Nuxeo, coupled with the company s stated promise of offering support for the Content Management Interoperability Services (CMIS) proposed standard in the near future, further enhances Nuxeo s capability to provide a standardised platform for information access and delivery across multi-vendor repositories. Butler Group. This Technology Audit is a licensed product and is not to be photocopied Page 4

5 Product Operation The architecture of Nuxeo s ECM solution is illustrated in Figure 3. Nuxeo Core, along with the content repository forms the foundation of the Nuxeo EP. It is capable of running on any Java platform (for example, the JBoss application server) and it can be extended using plug-ins. It can implement the JCA (Java EE Connector Architecture) to plug itself into third-party applications (for example, an RCP Eclipse application), and information systems. Nuxeo Core provides all the necessary low-level services to define, store, manage, audit, request, and search content. It also offers basic library services such as the query engine, access control, policy enforcement, content model, versioning, lifecycle management, audit trail, import/export, and metadata extraction. Figure 3: Nuxeo Architecture Source: Nuxeo D A T A M O N I T O R Butler Group. This Technology Audit is a licensed product and is not to be photocopied Page 5

6 The Nuxeo Service Platform (SP) sits on top of the Nuxeo Core to form the Nuxeo EP and offers high-level Web services-based (SOAP, Representational State Transfer (REST), and Web-based Distributed Authoring and Versioning (WebDAV)) interfaces to Nuxeo Core. The concept of low- and high-level services can be better understood by considering the following example. Document Lifecycle Management is one of the core capabilities offered by the Nuxeo EP. Lifecycle Management essentially means identifying and tracking the phase or state of a document (from creation to approval to publishing) within a pre-defined business process or workflow. While Nuxeo Core does not provide an embedded workflow engine, it provides a generic way to define document lifecycles, the way the document properties are related to its lifecycle and so on. This is a low-level service. A workflow engine (high-level service) is deployed alongside the Nuxeo Core which leverages the API exposed by Nuxeo Core to define a workflow and set the document s lifecycle properties. Based on the nature of the implementation and the context of Nuxeo s ECM solution in a production environment, Nuxeo EP proposes different technologies to implement the client side of the application. Available clients are the JSF Client, Nuxeo WebEngine, RCP, GWT client, Flex client, and Nuxeo Shell. Nuxeo uses the concept of Domains for document lifecycle management. Domains are essentially thematic spaces that comprise workspaces, sections, and templates. While content creation and modification can be performed from within a workspace, published documents can be viewed (based on user access rights) from within the section. It must be stressed that these published documents, when viewed from the section, are in read-only format and cannot be edited. Administrators can leverage the template to create new workspaces and sections and add users, as well as grant permissions and access rights. Documents can be created natively from within the workspace, or can be imported manually. The solution lacks capabilities to automatically export documents from Office productivity suites to the Nuxeo EP. To this effect, Butler Group would like to see either a Nuxeo task pane embedded within MS Office, or support for the Microsoft SharePoint protocol, thereby closely linking the site of content creation to the content management system. The Nuxeo Rich Client Platform (RCP) offers a rich interface for all of the services offered by Nuxeo EP. Nuxeo has leveraged the RCP to build, in Butler Group s opinion, a good Digital Asset Management (DAM) packaged application, which includes features such as: an extensible Hypertext Markup Language (XHTML) WYSIWYG editor, documents, videos and picture annotations, metadata extraction (for example, Exchangeable Image File Format (EXIF), International Press Telecommunications Council (IPTC), Extensible Metadata Platform (XMP), and ID3), thumbnail viewing, a batch image browser (to view images), and an image processing tool (to edit photos and change their resolution). The RCP also includes a set of portlets that can be customised, based on user requirements. The Nuxeo WebEngine is a content-centric Web 2.0 framework that facilitates the development of collaborative and dynamic Web sites and applications. These applications leverage the capabilities of the Nuxeo EP to collate and integrate unstructured information and leverage collaborative capabilities such as blogs, wikis, social networks, RSS feeds, and mashups to build content-centric Web applications. The Nuxeo WebEngine uses a REST-style architecture where access to all resources, including the content residing within Nuxeo workspaces, is provided via HyperText Transfer Protocol (HTTP). Nuxeo has embedded search capabilities that enable users to search for indexed documents. Nuxeo leverages the open source Lucene search engine, which offers Java-based indexing and search capabilities as well as features such as spellchecking and hit highlighting. A search toolbar that is embedded within the Nuxeo UI offers simple keyword-based search capabilities. The solution also offers advanced search features allowing users to specify parameters, (for example, dates of document-related events such as document creation date and publication date). Butler Group. This Technology Audit is a licensed product and is not to be photocopied Page 6

7 Product Emphasis Nuxeo does not attempt to compete with high-end, sophisticated, proprietary solution providers of ECM: rather it supplements these offerings by extending the reach of ECM across a wider user base. Keeping this in perspective, Butler Group believes the emphasis of the Nuxeo solution is in offering a platform-based solution that extends itself to provide horizontal-specific, as well as vertical-specific, content management services. We consider the Nuxeo EP to be a good, scalable platform, which offers basic library services that can be exposed to components that sit on top of the platform, to provide capabilities around DM, Collaboration, DAM, Records Management, and search. Nuxeo also offers packaged vertical-specific applications such as its press editorial system and DAM for Intelligence Agencies. DEPLOYMENT The resources that implement Nuxeo within any organisation are tasked with adapting the solution s interface, customising the document topology, and installing a business-proofed production instance of the solution. To this effect, Nuxeo offers a five-day training course that provides the basic concepts required to configure, customise, and install the solution. The company also offers a two-day post-installation training course that deals with monitoring the solution and configuring it for tasks such as replication and backups. Organisations have an option of deploying Nuxeo either through their internal resources, in which case it is recommended that they undergo the aforementioned training courses, or they can work with Systems Integrators (SIs). Nuxeo offers an intensive two-week training course for SIs and partners. The average time for deployment varies depending on the project scope and complexity. For example, a simple deployment that involves customising the interface, and configuring one set of metadata and one customised search interface can be performed in ten to 20 days. For larger ECM projects, the implementation time typically ranges from three months to one year. Nuxeo EP can be implemented in a modular manner, since it leverages the OSGi standard. The solution s architecture makes use of a component-based framework that offers specific pieces of functionality, which can be activated or de-activated on a needs basis. Post implementation, the resources that maintain Nuxeo typically perform basic operations such as checking the database connection pool and checking file system space. From past deployment examples, Nuxeo states that these resources are mostly provided from within the end-user organisation. Nuxeo's software is available on platforms such as Solaris, Linux (RHEL, Debian, and Ubuntu), Windows (XP, 2003, and 2008) and MacOS X. Nuxeo ties itself to one of the following databases: Oracle, PostgreSQL, MS SQL Server, MySQL, or DB2. Legacy integration is available using the following approaches: WebDAV access, legacy file system import, and Windows SharePoint Protocol (in the pipeline). Once implemented, MS Office and Windows Explorer can browse Nuxeo's repository as a SharePoint Server. Nuxeo s platform, as well as the horizontal/vertical specific components that sit above this platform, is available free of charge under the LGPL licence. Nuxeo Connect is the company s support offering available to organisations opting for professional support. Nuxeo charges for its support on a per-application basis and offers three Service Level Agreement (SLA) levels, the specifications of which are outlined in the figure below. Butler Group. This Technology Audit is a licensed product and is not to be photocopied Page 7

8 Figure 4: Nuxeo SLA options for the ECM platform Source: Nuxeo D A T A M O N I T O R PRODUCT STRATEGY The target market for Nuxeo EP is both horizontal and vertical. The company s strategy revolves around developing horizontal solutions, such as Nuxeo DM, Nuxeo DAM, and Nuxeo Correspondence, and vertical solutions such as, Nuxeo NewsWave, solutions for Education (Digital collaborative workspaces for teachers, pupils, parents, and administration), and DAM for Intelligence Agencies. These solutions are packaged as functionally distinct applications that extend the functionality of Nuxeo EP. In terms of company size, Nuxeo targets mid- to large-sized businesses with between 500 and tens of thousands of employees. Nuxeo adopts a direct as well as a partner-network based route to market. Direct sales are facilitated by the company s offices in Paris and London (in Europe) and Boston (in the USA). The company has established reseller agreements with SIs around the world, the most notable being with Atos Origin, Xerox, Thales, Capgemini, Logica, Steria, Business & Decision, Eurocis, AKKA Technologies, Smile, Micro Research, The Reference, Yerbabuena Software, and MetaLogic. The company s technology partnerships include RedHat and Sun Microsystems. Butler Group. This Technology Audit is a licensed product and is not to be photocopied Page 8

9 Nuxeo s release strategy involves one minor version (which caters for bug fixes and patches) every quarter along with one major release every 18 months. The company s plans for the next release (Nuxeo 6.0) involves setting up a Nuxeo Workshop, which is an environment for developers to create horizontal and vertical applications. This environment will include integration with popular development tools along with a live content browser and debugger, and the Nuxeo Command Centre, which includes facilities to monitor services through an administration console. COMPANY PROFILE Nuxeo is a privately held provider of open source ECM solutions, which is headquartered in Paris. The company has recently opened sales offices in London, UK and Boston, US. The company s open source offering, the Nuxeo Galaxy suite is based on the LGPL licensing model and has been developed on the Java platform. The company s revenue model is subscription based offering the product as a free-to-download version and charging for maintenance, support, and professional services. Nuxeo has been a provider of ECM solutions since The company has 50 employees, of which 48 are based in EMEA with the remaining two based out of North America. The employee split across functional departments is as follows: 20 in Research and Development, ten in Sales and Marketing, 14 in Support and Services, and six in Administration. Nuxeo states that it currently has over 300 customers that have opted for the company s support and services. Key customers of the company s Galaxy suite include: The Press Association, Agence France Presse (AFP), the BBC, Leroy Merlin, the French ministry of Education - Region of Rennes (France), the French Ministry of Defense Defence procurement Agency (DGA), the French Air Force, and Cengage. SUMMARY The ECM space consists of a diverse set of vendors originating from different backgrounds. While the upper end of the solution provider stack has seen a raft of acquisitions that has led to a significant shift in the strategies of large, proprietary solution providers of ECM technologies, the lower end of the vendor ecosystem has seen the entry of a number of open source vendors in the recent past, adding to the already densely populated ECM marketplace. While most of the open source vendors provide specific elements of the ECM technology stack, there exists a handful of end-to-end providers of open source ECM solutions Nuxeo being one of them. In Butler Group s opinion, Nuxeo is well placed to carve a niche out of this increasingly standardised ECM space if the company decides to leverage its integration partner and user development community, as well as in-house resources to develop more vertical-specific applications along the lines of DAM for Intelligence Agencies, which tie into specific business processes, or cater to the vertical-specific needs of enterprises. Butler Group. This Technology Audit is a licensed product and is not to be photocopied Page 9

10 Table 1: Contact Details Nuxeo 18 rue Soleillet Paris, Métro Gambetta France Tel: +33 (1) Nuxeo 8 Faneuil Hall Marketplace 3rd Floor Boston, MA USA Tel: +1 (617) Source: Nuxeo Nuxeo Betterton Street WC2H 9BP UK Tel: +44 (0) D A T A M O N I T O R Headquarters Shirethorn House, 37/43 Prospect Street, Kingston upon Hull, HU2 8PX, UK Tel: +44 (0) Fax: +44 (0) For Butler Gr Butler Direct Pty Ltd. Level 46, Citigroup Building, 2 Park Street, Sydney, NSW, 2000, Australia Tel: + 61 (02) Fax: + 61 (02) Butler Group 245 Fifth Avenue, 4th Floor, New York, NY 10016, USA Tel: Fax: more information on Butler Group s Subscription Services please contact one of the local offices above. Important Notice This report contains data and information upto-date and correct to the best of our knowledge at the time of preparation. The data and information comes from a variety of sources outside our direct control, therefore Butler Direct Limited cannot give any guarantees relating to the content of this report. Ultimate responsibility for all interpretations of, and use of, data, information and commentary in this report remains with you. Butler Direct Limited will not be liable for any interpretations or decisions made by you. oup. This Technology Audit is a licensed product and is not to be photocopied Page 10

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

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

MALAYSIAN PUBLIC SECTOR OPEN SOURCE SOFTWARE (OSS) PROGRAMME BENCHMARK/COMPARISON REPORT DOCUMENT MANAGEMENT SYSTEMS (NUXEO AND ALFRESCO)

MALAYSIAN PUBLIC SECTOR OPEN SOURCE SOFTWARE (OSS) PROGRAMME BENCHMARK/COMPARISON REPORT DOCUMENT MANAGEMENT SYSTEMS (NUXEO AND ALFRESCO) MALAYSIAN PUBLIC SECTOR OPEN SOURCE SOFTWARE (OSS) PROGRAMME BENCHMARK/COMPARISON REPORT DOCUMENT MANAGEMENT SYSTEMS (NUXEO AND ALFRESCO) DECEMBER 2009 Copyright The Government of Malaysia retains the

More information

Translation Management System

Translation Management System Reference Code: TA001289CMT Publication Date: June 2007 Author: Sue Clarke TECHNOLOGY AUDIT Translation Management System SDL International BUTLER GROUP VIEW ABSTRACT SDL Translation Management System

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

Is Liferay Right for Your Organization? Seven Things to Consider When Choosing a Portal Platform

Is Liferay Right for Your Organization? Seven Things to Consider When Choosing a Portal Platform Is Liferay Right for Your Organization? Seven Things to Consider When Choosing a Portal Platform BY DAN LILIEDAHL, CTO, TANDEMSEVEN The outcome of your portal initiative and its success is directly related

More information

Cherwell Service Management v3.3 Cherwell Software, Inc.

Cherwell Service Management v3.3 Cherwell Software, Inc. Reference Code: TA001740ITM Publication Date: August 2009 Author: Chandranshu Singh and Stephen Mann TECHNOLOGY AUDIT Cherwell Service Management v3.3 Cherwell Software, Inc. BUTLER GROUP VIEW ABSTRACT

More information

Seamless integration Connect our solution to your business applications thanks to our open architecture

Seamless integration Connect our solution to your business applications thanks to our open architecture t b Product data management Manage Product Breakdown Structure and their configurations Process and change management Track and organize changes on your parts, products and documents Seamless integration

More information

Document Management. Document Management for the Agile Enterprise. AuraTech Pte Ltd

Document Management. Document Management for the Agile Enterprise. AuraTech Pte Ltd Document Management Document Management for the Agile Enterprise AuraTech Pte Ltd 30 Robinson Road, #04-01B Robinson Towers, Singapore 048546 http://www.consultaura.com PH: 6224 9238 Try it! Call AuraTech

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

DocDokuPLM Innovative PLM solution

DocDokuPLM Innovative PLM solution PLM DocDokuPLM Innovative PLM solution DocDokuPLM: a business solution Manage the entire lifecycle of your products from ideas to market and setup your information backbone. DocDokuPLM highlights Anywhere

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

CQ Social Collaboration Version 5.2

CQ Social Collaboration Version 5.2 Reference Code: TA001664CMT Publication Date: May 2009 Author: Sarah Burnett TECHNOLOGY AUDIT CQ Social Collaboration Version 5.2 Day Software BUTLER GROUP VIEW ABSTRACT CQ5 Social Collaboration is an

More information

VIPRION. F5 Networks TECHNOLOGY AUDIT BUTLER GROUP VIEW ABSTRACT KEY FINDINGS LOOK AHEAD

VIPRION. F5 Networks TECHNOLOGY AUDIT BUTLER GROUP VIEW ABSTRACT KEY FINDINGS LOOK AHEAD Reference Code: TA001503NAC Publication Date: October 2008 Author: Mark Blowers TECHNOLOGY AUDIT VIPRION F5 Networks BUTLER GROUP VIEW ABSTRACT VIPRION is the latest hardware platform for F5 s BIG-IP,

More information

Digital Asset Management. Content Control for Valuable Media Assets

Digital Asset Management. Content Control for Valuable Media Assets Digital Asset Management Content Control for Valuable Media Assets Overview Digital asset management is a core infrastructure requirement for media organizations and marketing departments that need to

More information

Cherwell Service Management v3.4

Cherwell Service Management v3.4 Reference Code: TA001841ITM Publication Date: January 2010 Author: Stephen Mann TECHNOLOGY AUDIT Cherwell Service Management v3.4 Cherwell Software OVUM BUTLER GROUP VIEW ABSTRACT Cherwell Service Management

More information

IBM Rational Asset Manager

IBM Rational Asset Manager Providing business intelligence for your software assets IBM Rational Asset Manager Highlights A collaborative software development asset management solution, IBM Enabling effective asset management Rational

More information

#define. What is #define

#define. What is #define #define What is #define #define is CGI s production system for Application Management and Development, offered in the context of software as a service. It is a project management tool, configuration management

More information

Typo3_tridion. SDL Tridion R5 3/21/2008

Typo3_tridion. SDL Tridion R5 3/21/2008 Product Last Updated System Requirements Application Server Approximate Cost Database License Operating System Programming Language Root Access Shell Access Web Server Security Audit Trail Captcha Content

More information

Digital Asset Management Beyond CMIS

Digital Asset Management Beyond CMIS 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

More information

Enterprises Need an Open Alternative to SharePoint

Enterprises Need an Open Alternative to SharePoint Enterprises Need an Open Alternative to SharePoint This white paper explores the key issues with SharePoint - such as vendor lock-in to a complete Microsoft stack, the burden and high cost of CALS, the

More information

ITG Software Engineering

ITG Software Engineering IBM WebSphere Administration 8.5 Course ID: Page 1 Last Updated 12/15/2014 WebSphere Administration 8.5 Course Overview: This 5 Day course will cover the administration and configuration of WebSphere 8.5.

More information

Office SharePoint Server 2007

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

More information

Identity & Access Management

Identity & Access Management Written by Alan Rodger, June 2004 TA000562IAM Technology Infrastructure Butler Group Subscription Services Identity & Access Management TECHNOLOGY AUDIT Open Systems Management (OSM) COSuser v2.3 Abstract

More information

Rich Media & HD Video Streaming Integration with Brightcove

Rich Media & HD Video Streaming Integration with Brightcove Rich Media & HD Video Streaming Integration with Brightcove IBM Digital Experience Version 8.5 Web Content Management IBM Ecosystem Development 2014 IBM Corporation Please Note IBM s statements regarding

More information

Inside the Digital Commerce Engine. The architecture and deployment of the Elastic Path Digital Commerce Engine

Inside the Digital Commerce Engine. The architecture and deployment of the Elastic Path Digital Commerce Engine Inside the Digital Commerce Engine The architecture and deployment of the Elastic Path Digital Commerce Engine Contents Executive Summary... 3 Introduction... 4 What is the Digital Commerce Engine?...

More information

Digital Document Processing

Digital Document Processing Digital Document Processing Digital Document Processing A well-planned, centralised and efficient system for managing physical and electronic documents can significantly speed up business processes, enhance

More information

Requirements Specifications for: The Management Action Record System (MARS) for the African Development Bank

Requirements Specifications for: The Management Action Record System (MARS) for the African Development Bank Annex 3 Requirements Specifications for: The Management Action Record System (MARS) for the African Development Bank The bidder is requested to identify and describe the levels of support (Full Support,

More information

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

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

More information

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

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1.6) E14294-06 November 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include:

More information

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1) E14294-04 January 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include: What

More information

Magic Quadrant for Enterprise Content Management 18 October 2012

Magic Quadrant for Enterprise Content Management 18 October 2012 Magic Quadrant for Enterprise Content Management 18 October 2012 Uptake of ECM offerings remains strong as organizations harness content to drive key business applications. Process-centric solutions, social

More information

Enterprise Content Management with Microsoft SharePoint

Enterprise Content Management with Microsoft SharePoint Enterprise Content Management with Microsoft SharePoint Overview of ECM Services and Features in Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0. A KnowledgeLake, Inc. White

More information

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010 Oracle Identity Analytics Architecture An Oracle White Paper July 2010 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

Integrating Content Management Within Enterprise Applications: The Open Standards Option. Copyright Xythos Software, Inc. 2005 All Rights Reserved

Integrating Content Management Within Enterprise Applications: The Open Standards Option. Copyright Xythos Software, Inc. 2005 All Rights Reserved Integrating Content Management Within Enterprise Applications: The Open Standards Option Copyright Xythos Software, Inc. 2005 All Rights Reserved Table of Contents Introduction...3 Why Developers Are Choosing

More information

The Sitecore Solution for Web Content Management

The Sitecore Solution for Web Content Management The Sitecore Solution for Web Content Management Building an Interactive Presence for Profitable Business Relationships Geoffrey E. Bock, Principal Bock & Company The Sitecore Solution for Web Content

More information

Sharepoint vs. inforouter

Sharepoint vs. inforouter Sharepoint vs. inforouter Introduction The purpose of this document is to compare the functionality and capability of Microsoft SharePoint Server vs. inforouter. Microsoft quote some pretty impressive

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

JBoss Enterprise Middleware. The foundation of your open source middleware reference architecture

JBoss Enterprise Middleware. The foundation of your open source middleware reference architecture JBoss Enterprise Middleware The foundation of your open source middleware reference architecture Red Hat open source solution stack changes the economics of IT infrastructure Offers proprietary replacements

More information

OpenText Content Hub for Publishers

OpenText Content Hub for Publishers OpenText Content Hub for Publishers For managing content across all your publishing channels July 2011 TOGETHER, WE ARE THE CONTENT EXPERTS WHITEPAPER 1 What is OpenText Content Hub for Publishers? OpenText

More information

Oracle Warehouse Builder 10g

Oracle Warehouse Builder 10g Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6

More information

ENTERPRISE CONTENT MANAGEMENT. Trusted by Government Easy to Use Vast Scalability Flexible Deployment Automate Business Processes

ENTERPRISE CONTENT MANAGEMENT. Trusted by Government Easy to Use Vast Scalability Flexible Deployment Automate Business Processes ENTERPRISE CONTENT MANAGEMENT Trusted by Government Easy to Use Vast Scalability Flexible Deployment Automate Business Processes ENTERPRISE CONTENT MANAGEMENT. Maintain complete control of the information

More information

Lavastorm Resolution Center 2.2 Release Frequently Asked Questions

Lavastorm Resolution Center 2.2 Release Frequently Asked Questions Lavastorm Resolution Center 2.2 Release Frequently Asked Questions Software Description What is Lavastorm Resolution Center 2.2? Lavastorm Resolution Center (LRC) is a flexible business improvement management

More information

SPSS Predictive Analytics Software (PASW)

SPSS Predictive Analytics Software (PASW) Reference Code: TA001679BIN Publication Date: June 2009 Author: Michael Thompson TECHNOLOGY AUDIT SPSS Predictive Analytics Software (PASW) SPSS, Inc. BUTLER GROUP VIEW ABSTRACT SPSS, Inc. s Predictive

More information

DataMotion Solutions - An Introduction

DataMotion Solutions - An Introduction Reference Code: TA001586SIF Publication Date: February 2009 Author: Alan Rodger TECHNOLOGY AUDIT Intelligent Information Transport Platform DataMotion ABSTRACT The Intelligent Information Transport platform

More information

Xerox Workflow Automation Services Solutions Brochure. Xerox DocuShare 7.0. Enterprise content management for every organization.

Xerox Workflow Automation Services Solutions Brochure. Xerox DocuShare 7.0. Enterprise content management for every organization. Xerox Workflow Automation Services Solutions Brochure Xerox DocuShare 7.0 Enterprise content management for every organization. Office Work Can Work Better Despite huge advances in the technology and tools

More information

SQL Server Master Data Services A Point of View

SQL Server Master Data Services A Point of View SQL Server Master Data Services A Point of View SUBRAHMANYA V SENIOR CONSULTANT SUBRAHMANYA.VENKATAGIRI@WIPRO.COM Abstract Is Microsoft s Master Data Services an answer for low cost MDM solution? Will

More information

IBM Content Integrator Enterprise Edition, Version 8.5.1

IBM Content Integrator Enterprise Edition, Version 8.5.1 IBM Software Information Management IBM Content Integrator Enterprise Edition, Version 8.5.1 Highlights Enriches portals and key business applications with federated access to content stored in multiple

More information

Security and Services

Security and Services Written by Maxine Holt, May 2005 TA000824SAS Technology Infrastructure Butler Group Subscription Services Security and Services TECHNOLOGY AUDIT Symantec Corporation Managed Security Service (MSS) Abstract

More information

Task definition PROJECT SCENARIOS. The comprehensive approach to data integration

Task definition PROJECT SCENARIOS. The comprehensive approach to data integration Data Integration Suite Your Advantages Seamless interplay of data quality functions and data transformation functions Linking of various data sources through an extensive set of connectors Quick and easy

More information

JBoss Enterprise Middleware

JBoss Enterprise Middleware JBoss Enterprise Middleware The foundation of your open source middleware reference architecture Presented By : Sukanta Basak Red Hat -- Vital Statistics Headquarters in Raleigh, NC Founded in 1993 Over

More information

Implementing SharePoint 2010 as a Compliant Information Management Platform

Implementing SharePoint 2010 as a Compliant Information Management Platform Implementing SharePoint 2010 as a Compliant Information Management Platform Changing the Paradigm with a Business Oriented Approach to Records Management Introduction This document sets out the results

More information

SOFT FLOW 2012 PRODUCT OVERVIEW

SOFT FLOW 2012 PRODUCT OVERVIEW SOFT FLOW 2012 PRODUCT OVERVIEW Copyright 2010-2012 Soft Click 1 About Soft Flow Platform Welcome to Soft Flow, the most flexible and easiest to use document management and business process management

More information

126 SW 148 th Street Suite C-100, #105 Seattle, WA 98166 Tel: 877-795-9372 Fax: 866-417-6192 www.seattlepro.com

126 SW 148 th Street Suite C-100, #105 Seattle, WA 98166 Tel: 877-795-9372 Fax: 866-417-6192 www.seattlepro.com SharePoint 2010 Bootcamp This five-day course is designed to equip Systems Administrators, Integrators and Developers with a strong foundation for implementing solutions on Microsoft SharePoint 2010. Attendees

More information

E-mail and Web Security SaaS

E-mail and Web Security SaaS Reference Code: TA001647SEC Publication Date: April 2009 Author: Karthik Balakrishnan, Somak Roy and Maxine Holt TECHNOLOGY AUDIT E-mail and Web Security SaaS Webroot, Inc. BUTLER GROUP VIEW ABSTRACT Webroot

More information

Avaya Quick Edition Version 3.1

Avaya Quick Edition Version 3.1 Reference Code: TA001306NAC Publication Date: August 2007 Author: Sarah Burnett TECHNOLOGY AUDIT Avaya Quick Edition Version 3.1 Avaya BUTLER GROUP VIEW ABSTRACT Avaya Quick Edition is the enterprise-grade

More information

A brief introduction on SharePoint

A brief introduction on SharePoint A brief introduction on SharePoint Raizel Consulting 11/09/2007 SharePoint is an enterprise information portal, from Microsoft, that can be configured to run Intranet, Extranet and Internet sites. SharePoint

More information

DocAve Software Platform

DocAve Software Platform TECHNOLOGY AUDIT DocAve Software Platform AvePoint Reference Code: OI00069-021 Publication Date: July 2011 Author: Mike Davis SUMMARY Catalyst AvePoint's DocAve Software Platform v5.6 provides an enterprise-strength

More information

Introducing the Adobe Digital Enterprise Platform

Introducing the Adobe Digital Enterprise Platform Adobe Enterprise Technical Enablement Introducing the Adobe Digital Enterprise Platform In this topic, you will you will learn about the components that make up the Adobe Digital Enterprise Platform. You

More information

Metalogic Systems: Corporate

Metalogic Systems: Corporate Metalogic Systems: Corporate Presentation Metalogic Systems - overview Services & Solutions Incorporated in July 1997 Headquartered in Kolkata (India) with its own facility Regional office in Bangalore

More information

Securing your business

Securing your business Securing your business Anders Askåsen Product Manager for OpenIDM * World Wide Coverage ForgeRock.com Enterprise Open Source Software ForgeRock Norway ForgeRock USA ForgeRock UK ForgeRock France Consulting

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

JBoss enterprise soa platform JBoss enterprise soa platform What is it? The JBoss Enterprise SOA Platform includes serviceoriented architecture (SOA) open source middleware such as JBoss Enterprise Service Bus (ESB), JBoss jbpm, JBoss

More information

Lixto Online Market Intelligence

Lixto Online Market Intelligence Reference Code: TA001439BIN Publication Date: July 2008 Author: Angela Eager, Somak Roy, and Karthik Balakrishnan TECHNOLOGY AUDIT Lixto Online Market Intelligence Lixto BUTLER GROUP VIEW ABSTRACT Lixto

More information

Open Source Development with the Elastic Path Ecommerce Platform

Open Source Development with the Elastic Path Ecommerce Platform Open Source Development with the Elastic Path Ecommerce Platform This white paper will help you explore the benefits of the Java-based Elastic Path ecommerce platform, learn more about the components of

More information

Avaya Interaction Center

Avaya Interaction Center Avaya Interaction Center Overview Exceeding customer expectations for personalized service across all channels phone, video, email, web, SMS, and social media is no longer an afterthought. For many companies

More information

PRODUCT DESCRIPTIONS AND METRICS

PRODUCT DESCRIPTIONS AND METRICS PRODUCT DESCRIPTIONS AND METRICS Adobe PDM - AEM 5.6.1 Cloud Hosted, Managed Services (2013v3) The Products and Services described in this PDM are subject to the applicable Sales Order, the terms of this

More information

Typo3_smartsite. Smartsite CMS Release 5 5/24/2006

Typo3_smartsite. Smartsite CMS Release 5 5/24/2006 Product Last Updated Release 5 5/24/2006 System Requirements Application Server Approximate Cost IIS 20K + Database License Oracle, MS SQL-Server various modules Operating System Win 2000, 2003.NET,COM,

More information

NextRow - AEM Training Program Course Catalog

NextRow - AEM Training Program Course Catalog NextRow - AEM Training Program Course Catalog Adobe Experience Manager Training Program Course Catalog NextRow provides Adobe CQ training solutions designed to meet your unique project demands. To optimize

More information

ORACLE MOBILE SUITE. Complete Mobile Development Solution. Cross Device Solution. Shared Services Infrastructure for Mobility

ORACLE MOBILE SUITE. Complete Mobile Development Solution. Cross Device Solution. Shared Services Infrastructure for Mobility ORACLE MOBILE SUITE COMPLETE MOBILE DEVELOPMENT AND DEPLOYMENT PLATFORM KEY FEATURES Productivity boosting mobile development framework Cross device/os deployment Lightweight and robust enterprise service

More information

Project Title: Judicial Branch Enterprise Document Management System RFP Number: FIN122210CK Appendix D Technical Features List

Project Title: Judicial Branch Enterprise Document Management System RFP Number: FIN122210CK Appendix D Technical Features List FEAT891 Medium Recoverable using backup The solution shall be recoverable from backup storage media storage media. FEAT893 Desired Medium Support Load Sharing High Availability The solution should utilize

More information

Oracle Application Development Framework Overview

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

More information

Information Technology Services Classification Level Range C Reports to. Manager ITS Infrastructure Effective Date June 29 th, 2015 Position Summary

Information Technology Services Classification Level Range C Reports to. Manager ITS Infrastructure Effective Date June 29 th, 2015 Position Summary Athabasca University Professional Position Description Section I Position Update Only Information Position Title Senior System Administrator Position # 999716,999902 Department Information Technology Services

More information

Qualify v1.5. Original Software TECHNOLOGY AUDIT OVUM BUTLER GROUP VIEW ABSTRACT KEY FINDINGS LOOK AHEAD

Qualify v1.5. Original Software TECHNOLOGY AUDIT OVUM BUTLER GROUP VIEW ABSTRACT KEY FINDINGS LOOK AHEAD Reference Code: TA001837ADT Publication Date: January 2010 Author: Chandranshu Singh and Michael Azoff TECHNOLOGY AUDIT Qualify v1.5 Original Software OVUM BUTLER GROUP VIEW ABSTRACT Original Software

More information

SAP ArchiveLink & Content Centric Processes: Understanding the Basics

SAP ArchiveLink & Content Centric Processes: Understanding the Basics WHITEPAPER SAP ArchiveLink & Content Centric Processes: Understanding the Basics 1 Table of Contents Overview... 3 SAP and Document-Oriented Business Processes... 3 SAP Database as the Content Store...

More information

SOA REFERENCE ARCHITECTURE: WEB TIER

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

More information

ILM et Archivage Les solutions IBM

ILM et Archivage Les solutions IBM Information Management ILM et Archivage Les solutions IBM Dr. Christian ARNOUX Consultant Information Management IBM Suisse, Software Group 2007 IBM Corporation IBM Strategy for Enterprise Content Compliance

More information

Prabhat Jha. JBoss, a division of Red Hat. Tuesday, March 25th 2008

Prabhat Jha. JBoss, a division of Red Hat. Tuesday, March 25th 2008 Prabhat Jha JBoss, a division of Red Hat Tuesday, March 25th 2008 Agenda What is a portal, do I need one? What's in JBoss Portal? JBoss Portal Demo JBoss Portlet Bridge & Demo Around JBoss Portal What

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

IBM Tivoli Service Request Manager

IBM Tivoli Service Request Manager Deliver high-quality services while helping to control cost IBM Tivoli Service Request Manager Highlights Streamline incident and problem management processes for more rapid service restoration at an appropriate

More information

How To Use Ibm Tivoli Composite Application Manager For Response Time Tracking

How To Use Ibm Tivoli Composite Application Manager For Response Time Tracking Track transactions end to end across your enterprise to drive fast response times and help maintain high customer satisfaction IBM Tivoli Composite Application Manager for Response Time Tracking Highlights

More information

BLUESKIES. Microsoft SharePoint and Integration with Content Management Platforms. FileHold - Providing Advanced Content Management Functionality

BLUESKIES. Microsoft SharePoint and Integration with Content Management Platforms. FileHold - Providing Advanced Content Management Functionality C O N S U L T I N G Microsoft SharePoint and Integration with Content Management Platforms FileHold - Providing Advanced Content Management Functionality Prepared by: Keith Corbett, Principal, Blueskies

More information

An Oracle White Paper June 2009. Integration Technologies for Primavera Solutions

An Oracle White Paper June 2009. Integration Technologies for Primavera Solutions An Oracle White Paper June 2009 Integration Technologies for Primavera Solutions Introduction... 1 The Integration Challenge... 2 Integration Methods for Primavera Solutions... 2 Integration Application

More information

IBM Tivoli Directory Integrator

IBM Tivoli Directory Integrator IBM Tivoli Directory Integrator Synchronize data across multiple repositories Highlights Transforms, moves and synchronizes generic as well as identity data residing in heterogeneous directories, databases,

More information

Accenture Public Service Platform Taking SOA from the Whiteboard to the Data Center and Beyond

Accenture Public Service Platform Taking SOA from the Whiteboard to the Data Center and Beyond Accenture Public Service Platform Taking SOA from the Whiteboard to the Data Center and Beyond Technology Challenges Are Daunting Today s information technology executives are tackling increasingly complex

More information

Content Management Systems: Drupal Vs Jahia

Content Management Systems: Drupal Vs Jahia Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. mrudula@ksu.edu Abstract Content Management Systems

More information

IBM Rational Web Developer for WebSphere Software Version 6.0

IBM Rational Web Developer for WebSphere Software Version 6.0 Rapidly build, test and deploy Web, Web services and Java applications with an IDE that is easy to learn and use IBM Rational Web Developer for WebSphere Software Version 6.0 Highlights Accelerate Web,

More information

Enterprise Solutions. Enterprise Content Management Chapter-6

Enterprise Solutions. Enterprise Content Management Chapter-6 Enterprise Solutions Enterprise Content Management Chapter-6 Learning Objectives Concepts of Enterprise Content Management Inputs to the ECM system Benefits of ECM ECM Product functions ECM Products in

More information

Off-the-shelf Packaged Software Systems And Custom Software Analysis By Gamal Balady MASS Group, Inc.

Off-the-shelf Packaged Software Systems And Custom Software Analysis By Gamal Balady MASS Group, Inc. Off-the-shelf Packaged Software Systems And Custom Software Analysis By Gamal Balady MASS Group, Inc. April 1, 2004 1 Presentation Overview I. Packaged Software Systems vs. Custom Software Systems II.

More information

Avaya Interaction Center

Avaya Interaction Center IP Telephony Contact Centers Mobility Services PRODUCT BRIEF Avaya Interaction Center Overview Avaya Interaction Center helps simplify management of multimedia customer service, helping businesses better

More information

Software as a Service Business Model (Introducing SOA and Web Service)

Software as a Service Business Model (Introducing SOA and Web Service) Software as a Service Business Model Guide Insight into Software as a Service Business Model (Introducing SOA and Web Service) By Sumantra Mukherjee Chief Technology Officer Nature Technologies Pvt Ltd

More information

Zend Server 4.0 Beta 2 Release Announcement What s new in Zend Server 4.0 Beta 2 Updates and Improvements Resolved Issues Installation Issues

Zend Server 4.0 Beta 2 Release Announcement What s new in Zend Server 4.0 Beta 2 Updates and Improvements Resolved Issues Installation Issues Zend Server 4.0 Beta 2 Release Announcement Thank you for your participation in the Zend Server 4.0 beta program. Your involvement will help us ensure we best address your needs and deliver even higher

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle WebCenter Strategy and Vision Rob Schootman Principal Sales Consultant Oracle Fusion Middleware 2 Insert Information Protection Policy Classification from Slide 13 Let s introduce myself... 3

More information

Total Cost of Ownership for Enterprise Content Management

Total Cost of Ownership for Enterprise Content Management Total Cost of Ownership for Enterprise Content Management Discover how to cut through the complexity of the ECM technology stack, avoid proprietary lock-ins and significantly reduce costs by using Open

More information

Shavlik Security Suite

Shavlik Security Suite Reference Code: TA001695SEC Publication Date: July 2009 Author: Somak Roy, Karthik Balakrishnan, and Alan Rodger TECHNOLOGY AUDIT Shavlik Security Suite Shavlik Technologies BUTLER GROUP VIEW ABSTRACT

More information

CatDV Pro Workgroup Serve r

CatDV Pro Workgroup Serve r Architectural Overview CatDV Pro Workgroup Server Square Box Systems Ltd May 2003 The CatDV Pro client application is a standalone desktop application, providing video logging and media cataloging capability

More information

Architecture Guide Jahia EE v6.1

Architecture Guide Jahia EE v6.1 Documentation Architecture Guide Jahia EE v6.1 Jahia delivers the first Web Content Integration Software by combining Enterprise Web Content Management with Document and Portal Management features. Jahia

More information

SharePoint 2010. Overview, Governance, and Planning. (^Rll^^fc^ i ip?"^biifiis:'iissiipi. Scott Jamison. Susan Hanley Mauro Cardarelli.

SharePoint 2010. Overview, Governance, and Planning. (^Rll^^fc^ i ip?^biifiis:'iissiipi. Scott Jamison. Susan Hanley Mauro Cardarelli. Ec,V$%fMM SharePoint 2010 i ip?"^biifiis:'iissiipi Overview, Governance, (^Rll^^fc^ and Planning Ipft^'" Scott Jamison Susan Hanley Mauro Cardarelli Upper Saddle River, NJ Boston Indianapolis San Francisco

More information

WSM 11 & Roadmap Lars Onasch Sr. Director Web Site Management

WSM 11 & Roadmap Lars Onasch Sr. Director Web Site Management WSM 11 & Roadmap Lars Onasch Sr. Director Web Site Management February 2012 Rev 1.0.22062011 Copyright Open Text Corporation. All rights reserved. Current Status Web Site Management 11 (Swan Release) Development

More information