Creating a T-Engine - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

The deployment and development of a T-Engine transformer is simpler than before.

  • Transformers no longer needs to be applied as AMPs/JARs on top of a repository.
  • New versions may be deployed separately without restarting the repository.
  • As a standalone Spring Boot application develop and test cycles are reduced.
  • A base Spring Boot application is provided with hook points to extend with custom transform code.
  • The base also includes the creation of a Docker image for your Spring Boot application. Even if you don’t intend to deploy with Docker, this may still be of interest, as the configuration of any tools or libraries used in the transform need only be done once rather than for every development or ad-hoc test environment.