Search code examples
javafilecronjackrabbit

Does Jackrabbit allow deletion of files?


In my application I need to delete files older than 6 months. Is it better to do this with a cron job or with Jackrabbit?


Solution

  • It is better done through the JCR API, because Jackrabbit needs also to update the database files.