Extending Alfresco FormService with Optimistic Locking
Veröffentlicht unter Alfresco
Optimistic locking is a commonly used concurrency control method for web applications. It is so frequently needed that frameworks such as Grails use it by default. Alfresco FormService does not support it out of the box. This may cause unexpected results. This post outlines an approach to change the system in order to get something “close to” optimistic locking behavior. Weiterlesen



