I recently needed to make a change to have Alfresco 4's Activiti call an object managed by Spring instead of a class that is called during execution. Couple of reasons for this: A new enhancement was necessary to access a custom database table, so I needed to inject...
Articles by: jhsu
Initial Thoughts on Amazon S3 and DynamoDB
Alfresco – Indexing Document Metadata Only – Confirmation with Luke
Enterprise Alfresco 4.1.2 has two methods that control content and metadata indexing to facilitate search capabilities that apply to all content nodes. In this blog, we will explore the two methods, experiment with changing out-of-the-box capability, and verify those...
Alfresco Auto-Update Failed Error Message
In my last blog, I introduced a complete backup and restore strategy for Alfresco and a custom application that has synchronized data (Alfresco holds repository documents, Application DB holds application specific data). PROBLEM BACKGROUND: Another issue I ran into...
Top Three Tips on User Training
“Go forth and use this new product!”. I feel as if this happens more often than not, an existing product is re-developed, with not much in mind to the user, who has to use this new product. I was on a project recently, where this did not happen, and I’d like to...
JSP Pages, Do not get too used to c:out!
I was always one to go ahead and use <c:out> to display model data in my JSP pages. Never had a reason not to! Well, I recently had a reason… As I mentioned in my last post, I am working on a web application that uses several jQuery libraries – another...