Nuxeo WebUI built with Angular 14

I’ve been building web applications for over a decade and so I’ve had the chance to experiment with many libraries and frameworks. Some I grew to love, some… not so much.

Nuxeo vs Alfresco software architecture

If you are interested in the Content Services space and have not lived under a rock for the past 2 years you probably know by now that both Alfresco and Nuxeo are now part of the same company, Hyland.

Get there faster! Performance improvements in Nuxeo, and what to watch out for — Part 2

This is a continuation of last week’s article, “Get there faster! Performance improvements in Nuxeo, and what to watch out for — Part 1” — be sure to check that one out too.

Get there faster! Performance improvements in Nuxeo, and what to watch out for — Part 1

Recently I worked a lot on performance optimizations for one of our projects and the results were quite impressive: we improved the loading speed of some pages up to 10 times. My colleague, Mariana Cedica, suggested that I write this blog post so others could benefit from my experience, so keep reading for the main changes we implemented.

Zero day log4j — How to upgrade log4j in Nuxeo from your custom marketplace package

An exploit for a critical zero-day vulnerability affecting Apache Log4j2 was disclosed on December 9, 2021. All versions of Log4j2 versions >= 2.0-beta9 and <= 2.14.1 are affected by this vulnerability. This is fixed in version 2.15.0.

Dynamic document types or live configuration of schemas and document types in Nuxeo

Every few years a client asks me about how to configure dynamic document types (or schemas) in Nuxeo. This is actually not a common requirement but it’s a fun little challenge to take and since we’ve implemented this before, I’m going to explain here a solution that could work for you as well.

A simple way to implement a feature flag in Nuxeo

“A feature flag is a software development process used to enable or disable functionality remotely without deploying code. New features can be deployed without making them visible to users. Feature flags help decouple deployment from release letting you manage the full lifecycle of a feature”

Digital Asset Management(DAM) | Nuxeo Consultants 2021

Implementing bulk metadata edit in Nuxeo

I recently read this awesome blog post by Jackie https://eeikkaj.medium.com/how-to-select-all-documents-from-search-and-send-to-bulk-action-9d3faa778ecc and decided to follow it and to show you how easy it is to implement a feature that could be very useful to some of your end users. As a matter of fact, all the building blocks are already there for you, you just have to understand how everything fits together, and assemble them.

Digital Asset Management(DAM) | Nuxeo Consultants, How to approach a version upgrade with a SQL to MongoDB data migration

How to approach a version upgrade with a SQL to MongoDB data migration

“How do we migrate Nuxeo from a SQL database to MongoDB?” This question comes up a lot and while it’s a complex topic that depends very much on the project, I think it’s very useful to lay out a few things to consider and steps on how to approach this migration.

Nuxeo Consultants, digital asset management certification

Nuxeo Configuration Tips: Storing asset renditions (thumbnails, picture views, video transcoding…) in a dedicated S3 bucket

“Is it possible to store all the asset renditions in their own dedicated S3 bucket?” This is a question I get from clients a lot and has a very simple solution, but the answer is somehow hidden in Nuxeo’s (very complex but awesome!) documentation.
In this blog I’m referring specifically to a Nuxeo instance configured to store the binaries in AWS S3 but the main idea will still apply, no matter where you store your binaries.