Articles by: jhsu

Spring Managed Alfresco Custom Activiti Java Delegates

Spring Managed Alfresco Custom Activiti Java Delegates

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...

read more

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...

read more

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...

read more

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...

read more