• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
TSB Alfresco Cobrand White tagline

Technology Services Group

  • Home
  • Products
    • Alfresco Enterprise Viewer
    • OpenContent Search
    • OpenContent Case
    • OpenContent Forms
    • OpenMigrate
    • OpenContent Web Services
    • OpenCapture
    • OpenOverlay
  • Solutions
    • Alfresco Content Accelerator for Claims Management
      • Claims Demo Series
    • Alfresco Content Accelerator for Policy & Procedure Management
      • Compliance Demo Series
    • OpenContent Accounts Payable
    • OpenContent Contract Management
    • OpenContent Batch Records
    • OpenContent Government
    • OpenContent Corporate Forms
    • OpenContent Construction Management
    • OpenContent Digital Archive
    • OpenContent Human Resources
    • OpenContent Patient Records
  • Platforms
    • Alfresco Consulting
      • Alfresco Case Study – Canadian Museum of Human Rights
      • Alfresco Case Study – New York Philharmonic
      • Alfresco Case Study – New York Property Insurance Underwriting Association
      • Alfresco Case Study – American Society for Clinical Pathology
      • Alfresco Case Study – American Association of Insurance Services
      • Alfresco Case Study – United Cerebral Palsy
    • HBase
    • DynamoDB
    • OpenText & Documentum Consulting
      • Upgrades – A Well Documented Approach
      • Life Science Solutions
        • Life Sciences Project Sampling
    • Veeva Consulting
    • Ephesoft
    • Workshare
  • Case Studies
    • White Papers
    • 11 Billion Document Migration
    • Learning Zone
    • Digital Asset Collection – Canadian Museum of Human Rights
    • Digital Archive and Retrieval – ASCP
    • Digital Archives – New York Philharmonic
    • Insurance Claim Processing – New York Property Insurance
    • Policy Forms Management with Machine Learning – AAIS
    • Liferay and Alfresco Portal – United Cerebral Palsy of Greater Chicago
  • About
    • Contact Us
  • Blog

Alfresco Deployment – No Code vs Low Code

You are here: Home / Alfresco / ADF / Alfresco Deployment – No Code vs Low Code

April 18, 2019

One of the trends we are seeing with our Alfresco clients is a desire to move away from custom interface coding to more configuration or no code approaches.  This post will highlight the differences between coding approaches for Alfresco Share and the Alfresco Development Framework (ADF) and configuration approaches with TSG’s OpenContent Management Suite.

Alfresco Low Code Approach

While Alfresco provides a very robust API for custom development, many clients aren’t looking to build an entire interface from scratch for common document functions like adding, searching and viewing.  Clients will leverage either Alfresco Share or the ADF’s Content Application for the “out of the box interface” and look to add specific customizations for their implementation.  To illustrate the differences, let’s assume that the client would like to modify the standard search interface to add a custom metadata fields for certain object type searches.

In Alfresco Share, customizing search is not straightforward. This post contains more details, but in order to make this change, a developer would need to:

  1. Edit multiple configuration XML files on the server to set up the custom search page. Separate XML files are needed to set up the search form for the custom type.
  2. Test the search in a development and QA environments
  3. For each environment, Stop Alfresco, deploy the changes via an AMP, and restart Alfresco

The complexity of a similar update in the ADF is dependent upon the particular ADF application. If the target application was built from the ground up to support custom type searching and metadata criteria, this update could be relatively simple. However, it would involve updating code, likely TypeScript and possibly HTML and CSS. As with the Share example above, application downtime is needed to deploy changes.

We suspect that most ADF applications will start by copying the Alfresco Content Application that is provided on GitHub. To date, this application provides a different approach to searching where the search is a “Google” style search that scans the entire repository. After results are returned, filters can be used to narrow down results. To make our desired change for a custom metadata filter, we either need to follow this approach, or entirely re-develop a search page to provide a custom search screen.

Issues with a low code approach to Alfresco deployments include:

  • Having to build, test, and deploy necessitating system downtime
  • Having to find resources trained in the development
  • Having some concern (Share more than ADF) that changes will be required with new releases of Alfresco

Alfresco No Code Approach

The OpenContent Management Suite takes a different approach to building the search application.  Instead of a development framework, the OpenContent Search module is configured in the administration components using a GUI interface.

Here are the configurations that an administrator can make in order to build a search interface:

  • Object Type Config – Tells OCMS what repository object types are to be exposed in the application.  Per type, the administrator can change any attribute labels as well as filters.
  • Search Form – Configure the form for a particular object type search.  The administrator can choose particular metadata fields and controls, whether or not full text search is available, and whether or not saved searches should be exposed.
  • Search Config – Configure the search sort order and results processing.  This is where the administrator can choose how the results table should look, any actions that can be performed on the documents, as well as what happens when the user clicks on a search result.
  • Trac Config – The concept of a ‘Trac’ allows OCMS to segment the application based on business function.  For example, an Invoice trac could be used for Accounts Payable, and a separate Legal trac could be configured for contracts.  Security can be applied to ensure that these two tracs are separate if desired.  Once the Search config is configured in the previous step, we assign it to a trac.

In our example use case, the update steps are trivial:

  1. Login to the OCMS application as an administrator
  2. Edit and save the necessary search configuration changes

Changes are immediately reflected in the user interface with no application downtime. Since the above concepts can be difficult to envision, here’s a demo video that shows how to configure a search in OCMS from scratch:

In utilizing the OpenContent Search application to build our search interface, no development time is required.  Once OCMS is installed, a configuration-only approach is taken to build the interface.  If users want updates to the search (additional types, metadata, etc) or new departments want to come online with new document types, no additional development is needed.  The application can be configured and updated with no downtime since no deployments are necessary to update and apply configurations.

Summary

There are major differences between a low-code and no-code approach to Alfresco deployment.  Clients should look to understand their needs and evaluate both options to consider which approach makes the most sense for their application deployment efforts.

Filed Under: ADF, Alfresco, OpenContent Management Suite, Share

Reader Interactions

Trackbacks

  1. DynamoDB and AWS – How to build your own ECM capabilities for massive scale and performance says:
    May 28, 2019 at 7:02 am

    […] Code Configuration – OpenContent Managememnt Suite features configuration with a no code approach rather than low code approaches to allow for easy support and adoption of new documents and object […]

    Reply
  2. ECM 2.0 – Can you build it yourself? says:
    September 24, 2019 at 7:01 am

    […] Code Configuration – OpenContent Management Suite features configuration with a no code approach rather than low code approaches to allow for easy support and adoption of new documents and […]

    Reply
  3. Alfresco Interface Options – Comparing OpenContent, ADF and Share - Summary — Technology Services Group says:
    March 6, 2020 at 8:00 am

    […] Posts – Individual posts for Building a Search Interface, No Code versus Low Code environment as well as ADF and OpenContent – REST Web Services […]

    Reply

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Search

Related Posts

  • Alfresco – Viewing Annotations on Versions
  • Alfresco No Code – Do More with OpenContent
  • Alfresco Interface Options – Comparing OpenContent, ADF and Share – Summary
  • Alfresco – Building a Search Interface – ADF vs. OpenContent Management Suite
  • Alfresco – ADF and OpenContent Folder Comparison
  • Alfresco – ADF and OpenContent Contributor Comparison
  • Alfresco – ADF and OpenContent Search Comparison
  • Alfresco Share – Folder Comparison with OpenContent Management Suite
  • Alfresco Share – Contributor Comparison with OpenContent Management Suite
  • Alfresco Share – Search Comparison with OpenContent Management Suite

Recent Posts

  • Alfresco Content Accelerator and Alfresco Enterprise Viewer – Improving User Collaboration Efficiency
  • Alfresco Content Accelerator – Document Notification Distribution Lists
  • Alfresco Webinar – Productivity Anywhere: How modern claim and policy document processing can help the new work-from-home normal succeed
  • Alfresco – Viewing Annotations on Versions
  • Alfresco Content Accelerator – Collaboration Enhancements
stacks-of-paper

11 BILLION DOCUMENT
BENCHMARK
OVERVIEW

Learn how TSG was able to leverage DynamoDB, S3, ElasticSearch & AWS to successfully migrate 11 Billion documents.

Download White Paper

Footer

Search

Contact

22 West Washington St
5th Floor
Chicago, IL 60602

inquiry@tsgrp.com

312.372.7777

Copyright © 2022 · Technology Services Group, Inc. · Log in

This website uses cookies to improve your experience. Please accept this site's cookies, but you can opt-out if you wish. Privacy Policy ACCEPT | Cookie settings
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT