Welcome

Spring Boot Actuators for Alfresco Content Services

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.

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 […]

Are Javaspaces recognized?

After some long discussions with my partner about the JavaSpaces topic I still have no clue why JavaSpaces or at least the Space Based Architecture (SBA) is not adopted by the developers and/or the “architects”. Personally, when it comes only to Java, I think that JavaSpaces could offer a complete stack from the event driven […]