SlideShare une entreprise Scribd logo
1  sur  23
Télécharger pour lire hors ligne
Alfresco Migration Services

              Name: Shoeb Sarguroh
                    Date: 14/07/2010
Alfresco Migration Services
                                  Webinar Agenda


● An introduction to Alfresco Migration Services
● Wasaaiq expertise in Alfresco
● Demonstration of Alfresco Migrations Services
● Q&A session
Content Migration Made Easy

● Demand to simplify legacy & proprietary ECM system
  replacement
● Alfresco packaged migration services

● Initially available for organizations migrating from
  EMC/Documentum & Microsoft SharePoint
● Experienced ECM system integrators to deliver Alfresco
  Migration Services
● Free-of-charge workshop to discuss & scope your
  organization’s migration to Alfresco
Reduce Cost of Legacy or
                                             Proprietary ECM
Benefits of Switching to Alfresco
● Significant budget savings on proprietary ECM maintenance fees

● Fund Alfresco subscription out of OPEX budget

● Maintain business as usual for business users

● Additional functionality and next-generation interoperability

Future-Proof Platform
● Open Standards & Architecture

● CMIS Compliant Repository

● Avoid Vendor Lock-in
Wasaaiq
● Over a decade of ECM experience.

● Specialise in Documentum/Alfresco Migration

● Previous experience include implementing Documentum based
  solutions
● Use of owExIm, EntropySoft ETL, OneWindow components for
  Migration
Wasaaiq – Migration Methodology
                                                       Entropy
DCTM/                          Active
                                                       Soft ETL
MOSS
                                            Live
                  Dormant/               Production
                   Offline                Content
                   Content
                                                                         Alfresco



                             OwPackage
                               / Acp                  OneWindow



         Beta
        version               owExim
                               App
                                                             On Demand
EntropySoft products - connectors
                                                 (1/3)
  EntropySoft connectors are stand-alone jar files that can connect to more than 35 content
repositories and that expose the same API.

 Content repositories (ie : content management systems) usually expose a public API so that
external client applications can interact with them.

 This can create interoperability problems since each API is different :
    o different protocols : SOAP, REST, proprietary, RMI…
    o different method names : getDocument(), retrieveDocument(), getById()…
    o different metadata names, permission models, error messages…

 Main advantages of EntropySoft connectors :
    o easy integration : just add the jar file to your classpath and you’re done
    o unified API : method names are the same whatever the remote application is
    o unified metadata names, permission model, error messages…

 Connectors can be directly embedded in an application, or remotely accessed using
webservices or RMI.

 A connector follows the adapter UML design pattern.



                                                                                       7
EntropySoft products - connectors
                                         (2/3)
Content Management Systems :                  Records Management :
   o Alfresco                                    o IBM FileNet RM
   o EMC Documentum Content Server               o HP Trim Context
   o IBM FileNET P8                              o Hummingbird RM
   o IBM Content Manager                         o Symantec Enterprise Vault
   o IBM DB2 Content Manager On Demand
   o IBM Websphere Portal PDM                 Messaging systems :
   o Interwoven Worksite NT                      o Lotus Notes
   o Open Text LiveLink                          o Microsoft Exchange
   o OpenText edocs (Hummingbird DM)
   o Oracle Stellent UCM
   o Xerox Docushare
                                              Generic systems :
                                                 o JCR
                                                 o CMIS
Web Content Management Systems :                 o File servers
   o Interwoven Teamsite                         o FTP
   o Vignette                                    o Webdav

Collaboration frameworks :                    Labs :
   o EMC CenterStage                             o Iron Mountain
   o EMC Documentum eRoom                        o GoogleDocs
   o Lotus Quickplace                            o SalesForce
   o Lotus QuickR                                o IBM Lotus Web Content Management
   o Microsoft SharePoint                        o OpenText Artesia

                                                                                      8
EntropySoft products - connectors
                                             (3/3)
In the schema shown below, a client application is using two Entropysoft connectors.

To retrieve an item, the client application calls the same getItem() method on both connectors.

Internally, the connector connects to the target DMS and calls the native API :
   o getObject() for Documentum
   o getNode() for Alfresco




                                   Client application

                         getItem(id)                             getItem(id)

                Documentum                                  Alfresco
                 connector                                 connector

                         getObject(id)                           getNode(id
                                                                 )

                Documentum                                  Alfresco
                                                                                           9
EntropySoft products - Content Hub
                                                (1/4)
 Content Hub (or Content Federation Server) is the EntropySoft middleware that provides a
unique point of access to many content repositories.

  Behind the scene, Content Hub is using the EntropySoft connectors to access the content
repositories.

  Connectors can be easily plugged and unplugged in Content Hub (like a network cable can be
plugged and unplugged in a network hub).

 A client application connects to Content Hub using web services : Content Hub exposes the
same API as all EntropySoft connectors .

 For example, Content Hub can be used to run a federated search on all content repositories :
    o client connects to Content Hub and calls the search(SQL) method
    o Content Hub loops on all connectors and calls the search(SQL) method on each one of them
    o Content Hub aggregates the result and send it back to the client

 Content Hub follows the facade UML design pattern.




                                                                                                 10
EntropySoft products - Content Hub
                                             (2/4)
 In the schema below, you can see that a client application only needs to interact with a single
component : the Content Hub.


                                    Client application

                          getItem("Documentum",                  getItem("Alfresco", id)
                          id)

                                        ContentHub

                          getItem(id)                            getItem(id)

                  Documentum                                Alfresco
                   connector                               connector

                          getObject(id)                          getNode(id
                                                                 )

                  Documentum                                Alfresco
                                                                                          11
EntropySoft products - Content Hub
                                                (3/4)
 Content Hub is also hosting the jobs developped in Content ETL (see next chapter) and is
used to start/stop/monitor them.

 Content Hub is shipped with a web front end called « webTop » that can be used to :
    o administrate Content Hub (create users, plug and unplug connectors…)
    o visually browse content repositories and interact with them
    o start, stop and monitor jobs.

• Behind the scene, webTop uses the Content Hub web services.




                                                                                       12
EntropySoft products - Content Hub
(4/4)




                                     13
EntropySoft products - Content ETL

 Content ETL is a visual development environment for jobs.

 A job is mainly used to move documents from a source repository to a target repository (in the
context of a migration for example).

 Content ETL is actually a set of Eclipse plugins : most Java developers will feel « at home »
when using it.

 Content ETL uses Content Hub for all interactions with content repositories.

 Once a job is designed, it can be deployed and executed in Content Hub.

 Most webTop visual features are available in Content ETL, so you never need to switch
between the two applications.




                                                                                         14
EntropySoft products - The big picture
(1/3)




                                    15
EntropySoft products - The big picture
(2/3)




                                    16
EntropySoft products - The big picture
(3/3)




                                    17
Wasaaiq - owExIm
● Offline Package Viewer

● On Demand Content Reconciliation



Other Uses
● Used for Transmittals

● Allows vendors/ 3rd party to access content without ECM access

● Bulk Loading

● Submittals
owExIm
One Window Components
● Configurable Layer

● Predefined models for Projects, Correspondences, Regulatory,
  Engineering and non-engineering content
● XML based configuration – saves from customization!

● Reduces development cost by upto 40%

● AutoFile, Auto Number Confguration

● CMIS enabled (not yet)
Demo
● Quick Demo
Q&A

● Questions?
More information
● More information <insert local url for>
   http://www.alfresco.com/services/migration/
● Request a free workshop
   http://www.alfresco.com/services/migration/#request-a-call
● <insert partner contact info in here>

Contenu connexe

Tendances

Hss Trends May2009c
Hss Trends May2009cHss Trends May2009c
Hss Trends May2009cJoe Bachana
 
Introduction to Patterns in WebSphere Message Broker
Introduction to Patterns in WebSphere Message BrokerIntroduction to Patterns in WebSphere Message Broker
Introduction to Patterns in WebSphere Message BrokerAnt Phillips
 
Nuxeo introduction to ecr at the NYC Java meetup, April 2011
Nuxeo introduction to ecr at the NYC Java meetup, April 2011Nuxeo introduction to ecr at the NYC Java meetup, April 2011
Nuxeo introduction to ecr at the NYC Java meetup, April 2011Nuxeo
 
1214 deploying rational insight in a heterogenous environment
1214 deploying rational insight in a heterogenous environment1214 deploying rational insight in a heterogenous environment
1214 deploying rational insight in a heterogenous environmentPaulo Lacerda
 
Raj Anthony Carrato R E S T Patterns
Raj    Anthony  Carrato    R E S T PatternsRaj    Anthony  Carrato    R E S T Patterns
Raj Anthony Carrato R E S T PatternsSOA Symposium
 
Java EE 7 - Embracing the Cloud and HTML 5
Java EE 7 - Embracing the Cloud and HTML 5Java EE 7 - Embracing the Cloud and HTML 5
Java EE 7 - Embracing the Cloud and HTML 5Amit Naik
 
Eb07 Day Communiqué Web Content Management En
Eb07 Day Communiqué Web Content Management EnEb07 Day Communiqué Web Content Management En
Eb07 Day Communiqué Web Content Management EnValtech
 
New Ways To Engage With Tiempo 2011
New Ways To Engage With Tiempo 2011New Ways To Engage With Tiempo 2011
New Ways To Engage With Tiempo 2011Tiempo Development
 

Tendances (12)

Hss Trends May2009c
Hss Trends May2009cHss Trends May2009c
Hss Trends May2009c
 
Introduction to Patterns in WebSphere Message Broker
Introduction to Patterns in WebSphere Message BrokerIntroduction to Patterns in WebSphere Message Broker
Introduction to Patterns in WebSphere Message Broker
 
Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827
 
Nuxeo introduction to ecr at the NYC Java meetup, April 2011
Nuxeo introduction to ecr at the NYC Java meetup, April 2011Nuxeo introduction to ecr at the NYC Java meetup, April 2011
Nuxeo introduction to ecr at the NYC Java meetup, April 2011
 
air
airair
air
 
Smw+tutorial berlin-fall-2011
Smw+tutorial berlin-fall-2011Smw+tutorial berlin-fall-2011
Smw+tutorial berlin-fall-2011
 
1214 deploying rational insight in a heterogenous environment
1214 deploying rational insight in a heterogenous environment1214 deploying rational insight in a heterogenous environment
1214 deploying rational insight in a heterogenous environment
 
Raj Anthony Carrato R E S T Patterns
Raj    Anthony  Carrato    R E S T PatternsRaj    Anthony  Carrato    R E S T Patterns
Raj Anthony Carrato R E S T Patterns
 
OpenCms Days 2013 - Social Connect for OpenCms Portal
OpenCms Days 2013 - Social Connect for OpenCms PortalOpenCms Days 2013 - Social Connect for OpenCms Portal
OpenCms Days 2013 - Social Connect for OpenCms Portal
 
Java EE 7 - Embracing the Cloud and HTML 5
Java EE 7 - Embracing the Cloud and HTML 5Java EE 7 - Embracing the Cloud and HTML 5
Java EE 7 - Embracing the Cloud and HTML 5
 
Eb07 Day Communiqué Web Content Management En
Eb07 Day Communiqué Web Content Management EnEb07 Day Communiqué Web Content Management En
Eb07 Day Communiqué Web Content Management En
 
New Ways To Engage With Tiempo 2011
New Ways To Engage With Tiempo 2011New Ways To Engage With Tiempo 2011
New Ways To Engage With Tiempo 2011
 

Similaire à Switch to alfresco with wasaaiq [compatibility mode]

Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...Nicole Szigeti
 
CRX Best practices
CRX Best practicesCRX Best practices
CRX Best practiceslisui0807
 
Ny symfony meetup may 2015
Ny symfony meetup may 2015Ny symfony meetup may 2015
Ny symfony meetup may 2015Roland Benedetti
 
Use Cases for MXF Metadata and Simplified System Interaction
Use Cases for MXF Metadata and Simplified System InteractionUse Cases for MXF Metadata and Simplified System Interaction
Use Cases for MXF Metadata and Simplified System Interactiondietervr
 
Springinalfrescoecm 090629053231-phpapp02
Springinalfrescoecm 090629053231-phpapp02Springinalfrescoecm 090629053231-phpapp02
Springinalfrescoecm 090629053231-phpapp02ECNU
 
MongoDB in the context of the Argentinean Census 2010
MongoDB in the context of the Argentinean Census 2010MongoDB in the context of the Argentinean Census 2010
MongoDB in the context of the Argentinean Census 2010Victorio BENTIVOGLI
 
MongoDB in the context of the Argentinean Census 2010
MongoDB in the context of the Argentinean Census 2010MongoDB in the context of the Argentinean Census 2010
MongoDB in the context of the Argentinean Census 2010Victorio Bentivogli
 
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptxIBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptxGeorg Ember
 
Building complex and modular RIAs with OSGi and Flex
Building complex and modular RIAs with OSGi and FlexBuilding complex and modular RIAs with OSGi and Flex
Building complex and modular RIAs with OSGi and FlexCARA_Lyon
 
The use of Symfony2 @ Overblog
The use of Symfony2 @ OverblogThe use of Symfony2 @ Overblog
The use of Symfony2 @ OverblogXavier Hausherr
 
FluentD for end to end monitoring
FluentD for end to end monitoringFluentD for end to end monitoring
FluentD for end to end monitoringPhil Wilkins
 
What's new in Nuxeo 5.2? - Solutions Linux 2009
What's new in Nuxeo 5.2? - Solutions Linux 2009What's new in Nuxeo 5.2? - Solutions Linux 2009
What's new in Nuxeo 5.2? - Solutions Linux 2009Stefane Fermigier
 
Flex Remoting With WebORB v1.0
Flex Remoting With WebORB v1.0Flex Remoting With WebORB v1.0
Flex Remoting With WebORB v1.0guest642dd3
 
OpenCms Days 2012 - OpenCms 8 as a JSR-286 compliant portlet server
OpenCms Days 2012 - OpenCms 8 as a JSR-286 compliant portlet serverOpenCms Days 2012 - OpenCms 8 as a JSR-286 compliant portlet server
OpenCms Days 2012 - OpenCms 8 as a JSR-286 compliant portlet serverAlkacon Software GmbH & Co. KG
 
CMIS overview
CMIS overviewCMIS overview
CMIS overviewNuxeo
 
Stateful mock servers to the rescue on REST ecosystems
Stateful mock servers to the rescue on REST ecosystemsStateful mock servers to the rescue on REST ecosystems
Stateful mock servers to the rescue on REST ecosystemsNuno Caneco
 
ECM and Open Source Software: A Disruptive Force in ECM Solutions
ECM and Open Source Software: A Disruptive Force in ECM SolutionsECM and Open Source Software: A Disruptive Force in ECM Solutions
ECM and Open Source Software: A Disruptive Force in ECM SolutionsJeff Potts
 
Websphere Portal
Websphere PortalWebsphere Portal
Websphere Portaldominion
 

Similaire à Switch to alfresco with wasaaiq [compatibility mode] (20)

Cfalfresco
CfalfrescoCfalfresco
Cfalfresco
 
Alfresco Architecture
Alfresco ArchitectureAlfresco Architecture
Alfresco Architecture
 
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
Alfresco Coding mit dem Alfresco SDK (auf Englisch) - Julien Bruinaud, Techni...
 
CRX Best practices
CRX Best practicesCRX Best practices
CRX Best practices
 
Ny symfony meetup may 2015
Ny symfony meetup may 2015Ny symfony meetup may 2015
Ny symfony meetup may 2015
 
Use Cases for MXF Metadata and Simplified System Interaction
Use Cases for MXF Metadata and Simplified System InteractionUse Cases for MXF Metadata and Simplified System Interaction
Use Cases for MXF Metadata and Simplified System Interaction
 
Springinalfrescoecm 090629053231-phpapp02
Springinalfrescoecm 090629053231-phpapp02Springinalfrescoecm 090629053231-phpapp02
Springinalfrescoecm 090629053231-phpapp02
 
MongoDB in the context of the Argentinean Census 2010
MongoDB in the context of the Argentinean Census 2010MongoDB in the context of the Argentinean Census 2010
MongoDB in the context of the Argentinean Census 2010
 
MongoDB in the context of the Argentinean Census 2010
MongoDB in the context of the Argentinean Census 2010MongoDB in the context of the Argentinean Census 2010
MongoDB in the context of the Argentinean Census 2010
 
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptxIBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
IBM BP Session - Multiple CLoud Paks and Cloud Paks Foundational Services.pptx
 
Building complex and modular RIAs with OSGi and Flex
Building complex and modular RIAs with OSGi and FlexBuilding complex and modular RIAs with OSGi and Flex
Building complex and modular RIAs with OSGi and Flex
 
The use of Symfony2 @ Overblog
The use of Symfony2 @ OverblogThe use of Symfony2 @ Overblog
The use of Symfony2 @ Overblog
 
FluentD for end to end monitoring
FluentD for end to end monitoringFluentD for end to end monitoring
FluentD for end to end monitoring
 
What's new in Nuxeo 5.2? - Solutions Linux 2009
What's new in Nuxeo 5.2? - Solutions Linux 2009What's new in Nuxeo 5.2? - Solutions Linux 2009
What's new in Nuxeo 5.2? - Solutions Linux 2009
 
Flex Remoting With WebORB v1.0
Flex Remoting With WebORB v1.0Flex Remoting With WebORB v1.0
Flex Remoting With WebORB v1.0
 
OpenCms Days 2012 - OpenCms 8 as a JSR-286 compliant portlet server
OpenCms Days 2012 - OpenCms 8 as a JSR-286 compliant portlet serverOpenCms Days 2012 - OpenCms 8 as a JSR-286 compliant portlet server
OpenCms Days 2012 - OpenCms 8 as a JSR-286 compliant portlet server
 
CMIS overview
CMIS overviewCMIS overview
CMIS overview
 
Stateful mock servers to the rescue on REST ecosystems
Stateful mock servers to the rescue on REST ecosystemsStateful mock servers to the rescue on REST ecosystems
Stateful mock servers to the rescue on REST ecosystems
 
ECM and Open Source Software: A Disruptive Force in ECM Solutions
ECM and Open Source Software: A Disruptive Force in ECM SolutionsECM and Open Source Software: A Disruptive Force in ECM Solutions
ECM and Open Source Software: A Disruptive Force in ECM Solutions
 
Websphere Portal
Websphere PortalWebsphere Portal
Websphere Portal
 

Plus de Alfresco Software

Alfresco Day Benelux Inholland studentendossier
Alfresco Day Benelux Inholland studentendossierAlfresco Day Benelux Inholland studentendossier
Alfresco Day Benelux Inholland studentendossierAlfresco Software
 
Alfresco Day Benelux Hogeschool Inholland Records Management application
Alfresco Day Benelux Hogeschool Inholland Records Management applicationAlfresco Day Benelux Hogeschool Inholland Records Management application
Alfresco Day Benelux Hogeschool Inholland Records Management applicationAlfresco Software
 
Alfresco Day BeNelux: Customer Success Showcase - Saxion Hogescholen
Alfresco Day BeNelux: Customer Success Showcase - Saxion HogescholenAlfresco Day BeNelux: Customer Success Showcase - Saxion Hogescholen
Alfresco Day BeNelux: Customer Success Showcase - Saxion HogescholenAlfresco Software
 
Alfresco Day BeNelux: Customer Success Showcase - Gemeente Amsterdam
Alfresco Day BeNelux: Customer Success Showcase - Gemeente AmsterdamAlfresco Day BeNelux: Customer Success Showcase - Gemeente Amsterdam
Alfresco Day BeNelux: Customer Success Showcase - Gemeente AmsterdamAlfresco Software
 
Alfresco Day BeNelux: The success of Alfresco
Alfresco Day BeNelux: The success of AlfrescoAlfresco Day BeNelux: The success of Alfresco
Alfresco Day BeNelux: The success of AlfrescoAlfresco Software
 
Alfresco Day BeNelux: Customer Success Showcase - Credendo Group
Alfresco Day BeNelux: Customer Success Showcase - Credendo GroupAlfresco Day BeNelux: Customer Success Showcase - Credendo Group
Alfresco Day BeNelux: Customer Success Showcase - Credendo GroupAlfresco Software
 
Alfresco Day BeNelux: Digital Transformation - It's All About Flow
Alfresco Day BeNelux: Digital Transformation - It's All About FlowAlfresco Day BeNelux: Digital Transformation - It's All About Flow
Alfresco Day BeNelux: Digital Transformation - It's All About FlowAlfresco Software
 
Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...
Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...
Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...Alfresco Software
 
Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...
Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...
Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...Alfresco Software
 
Alfresco Day Vienna 2016: Alfrescos neue Rest API
Alfresco Day Vienna 2016: Alfrescos neue Rest APIAlfresco Day Vienna 2016: Alfrescos neue Rest API
Alfresco Day Vienna 2016: Alfrescos neue Rest APIAlfresco Software
 
Alfresco Day Vienna 2016: Support Tools für die Admin-Konsole
Alfresco Day Vienna 2016: Support Tools für die Admin-KonsoleAlfresco Day Vienna 2016: Support Tools für die Admin-Konsole
Alfresco Day Vienna 2016: Support Tools für die Admin-KonsoleAlfresco Software
 
Alfresco Day Vienna 2016: Entwickeln mit Alfresco
Alfresco Day Vienna 2016: Entwickeln mit AlfrescoAlfresco Day Vienna 2016: Entwickeln mit Alfresco
Alfresco Day Vienna 2016: Entwickeln mit AlfrescoAlfresco Software
 
Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...
Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...
Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...Alfresco Software
 
Alfresco Day Vienna 2016: Partner Lightning Talk: Westernacher
Alfresco Day Vienna 2016: Partner Lightning Talk: WesternacherAlfresco Day Vienna 2016: Partner Lightning Talk: Westernacher
Alfresco Day Vienna 2016: Partner Lightning Talk: WesternacherAlfresco Software
 
Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...
Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...
Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...Alfresco Software
 
Alfresco Day Vienna 2016: Partner Lightning Talk - it-novum
Alfresco Day Vienna 2016: Partner Lightning Talk - it-novumAlfresco Day Vienna 2016: Partner Lightning Talk - it-novum
Alfresco Day Vienna 2016: Partner Lightning Talk - it-novumAlfresco Software
 
Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...
Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...
Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...Alfresco Software
 
Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...
Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...
Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...Alfresco Software
 
Alfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - Safran
Alfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - SafranAlfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - Safran
Alfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - SafranAlfresco Software
 
Alfresco Day Warsaw 2016: Advancing the Flow of Digital Business
Alfresco Day Warsaw 2016: Advancing the Flow of Digital BusinessAlfresco Day Warsaw 2016: Advancing the Flow of Digital Business
Alfresco Day Warsaw 2016: Advancing the Flow of Digital BusinessAlfresco Software
 

Plus de Alfresco Software (20)

Alfresco Day Benelux Inholland studentendossier
Alfresco Day Benelux Inholland studentendossierAlfresco Day Benelux Inholland studentendossier
Alfresco Day Benelux Inholland studentendossier
 
Alfresco Day Benelux Hogeschool Inholland Records Management application
Alfresco Day Benelux Hogeschool Inholland Records Management applicationAlfresco Day Benelux Hogeschool Inholland Records Management application
Alfresco Day Benelux Hogeschool Inholland Records Management application
 
Alfresco Day BeNelux: Customer Success Showcase - Saxion Hogescholen
Alfresco Day BeNelux: Customer Success Showcase - Saxion HogescholenAlfresco Day BeNelux: Customer Success Showcase - Saxion Hogescholen
Alfresco Day BeNelux: Customer Success Showcase - Saxion Hogescholen
 
Alfresco Day BeNelux: Customer Success Showcase - Gemeente Amsterdam
Alfresco Day BeNelux: Customer Success Showcase - Gemeente AmsterdamAlfresco Day BeNelux: Customer Success Showcase - Gemeente Amsterdam
Alfresco Day BeNelux: Customer Success Showcase - Gemeente Amsterdam
 
Alfresco Day BeNelux: The success of Alfresco
Alfresco Day BeNelux: The success of AlfrescoAlfresco Day BeNelux: The success of Alfresco
Alfresco Day BeNelux: The success of Alfresco
 
Alfresco Day BeNelux: Customer Success Showcase - Credendo Group
Alfresco Day BeNelux: Customer Success Showcase - Credendo GroupAlfresco Day BeNelux: Customer Success Showcase - Credendo Group
Alfresco Day BeNelux: Customer Success Showcase - Credendo Group
 
Alfresco Day BeNelux: Digital Transformation - It's All About Flow
Alfresco Day BeNelux: Digital Transformation - It's All About FlowAlfresco Day BeNelux: Digital Transformation - It's All About Flow
Alfresco Day BeNelux: Digital Transformation - It's All About Flow
 
Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...
Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...
Alfresco Day Vienna 2016: Activiti – ein Katalysator für die DMS-Strategie be...
 
Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...
Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...
Alfresco Day Vienna 2016: Elektronische Geschäftsprozesse auf Basis von Alfre...
 
Alfresco Day Vienna 2016: Alfrescos neue Rest API
Alfresco Day Vienna 2016: Alfrescos neue Rest APIAlfresco Day Vienna 2016: Alfrescos neue Rest API
Alfresco Day Vienna 2016: Alfrescos neue Rest API
 
Alfresco Day Vienna 2016: Support Tools für die Admin-Konsole
Alfresco Day Vienna 2016: Support Tools für die Admin-KonsoleAlfresco Day Vienna 2016: Support Tools für die Admin-Konsole
Alfresco Day Vienna 2016: Support Tools für die Admin-Konsole
 
Alfresco Day Vienna 2016: Entwickeln mit Alfresco
Alfresco Day Vienna 2016: Entwickeln mit AlfrescoAlfresco Day Vienna 2016: Entwickeln mit Alfresco
Alfresco Day Vienna 2016: Entwickeln mit Alfresco
 
Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...
Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...
Alfresco Day Vienna 2016: Activiti goes enterprise: Die Evolution der BPM Sui...
 
Alfresco Day Vienna 2016: Partner Lightning Talk: Westernacher
Alfresco Day Vienna 2016: Partner Lightning Talk: WesternacherAlfresco Day Vienna 2016: Partner Lightning Talk: Westernacher
Alfresco Day Vienna 2016: Partner Lightning Talk: Westernacher
 
Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...
Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...
Alfresco Day Vienna 2016: Bringing Content & Process together with the App De...
 
Alfresco Day Vienna 2016: Partner Lightning Talk - it-novum
Alfresco Day Vienna 2016: Partner Lightning Talk - it-novumAlfresco Day Vienna 2016: Partner Lightning Talk - it-novum
Alfresco Day Vienna 2016: Partner Lightning Talk - it-novum
 
Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...
Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...
Alfresco Day Vienna 2016: How to Achieve Digital Flow in the Enterprise - Joh...
 
Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...
Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...
Alfresco Day Warsaw 2016 - Czy możliwe jest spełnienie wszystkich regulacji p...
 
Alfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - Safran
Alfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - SafranAlfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - Safran
Alfresco Day Warsaw 2016: Identyfikacja i podpiselektroniczny - Safran
 
Alfresco Day Warsaw 2016: Advancing the Flow of Digital Business
Alfresco Day Warsaw 2016: Advancing the Flow of Digital BusinessAlfresco Day Warsaw 2016: Advancing the Flow of Digital Business
Alfresco Day Warsaw 2016: Advancing the Flow of Digital Business
 

Dernier

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 

Dernier (20)

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 

Switch to alfresco with wasaaiq [compatibility mode]

  • 1. Alfresco Migration Services Name: Shoeb Sarguroh Date: 14/07/2010
  • 2. Alfresco Migration Services Webinar Agenda ● An introduction to Alfresco Migration Services ● Wasaaiq expertise in Alfresco ● Demonstration of Alfresco Migrations Services ● Q&A session
  • 3. Content Migration Made Easy ● Demand to simplify legacy & proprietary ECM system replacement ● Alfresco packaged migration services ● Initially available for organizations migrating from EMC/Documentum & Microsoft SharePoint ● Experienced ECM system integrators to deliver Alfresco Migration Services ● Free-of-charge workshop to discuss & scope your organization’s migration to Alfresco
  • 4. Reduce Cost of Legacy or Proprietary ECM Benefits of Switching to Alfresco ● Significant budget savings on proprietary ECM maintenance fees ● Fund Alfresco subscription out of OPEX budget ● Maintain business as usual for business users ● Additional functionality and next-generation interoperability Future-Proof Platform ● Open Standards & Architecture ● CMIS Compliant Repository ● Avoid Vendor Lock-in
  • 5. Wasaaiq ● Over a decade of ECM experience. ● Specialise in Documentum/Alfresco Migration ● Previous experience include implementing Documentum based solutions ● Use of owExIm, EntropySoft ETL, OneWindow components for Migration
  • 6. Wasaaiq – Migration Methodology Entropy DCTM/ Active Soft ETL MOSS Live Dormant/ Production Offline Content Content Alfresco OwPackage / Acp OneWindow Beta version owExim App On Demand
  • 7. EntropySoft products - connectors (1/3) EntropySoft connectors are stand-alone jar files that can connect to more than 35 content repositories and that expose the same API. Content repositories (ie : content management systems) usually expose a public API so that external client applications can interact with them. This can create interoperability problems since each API is different : o different protocols : SOAP, REST, proprietary, RMI… o different method names : getDocument(), retrieveDocument(), getById()… o different metadata names, permission models, error messages… Main advantages of EntropySoft connectors : o easy integration : just add the jar file to your classpath and you’re done o unified API : method names are the same whatever the remote application is o unified metadata names, permission model, error messages… Connectors can be directly embedded in an application, or remotely accessed using webservices or RMI. A connector follows the adapter UML design pattern. 7
  • 8. EntropySoft products - connectors (2/3) Content Management Systems : Records Management : o Alfresco o IBM FileNet RM o EMC Documentum Content Server o HP Trim Context o IBM FileNET P8 o Hummingbird RM o IBM Content Manager o Symantec Enterprise Vault o IBM DB2 Content Manager On Demand o IBM Websphere Portal PDM Messaging systems : o Interwoven Worksite NT o Lotus Notes o Open Text LiveLink o Microsoft Exchange o OpenText edocs (Hummingbird DM) o Oracle Stellent UCM o Xerox Docushare Generic systems : o JCR o CMIS Web Content Management Systems : o File servers o Interwoven Teamsite o FTP o Vignette o Webdav Collaboration frameworks : Labs : o EMC CenterStage o Iron Mountain o EMC Documentum eRoom o GoogleDocs o Lotus Quickplace o SalesForce o Lotus QuickR o IBM Lotus Web Content Management o Microsoft SharePoint o OpenText Artesia 8
  • 9. EntropySoft products - connectors (3/3) In the schema shown below, a client application is using two Entropysoft connectors. To retrieve an item, the client application calls the same getItem() method on both connectors. Internally, the connector connects to the target DMS and calls the native API : o getObject() for Documentum o getNode() for Alfresco Client application getItem(id) getItem(id) Documentum Alfresco connector connector getObject(id) getNode(id ) Documentum Alfresco 9
  • 10. EntropySoft products - Content Hub (1/4) Content Hub (or Content Federation Server) is the EntropySoft middleware that provides a unique point of access to many content repositories. Behind the scene, Content Hub is using the EntropySoft connectors to access the content repositories. Connectors can be easily plugged and unplugged in Content Hub (like a network cable can be plugged and unplugged in a network hub). A client application connects to Content Hub using web services : Content Hub exposes the same API as all EntropySoft connectors . For example, Content Hub can be used to run a federated search on all content repositories : o client connects to Content Hub and calls the search(SQL) method o Content Hub loops on all connectors and calls the search(SQL) method on each one of them o Content Hub aggregates the result and send it back to the client Content Hub follows the facade UML design pattern. 10
  • 11. EntropySoft products - Content Hub (2/4) In the schema below, you can see that a client application only needs to interact with a single component : the Content Hub. Client application getItem("Documentum", getItem("Alfresco", id) id) ContentHub getItem(id) getItem(id) Documentum Alfresco connector connector getObject(id) getNode(id ) Documentum Alfresco 11
  • 12. EntropySoft products - Content Hub (3/4) Content Hub is also hosting the jobs developped in Content ETL (see next chapter) and is used to start/stop/monitor them. Content Hub is shipped with a web front end called « webTop » that can be used to : o administrate Content Hub (create users, plug and unplug connectors…) o visually browse content repositories and interact with them o start, stop and monitor jobs. • Behind the scene, webTop uses the Content Hub web services. 12
  • 13. EntropySoft products - Content Hub (4/4) 13
  • 14. EntropySoft products - Content ETL Content ETL is a visual development environment for jobs. A job is mainly used to move documents from a source repository to a target repository (in the context of a migration for example). Content ETL is actually a set of Eclipse plugins : most Java developers will feel « at home » when using it. Content ETL uses Content Hub for all interactions with content repositories. Once a job is designed, it can be deployed and executed in Content Hub. Most webTop visual features are available in Content ETL, so you never need to switch between the two applications. 14
  • 15. EntropySoft products - The big picture (1/3) 15
  • 16. EntropySoft products - The big picture (2/3) 16
  • 17. EntropySoft products - The big picture (3/3) 17
  • 18. Wasaaiq - owExIm ● Offline Package Viewer ● On Demand Content Reconciliation Other Uses ● Used for Transmittals ● Allows vendors/ 3rd party to access content without ECM access ● Bulk Loading ● Submittals
  • 20. One Window Components ● Configurable Layer ● Predefined models for Projects, Correspondences, Regulatory, Engineering and non-engineering content ● XML based configuration – saves from customization! ● Reduces development cost by upto 40% ● AutoFile, Auto Number Confguration ● CMIS enabled (not yet)
  • 23. More information ● More information <insert local url for> http://www.alfresco.com/services/migration/ ● Request a free workshop http://www.alfresco.com/services/migration/#request-a-call ● <insert partner contact info in here>