Application Development Framework - Blog

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Development Framework - Blog

angelborroy
Alfresco Employee

This blog post describes how to build a simple extension for the ACS Enterprise UI

Read more...

Read more
0 4 4,898
angelborroy
Alfresco Employee

This blog post describes how to develop an Action Extension for Alfresco Content App 2.8.0.

Read more...

Read more
1 0 1,855
angelborroy
Alfresco Employee

This tutorial describes how to develop an extension for ACA.

Read more...

Read more
3 3 4,289
EddieMay
Alfresco Employee

Alfresco have released version 4.0.0 of the Alfresco Development Framework (ADF). Notable features include:

Read more...

Read more
0 0 2,291
fcorti
Alfresco Employee

Alfresco would like to hear from you about the ADF based applications that you are developing... or would like to develop.

Read more...

Read more
0 0 1,949
fcorti
Alfresco Employee

Are you a developer and would like to contribute to the Alfresco's Angular Open Source framework?Do you plan to do a Pull Request on the ADF source code or the JS-API source code?If this is the case, we are very glad to remind you that the entire ADF project is Open Source and its contributions are Read more...

Read more
9 5 6,700
eugenio_romano
Alfresco Employee

In this Tutorial, I would like to help you to update your project created with the ADF Yeoman app genera. Many people have asked on our gitterchannel which are the correct steps to upgrade from version 2.5.0 to version 2.6.1In order to understand the possible ways to update a project I did some diff Read more...

Read more
0 2 3,293
fcorti
Alfresco Employee

Application Development Framework, version 2.6.1 Release NoteThese release notes provide information about the 2.6.1 release of the Alfresco Application Development Framework.This is the latest General Available release of the Application Development Framework, which contains the Angular components Read more...

Read more
0 0 2,689
eugenio_romano
Alfresco Employee

Alfresco Application Development Framework, version 2.6.0 Release NoteThese release notes provide information about the 2.6.0 release of the Alfresco Application Development Framework.This is the latest General Available release of the Application Development Framework, which contains the Angular co Read more...

Read more
2 4 6,784
dvuika
Alfresco Employee

Make sure you have a backup copy of your project or create a separate branch prior to upgrade.In this article, we are going to dwell on upgrading an ADF project 2.4.0 to 2.5.0 that also features update versions of the following libraries:Angular 6.xAngular Material 6.xAngular CLI 6.xRxJs 6.xAll Yeom Read more...

Read more
2 1 3,646
eugenio_romano
Alfresco Employee

Alfresco Application Development Framework, version 2.5.0 Release NoteThese release notes provide information about the 2.5.0 release of the Alfresco Application Development Framework.This is the latest General Available release of the Application Development Framework, which contains the Angular co Read more...

Read more
6 4 6,912
eugenio_romano
Alfresco Employee

Alfresco Application Development Framework, version 2.4.0 Release NoteThese release notes provide information about the 2.4.0 release of the Alfresco Application Development Framework.This is the latest General Available release of the Application Development Framework, which contains the Angular co Read more...

Read more
5 0 5,636
eugenio_romano
Alfresco Employee

This document describes how to deploy an ADF Angular app.Production build and Development buildThe first task before to deploy your project is to produce a distribution build. Move to the main folder of your project before proceeding. Development buildThe result of this build is not optimized for pr Read more...

Read more
1 18 18K
eugenio_romano
Alfresco Employee

SIn the version 2.3.0 of ADF has been added a new Sidenav Layout Component : In the next version of the generator this component will be by default present in your new generated app, but what if you want to add it to your current application?In this tutorial, we are going to add this new component i Read more...

Read more
2 2 5,437
eugenio_romano
Alfresco Employee

Often after you have to build your app for a different reason you need to track it.The analytics collected can be used for multiple purposes:Track possible error in your softwareNew functionality engagementUnderstand how the user interacts with your productIn my career, I saw multiple time create th Read more...

Read more
2 3 4,363
kasper
Partner

This blog is about how to easily implement an offline edit in word in ADF. When we show ADF to our clients they all immediately want to switch from share. We think this is not strange however there are ofcourse some things that are less default in ADF than in share. For example the edit in office op Read more...

Read more
3 0 3,422
eugenio_romano
Alfresco Employee

In this Tutorial, I would like to help you to update your project created with the ADF Yeoman app genera. Many people have asked on our gitterchannel which are the correct steps to upgrade from version 2.2.0 to version 2.3.0In order to understand the possible ways to update a project I did some diff Read more...

Read more
0 2 3,555
fcorti
Alfresco Employee

Alfresco Application Development Framework (aka ADF) is a set of generic and customizable Angular components (and services), used into an application to build your own solution on top of Alfresco Content Services and Alfresco Process Services. In concrete use cases you might want to build your own l Read more...

Read more
5 3 6,734
eugenio_romano
Alfresco Employee

Alfresco Application Development Framework, version 2.3.0 Release NoteThese release notes provide information for the       2.3.0 release    of the Alfresco Application Development Framework.This a    General Available    release of    the       Application Development Framework, which       cont Read more...

Read more
3 5 7,520
eugenio_romano
Alfresco Employee

You are developing an ADF app but you notice that you need a different configuration for different environments.You have many environments including development, master, production but they all depend on your  app.config.json. Each time you switch environment may you have to change or copy a differe Read more...

Read more
2 3 5,290
eugenio_romano
Alfresco Employee

IntroductionThi is my second article on how to use Docker with ADF. In the previous article ADF Docker practical guide I described how is possible start the demo shell or the example content app using Docker.What if you want use docker in your generated ADF app? From the version 2.1.0 of our generat Read more...

Read more
5 5 6,562
eugenio_romano
Alfresco Employee

In this Tutorial, I would like to help you to update your project created with the ADF Yeoman app genera. Many people have asked on our gitterchannel which are the correct steps to upgrade from version 2.1.0 to version 2.2.0In order to understand the possible ways to update a project I did some diff Read more...

Read more
3 0 2,416
eugenio_romano
Alfresco Employee

Alfresco Application Development Framework, version 2.2.0 Release NoteThese release notes provide information for the   2.2.0 release  of the Alfresco Application Development Framework.This a  General Available  release of  the   Application Development Framework, which   contains the Angular com Read more...

Read more
2 0 4,146
eugenio_romano
Alfresco Employee

IntroductionNowadays most of the application around the world are moving in a transformation where everything is in a container. Docker is now a buzzword and almost every software is possible to find on Docker hub. As ADF team we started the development of the framework since the beginning taking ad Read more...

Read more
5 6 7,880
eugenio_romano
Alfresco Employee

In this Tutorial, I would like to help you to update your project created with the ADF Yeoman app genera. Many people have asked on our gitterchannel which are the correct steps to upgrade from version 2.0.0 to version 2.1.0In order to understand the possible ways to update a project I did some diff Read more...

Read more
3 0 2,464
mromano
Alfresco Employee

First of all, if you never been in Lisbon go and visit it!This is not a wrap up for the Devcon 2018, so I will be short on this topic: great community energy, amazing food, amazing people, amazing city, amazing weather, amazing talks and amazing organization!My favourite things on this tripGinjinhaB Read more...

Read more
6 0 2,290
gravitonian
Alfresco Employee

IntroductionIn this article we will look at how you can use the Alfresco Process Services (APS) related ADF components to build a Process Management application. This could be useful if you are about to start on an ADF trial, you need to build a PoC with ADF, or you just want to play around with it Read more...

Read more
1 2 7,955
eugenio_romano
Alfresco Employee

Alfresco Application Development Framework, version 2.1.0 Release NoteThese release notes provide information for the 2.1.0 release of the Alfresco Application Development Framework.This is the first General Available release of the Application Development Framework, which contains the Angular compo Read more...

Read more
6 2 5,961
andraspopovics
Active Member II

ADF 2.1.0 has been released. This is a minor release with some interesting new features are worth to detail. One of them is the new Metadata component, which is the subject of this article.This post will be a practical guide for the ADF Metadata component, how to install it, use it and configure it. Read more...

Read more
4 2 5,431
gravitonian
Alfresco Employee

IntroductionIn this article we will look at how you can use the Alfresco Content Services (ACS) related ADF components to build a Content Management application. This could be useful if you are about to start on an ADF trial, you need to build a PoC with ADF, or you just want to play around with it Read more...

Read more
5 8 19.1K
Application Development Framework Blog