cancel
Showing results for 
Search instead for 
Did you mean: 

JBWS: reminder management

ucf
Champ on-the-rise
Champ on-the-rise
Hello,

I want to create a java backed webscript that will scan a document library and search for expired documents based on the expiration date, and if expired, to send an email the submitter's mail.
I think I'm gonna have to use a scheduled action, in fact I'm a begginer in alfresco, and I used to work with some JBWS examples with ant. Now I'm using maven alfresco SDK. if u have any idea how to manage reminder with JBWS(with maven) that'll be good.

thank you
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
Maven versus Ant won't make a difference to the underlying implementation. The scheduled action approach you suggested is the correct approach for something like this.

Jeff