Although, in many other projects I am using Spring Boot and different tools provided by the Spring Cloud ecosystem and all the new microservices developed by Alfresco are mostly based on the same Spring Boot platform, my life started to be complicated as I could not provide the same or similar features for Alfresco itself.
Category: alfresco
Simple JWT instead of Alfresco Identity Service
The goal here is to sign our own JWT and send it to our Alfresco repository (+Share, +ADF apps) via standard http headers. However, I am not keen implementing any custom module on the repository side but just reuse everything Alfresco provides via the “identity-service” authentication subsystem.
Alfresco and microservices – SSO over Spring Cloud Gateway
Alfresco introduced ActiveMQ as a messaging platform for its own internal usage, but it seems that the community edition will not benefit of that, therefore we are left alone to find out other ways in order to integrate our custom microservices with the Alfresco platform
Alfresco – microservices integrations
Alfresco content has its metadata and audit trail, which can be of a great value – if you could read, structure and interpret it. For quite a while I was wondering how to integrate custom microservices with Alfresco but without custom AMPs or custom code running inside the repository. I knew that SOLR tracks Alfresco transactions and that there is […]
Alfresco @MVC
I was never happy with webscripts and I always preferred using Java to Javascript server-side programming … but that is just a personal opinion and preferences. Alfresco 3.4 came with Springframework 3, I have to say that Alfresco has been really slow in adapting newer versions of different technologies and probably they will remain, but […]
Content repositories and their user interface
After a long time I decided to write my thoughts about enterprise content management systems (CMS) like Alfresco and the user interface that is distributed with it. In an effort to simplify their IT architectures and optimize systems company-wide, many businesses are standardizing on a single content- management platform for document management, Web-content management, imaging […]
Review : Alfresco 3 Enterprise Content Management Implementation
When I started reading this book (Alfresco 3 Enterprise Content Management Implementation) I had the sentiment it will be a comparison between the JSF UI client and Share. However, the authors guide the reader through the complete deployment lifecycle, from the installation of Alfresco and MySql to the usage of the exposed interfaces or protocols […]
Book review : Alfresco Developer Guide
You think you are an Alfresco expert … well, read this book and think again. This is actually my conclusion and I was thinking about only having that sentence in this review, because while reading this you are wasting your precious time as you could read the Alfresco Developer Guide. For sure this is not […]
Startup company : iCodix and the Jibe framework
I was pretty busy these days with being involved in a startup openings and now as a co-founder I am glad to announce its name iCodix. Our aim is to provide Java consulting services and Enterprise Content Management (ECM) solutions, especially based on the Alfresco platform. At this stage, where iCodix is just starting, we […]
Service Orchestration and BPM
There is a lot of noise about the Service Oriented Architecture (SOA) and much less about how to coordinate those services or how to assemble them in a logical structure. A business has no gain if SOA is implemented and that those different services are not linked to each other or orchestrated.The Service Orchestration concept […]