This article will provide a quick overview of the steps required to attach Eclipse as a debugger to an Alfresco environment. Once Eclipse has been attached to an Alfresco environment, it is easy to set up breakpoints in the Java code to assist with debugging efforts. This example will be shown with Eclipse Kepler and […]
Tag: Alfresco
Alfresco 4.1.6: Issue with 8 Character Folder Names
This video describes an issue we have run into where folders that have 8 hexadecimal characters (i.e., 0-9 and A-F as characters) in their names have the ‘sys:temporary’ Aspect applied by Alfresco. Once this Aspect is applied, Rules are no longer run on these folders.
Updated: Where to go to learn about Alfresco
With an application as deep and powerful as Alfresco, knowing where to start learning can be daunting, and finding the latest detailed product information can be equally challenging. New for 2014, we’ve put together an updated list of Alfresco educational resources for you, including the addition of some great items that weren’t yet available when […]
Database Backed Metadata Queries with Alfresco 4.2
Alfresco 4.2 has introduced a feature that allows some metadata queries to go against the database directly, instead of relying on a Lucene (SOLR) query. Why would this be useful? One of the main reasons is that the Lucene index with SOLR relies on eventual consistency. SOLR periodically performs a tracking query against Alfresco to […]
Using CMIS Workbench with Alfresco
We have put together a short video on using CMIS Workbench with Alfresco. The video includes instructions on how to download CMIS Workbench, and some of the features that would make it useful for an Alfresco Developer or Administrator: http://www.youtube.com/watch?v=_S3VLf8BPT8
Technical Session Highlights from the Boston 2013 Alfresco Summit
Several members of the Blue Fish team attended Alfresco Summit 2013 in Boston a few weeks ago. Alfresco Summit ran from November 12th to 15th. The first day was devoted to the annual “Hack-a-Thon”, training, and some partner events. The remaining three days contained a packed program of both technical and business sessions. For this […]
Alfresco Summit 2013: Integrating Alfresco with DocuSign’s REST API
Capturing signatures from outside parties is often a critical component to our clients’ business processes. Unfortunately, much of this is done on paper, outside of the context of their ECM. This causes unnecessary manual work and is prone to errors when signed documents need to find their way back into the repository. Blue Fish was […]
Webinar: Workdesk at Work – Employee Onboarding
Part of a Series of Webinars Demonstrating How Alfresco Workdesk Solves Real World Business Problems Workdesk At Work: Employee Onboarding – Reducing Risk and Saving Money in Companies with High Growth or High Turnover Watch the webinar now! The Workdesk at Work webinar series is aimed at helping executives, managers and architects better understand how […]
Great Feedback for the Workdesk at Work Webinar Series
The attendance at our Workdesk at Work webinar series has been fantastic! Each installment covers a different business process that’s common to most businesses and we are planning even more. The Workdesk at Work webinar series is aimed at helping executives, managers and architects better understand how Alfresco Workdesk can be used to help streamline content-centric processes […]
Webinar: Workdesk at Work – Contract Management
Part of a Series of Webinars Demonstrating How Alfresco Workdesk Solves Real World Business Problems Watch Webinar Recording Now The Workdesk at Work webinar series is aimed at helping executives, managers and architects better understand how Alfresco Workdesk can be used to help streamline content-centric processes that have been difficult to model using traditional content […]
Webinar: Workdesk at Work – Managing Marketing Processes
Part of a Series of Webinars Demonstrating How Alfresco Workdesk Solves Real World Business Problems Watch Webinar Recording Now The Workdesk at Work webinar series is aimed at helping executives, managers and architects better understand how Alfresco Workdesk can be used to help streamline content-centric processes that have been difficult to model using traditional content […]
Using cURL for Testing Alfresco Web Scripts
I have put together a short video on using cURL to make web script calls to Alfresco. This is a basic demonstration for getting started with cURL. From this video, you can learn how to authenticate as a user from cURL, and then use that login to make GET and POST requests to Alfresco. In […]