Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.32 KB

INTRODUCTION.md

File metadata and controls

41 lines (28 loc) · 2.32 KB

Introduction to the Alfresco Application Development Framework

The Alfresco application development framework is based on the Angular 2 JavaScript library. The framework is provided by Alfresco to make it easy to build custom web applications that should manage and view content in the Alfresco Platform Repository in a custom way.

As you probably know, there is a general user interface called Alfresco Share available out-of-the-box. Share is usually used as a quick way of getting started with content management with Alfresco. It gives you access to pretty much all the features provided by the Alfresco ECM system. And a lot of customers customize it for their specific domain.

However, there are use-cases that Share does not fit very well, such as:

  • Feature-based clients, exposing functionality to perform a specific task(s)
  • Role-based clients, exposing functionality based on role
  • Clients where the UI layout and style differs significantly from the Share layout and styling
  • Mashup clients

This is where this application development framework comes into play, it can be used to create exactly the user interface (i.e. web client) that the requirements demand.

The framework consists of a number of components that can be combined together to form a customized content management application. Here is a list of some of the available web components:

You can browse all the components at this page.

An architecture overview looks like this:

alfresco

Here we can also see that there is an Alfresco JavaScript framework in use that wraps the Alfresco REST API. To make things easier for the client developer.